1. 27 Dec, 2000 3 commits
  2. 26 Dec, 2000 1 commit
    • Christophe Massiot's avatar
      * Use of ptrdiff_t whenever necessary (IA-64 port) ; · 9589dcb7
      Christophe Massiot authored
      * Changed behaviour of preparsing code, faster startup ;
      * Fixed DecodePSM(), cannot test ;
      * Cleaned up ParsePES(), fixed a bug which could reject very small but
        valid PES packets ;
      * Fixed cosmetic bugs in vpar_synchro frame_rate display.
      9589dcb7
  3. 24 Dec, 2000 1 commit
  4. 23 Dec, 2000 1 commit
    • Sam Hocevar's avatar
      · 4ec43b88
      Sam Hocevar authored
       . SPU decoder now uses Meuuh's GetChunk() code.
       . lots of cleaning in the SPU decoder.
       . message queue is flushed before we spawn input.
       . fixed so that it compiles with VDEC_SMP (no good sync yet though).
      4ec43b88
  5. 22 Dec, 2000 6 commits
  6. 21 Dec, 2000 10 commits
  7. 20 Dec, 2000 7 commits
  8. 19 Dec, 2000 7 commits
  9. 18 Dec, 2000 4 commits
    • Christophe Massiot's avatar
    • Christophe Massiot's avatar
      We can now read from stdin. · d54a5f8f
      Christophe Massiot authored
      d54a5f8f
    • Sam Hocevar's avatar
      · 1cf5dd7b
      Sam Hocevar authored
       . additional fix for Layer 1 mono
      
         now vlc plays all of my 125 sample mpeg1 movies !
      
         Please try it with yours, and report non-working streams.
          (`file foo.mpeg' must report "system stream", not "video stream" in
             order to be playable with the vlc)
      1cf5dd7b
    • Sam Hocevar's avatar
      . indentation fixes · 2dabbaa9
      Sam Hocevar authored
       . fixed audio syncword detection for mpeg 1 streams (hopefully)
          FIXME: can anyone confirm we can get rid of adec_byte_stream_next
          in audio_decoder_thread.c now that we have the new input ?
      
       . fixed Layer 2 Mono decoding.
          FIXME: who created freq_table ? what was the rationale for it, and
          where does it come from ?
          FIXME: how can we spare the extra DCT in audio_decoder.c:707 ? I'm too
          tired to think about it.
      
       . proposal: splitting audio_decoder.c in one file per layer.
      2dabbaa9