1. 12 Feb, 2004 2 commits
    • Laurent Aimar's avatar
      * v4l: patch from Carsten Gottbeh�t (gottbehuet at active-elements dot de) · dc0a3896
      Laurent Aimar authored
       -> Untested.
      
       Original message:
          Hi there,
      
          I have done another small modification. If you remove a hot-pluggable video
          device, like an usb web cam, during capturing, vlc floods the driver with
          ioctls. This leads to Kernel Ooops in some drivers.
      
          The modified v4l.c module does the following now:
          "GrabVideo" returns "VLC_ETIMEOUT" if the question "Did we wait long enough"
          can be answered with yes. If there is a real error in "GrabCapture" or
          "GrabMJPEG", the code "VLC_EGENERIC" is returned. So the calling function
          can distinguish between these two situations. "VLC_EGENERIC" was always
          returned before.
          The function "Read" uses this information to leave the while-loop in case of
          an error, and it returns a "-1" to the calling function. "Read" calls
          "msleep", as it was before, in case of a VLC_ETIMEOUT.
      
          The brightness-control stuff described below is still in the code. Please
          feel free to use, modify or ignore this file. A short feedback would be
          nice.
      
          Bye,
      dc0a3896
    • Eric Petit's avatar
  2. 11 Feb, 2004 6 commits
  3. 10 Feb, 2004 10 commits
  4. 09 Feb, 2004 11 commits
  5. 08 Feb, 2004 11 commits
    • Gildas Bazin's avatar
      · ee90876a
      Gildas Bazin authored
      * modules/gui/skins2/Modules.am: added missing file for make dist.
      ee90876a
    • Gildas Bazin's avatar
      · 8027983f
      Gildas Bazin authored
      * ALL: I am a morron.
      8027983f
    • Gildas Bazin's avatar
      · 310a3201
      Gildas Bazin authored
      * modules/codec/ffmpeg/video.c: another fix for switching postproc on the fly.
      310a3201
    • Gildas Bazin's avatar
      · de8289ba
      Gildas Bazin authored
      * configure.ac: forgot one version number and added the aiff demux.
      de8289ba
    • Gildas Bazin's avatar
      · 9dec8bef
      Gildas Bazin authored
      * ALL: bumped version number to 0.7.1 in preparation for the release.
      9dec8bef
    • Jean-Paul Saman's avatar
      Fail ./configure when ffmpeg/avcodec.h or postproc/postproc.h are not found... · 0192ffc2
      Jean-Paul Saman authored
      Fail ./configure when ffmpeg/avcodec.h or postproc/postproc.h are not found and --disable-ffmpeg is not used.
      
      0192ffc2
    • Jean-Paul Saman's avatar
      Fixed several things with configure.ac script: · 6f50b235
      Jean-Paul Saman authored
      - Always have a space between ";then" the configure script does not like this. It should be "; then" or better put "then" on the next line.
      - Add a AC_ARG_ENABLE for cdda
      6f50b235
    • Derk-Jan Hartman's avatar
      * Update copyright info · 2ef754d0
      Derk-Jan Hartman authored
      2ef754d0
    • Derk-Jan Hartman's avatar
      * Fix /dev/di bug · fe969c9f
      Derk-Jan Hartman authored
        Though this still remains a hack. People should just use 'Open Disc' menu.
        I see no way to retrieve the original (non parition version) /dev entry,
        from the mounted drive.
      fe969c9f
    • Gildas Bazin's avatar
      · 8822d581
      Gildas Bazin authored
      * modules/codec/ffmpeg/video.c: another fix for post-processing.
      8822d581
    • Sigmund Augdal Helberg's avatar
      modules/demux/avi/avi.c: · d5c32a93
      Sigmund Augdal Helberg authored
       * pass bit per pixel info on to decoder
      modules/demux/avi/libavi.h:
       * add 1 as fourcc for msrle
      module/codec/ffmpeg/video.c:
       * pass bit per pixel info to libavcodec (needed for msrle)
      d5c32a93