1. 15 Feb, 2004 4 commits
  2. 14 Feb, 2004 6 commits
    • Gildas Bazin's avatar
      · 50013713
      Gildas Bazin authored
      * modules/access/cdda/*: forgot to remove demux in module declaration.
         fixed deadlock with CDDAFixupPlayList().
      50013713
    • Gildas Bazin's avatar
      · 0061679f
      Gildas Bazin authored
      * modules/access/cdda*: removed definition of WAVEHEADER.
      * modules/access/cdda.c: small bug fix.
      0061679f
    • Gildas Bazin's avatar
      · a9098e45
      Gildas Bazin authored
      * modules/demux/wav.c: started support for WAVEFORMATEXTENSIBLE (aka multichannel).
         support for float32 format.
      * include/codecs.h: added WAVEFORMATEXTENSIBLE structure.
      * modules/codec/araw.c: fixes.
      a9098e45
    • Gildas Bazin's avatar
      · 5fd3dab4
      Gildas Bazin authored
      * modules/gui/skins2/events/evt_scroll.hpp: small portability fix.
      5fd3dab4
    • Gildas Bazin's avatar
      · d35c6eef
      Gildas Bazin authored
      * modules/gui/wxwindows/*: make gcc-2.95 happy.
      d35c6eef
    • Gildas Bazin's avatar
      · d09106d2
      Gildas Bazin authored
      * ALL: small portability fixes.
      d09106d2
  3. 13 Feb, 2004 11 commits
  4. 12 Feb, 2004 4 commits
    • Gildas Bazin's avatar
      · d2e4386e
      Gildas Bazin authored
      * modules/stream_out/transcode.c: fixed color inversion when transcoding from raw RV24.
      d2e4386e
    • Laurent Aimar's avatar
      * all: use the data_packet_count from the asf header when the server · ddffbfbc
      Laurent Aimar authored
      gives an invalid one. (I hope it doesn't break anything)
      ddffbfbc
    • 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
  5. 11 Feb, 2004 6 commits
  6. 10 Feb, 2004 9 commits
    • Jean-Paul Saman's avatar
      Enabled PDA GUI again, use --enable-pda. Question why was it disabled without... · 4a7ae0b8
      Jean-Paul Saman authored
      Enabled PDA GUI again, use --enable-pda. Question why was it disabled without notifying the maintainer? ????
      
      4a7ae0b8
    • Jean-Paul Saman's avatar
      Missed the deadline again ;-( · 1204fed2
      Jean-Paul Saman authored
      - Fixed the playlist_AddExt() call
      - Fixed a compiler warning
      1204fed2
    • Gildas Bazin's avatar
      · 08c1cc54
      Gildas Bazin authored
      * configure.ac: check for the xmlTextReader extension if libxml2 (required for skins2).
      08c1cc54
    • Gildas Bazin's avatar
      · dcc4cf2f
      Gildas Bazin authored
      * configure.ac, NEWS: added mod and pva plugins.
      dcc4cf2f
    • Benjamin Pracht's avatar
      typos · 4caee403
      Benjamin Pracht authored
      4caee403
    • Jean-Paul Saman's avatar
      Fixes for DVB-C: · ed59877c
      Jean-Paul Saman authored
      - Make sure that lnb-lof1 and lnb-lof2 can be overriden by the commandline syntax frequency=xx:lnb-lof1=xx:lnb-lof2=xx
      - Added value {A,a} to polarization=xx to force INVERSION_AUTO
      - Sanatized a few error messages
      ed59877c
    • Sam Hocevar's avatar
      * debian/rules debian/control: · 916c69e3
      Sam Hocevar authored
          + No longer build a local libmpeg2 since it entered sid.
          + Build the livedotcom plugin.
        * toolbox:
          + No longer remove flac, speex and matroska from the woody build; I will
            provide clean backports.
      916c69e3
    • Sam Hocevar's avatar
      * configure.ac: · d180753a
      Sam Hocevar authored
          + Allow to use --enable-livedotcom without --with-livedotcom-tree so that
            we can use an installed version of libliveMedia et al.
      d180753a
    • Sam Hocevar's avatar
      * configure.ac: · c08f94af
      Sam Hocevar authored
          + Only activate the Matroska plugin if -lebml_pic or -lebml were found.
      c08f94af