1. 26 Nov, 2002 3 commits
  2. 25 Nov, 2002 11 commits
  3. 24 Nov, 2002 4 commits
  4. 23 Nov, 2002 9 commits
  5. 22 Nov, 2002 7 commits
  6. 21 Nov, 2002 6 commits
    • Christophe Massiot's avatar
      a9bc769e
    • Gildas Bazin's avatar
      · e9e8b069
      Gildas Bazin authored
      * modules/codec/Modules.am, configure.ac.in, modules/codec/vorbis.c: added
         a tremor decoder module using libvorbisidec (aka tremor) from xiph.org.
         This module allows decoding vorbis audio on hardware without a fpu
         (--enable-tremor).
      
      * modules/LIST: added entries for tremor and theora.
      e9e8b069
    • Gildas Bazin's avatar
      · 8e3e302d
      Gildas Bazin authored
      * src/playlist/playlist.c: fixed deadlock in playlist.
      * modules/audio_output/oss.c: don't play blank samples when we are starving
         for data but our internal buffers are not empty. Some cleanup too.
      8e3e302d
    • Sam Hocevar's avatar
      * ./modules/video_output/wingdi.c: skeleton of a Windows GDI video output. · 1fdc92cb
      Sam Hocevar authored
        * ./modules/access/file.c: the file access plugin gets the real file size
          under WinCE.
        * ./modules/audio_filter/converter/u8tofixed32.c: added this conversion
          filter to play some WAV files without an FPU.
        * ./bootstrap: bootstrap --update-vc doesn't rely on the Makefile's presence.
      1fdc92cb
    • Gildas Bazin's avatar
      · 24e0e49b
      Gildas Bazin authored
      * modules/demux/ogg.c: small bug-fix for my previous commit.
      24e0e49b
    • Gildas Bazin's avatar
      · 4b8e273c
      Gildas Bazin authored
      * modules/demux/ogg.c: better handling of PCRs (we now base our calculations
         on all sub-streams instead of just using one of them). Some code factorisation
         too.
      4b8e273c