1. 05 Nov, 2002 6 commits
  2. 04 Nov, 2002 2 commits
  3. 03 Nov, 2002 2 commits
    • Gildas Bazin's avatar
      · c0a5c212
      Gildas Bazin authored
      * include/codecs.h: new header file to store information shared by decoders
         and demuxers, like the BITMAPINFOHEADER structure for instance.
      * modules/demux/ogg.c: the ogg demuxer should now work nicely with ogm files
         (including for the video). It has only been tested with a few streams
         produced with dvd::rip and ogmmerge though.
      c0a5c212
    • Gildas Bazin's avatar
      · ce1815eb
      Gildas Bazin authored
      * modules/demux/ogg.c: we now correctly handle multiple vorbis logical streams
         in ogm files.
      * modules/codec/vorbis.c: small bugfix.
      ce1815eb
  4. 02 Nov, 2002 4 commits
    • Gildas Bazin's avatar
      · a9ba6193
      Gildas Bazin authored
      * modules/demux/ogg.c: small fix to avoid crashing when find unknown codecs.
      a9ba6193
    • Gildas Bazin's avatar
      · f5a90887
      Gildas Bazin authored
      * modules/demux/ogg.c, modules/codec/vorbis.c: seeking in an ogg stream is
         working fine now, + misc other improvements.
      f5a90887
    • Sigmund Augdal Helberg's avatar
      modules/codec/dv/dv.h: workaround for a namespace collision (#undef vlc_error) · f7b44627
      Sigmund Augdal Helberg authored
      debian/rules: update the location of libgnome_main_plugin.so and
      libgtk_main_plugin.so. Added the ui.rc file to the kvlc package. All debian
      packages seem to build now (even though there were some warnings)
      f7b44627
    • Gildas Bazin's avatar
      · 5be7af3d
      Gildas Bazin authored
      * src/video_output/video_output.c: small change to avoid using floating point
         registers in the video ouptut routines.
      5be7af3d
  5. 01 Nov, 2002 3 commits
    • Gildas Bazin's avatar
      · d5849883
      Gildas Bazin authored
      * modules/audio_output/directx.c: forgot an aout_BufferFree().
      d5849883
    • Gildas Bazin's avatar
      · 95efa086
      Gildas Bazin authored
      * src/audio_output/common.c, include/aout_internal.h: added a new function
         aout_FifoFirstDate() that allows the aout plugin to schedule the first
         play.
      * src/audio_output/output.c: fixed another problem affecting the audio quality.
      * modules/audio_output/directx.c: improvements. The buffering scheme has been
         changed to be less affected by temporary starving. We also schedule the first   sample to play.
      95efa086
    • Sigmund Augdal Helberg's avatar
  6. 31 Oct, 2002 3 commits
    • Sam Hocevar's avatar
      * ./src/misc/variables.c: callbacks are now called after the variable has · e9364f5c
      Sam Hocevar authored
          been modified. Maybe we'll need the other type, too, but this change will
          make things simpler in aout3.
      
        * ./src/playlist/playlist.c: removed two unused variables.
        * ./src/misc/modules.c: removed a debug message I had forgotten.
        * ./src/misc/modules_plugin.h.in: fixed a typo (thanks bozo).
      e9364f5c
    • Gildas Bazin's avatar
      · cae5489a
      Gildas Bazin authored
      * modules/codec/spudec/spudec.c, modules/codec/spudec/parse.c: fixed a couple
         of problems introduced with the recent changes to the bitstream facility.
      * src/audio_output/output.c: fixed a quite annoying bug in aout3 that was
         triggering unnecessary trashing of audio frames.
      cae5489a
    • Christophe Massiot's avatar
      Fixed plug-in compilation on OS X. · 5cbb47d6
      Christophe Massiot authored
      5cbb47d6
  7. 30 Oct, 2002 3 commits
  8. 29 Oct, 2002 6 commits
  9. 28 Oct, 2002 11 commits