An error occurred fetching the project authors.
  1. 21 Mar, 2001 1 commit
    • Sam Hocevar's avatar
      · 4f551c2b
      Sam Hocevar authored
        * Header cleaning: filled all empty authors fields, added CVS $Id stuff.
        * Fixes to aout_darwin.c by Colin Delacroix <colin@zoy.org>.
        * Fixes to configure.in, Makefile.in and main.c (Altivec detection)
          by Eugenio Jarosiewicz <ej0@cise.ufl.edu>.
        * Added Colin and Eugenio to the AUTHORS file.
      4f551c2b
  2. 11 Jan, 2001 1 commit
    • Sam Hocevar's avatar
      · e3636eb1
      Sam Hocevar authored
        . moved the MPEG audio decoder to the new bitstream
      
          I wasn't sure whether the bits counting method was effective to
        skip ancillary data at the end of a frame, but I kept it for
        safety. There is still a lot to optimize in the bit counting, like
        unrolling the first iteration of some loops, but I don't know if
        it would be worth it. The other solution would have been to look for
        a startcode after eache frame, without caring about the ancillary bits.
      
        . cleaning in the SPU decoder.
      e3636eb1
  3. 05 Jan, 2001 1 commit
    • Sam Hocevar's avatar
      · a132d75c
      Sam Hocevar authored
       . this is a coding style patch which removes all "foo(bar){" constructions
         and most of the tabulations.
       . also, fixed a bug in the default subtitle track.
       . and made a few error messages more explicit, ie. changed "error: %s" to
         "foo error: couldn't initialize bar (%s)"
      a132d75c
  4. 19 Dec, 2000 1 commit
    • Sam Hocevar's avatar
      · 42e8a2e6
      Sam Hocevar authored
       . split the audio decoder into adec_generic, adec_layer1 and adec_layer2
          (no new code added)
      42e8a2e6
  5. 18 Dec, 2000 1 commit
    • 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
  6. 14 Jun, 2000 1 commit
  7. 24 May, 2000 1 commit
  8. 15 Mar, 2000 1 commit
    • Michel Lespinasse's avatar
      reecriture du deco mpeg audio · fec6ded4
      Michel Lespinasse authored
      * support du layer 1 mono et stereo
      * support du layer 2 stereo (j'ai pas encore fait le mono)
      * support des low bitrates proposes par le mpeg2 (non teste)
      * passage des tests de compliance mpeg :)
      * moins de macros qu'avant, mais je dois encore propriser un peu le code.
      fec6ded4