]> git.sesse.net Git - vlc/commit
. moved the MPEG audio decoder to the new bitstream
authorSam Hocevar <sam@videolan.org>
Thu, 11 Jan 2001 17:44:48 +0000 (17:44 +0000)
committerSam Hocevar <sam@videolan.org>
Thu, 11 Jan 2001 17:44:48 +0000 (17:44 +0000)
commite3636eb15f2e5e825347a153beafc8e0411d2946
tree5d9c409f23259aadd9adc5727265cc911e427206
parent993381a227b1246ce55bcb4673bcb8b519bdfa88
  . 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.
14 files changed:
include/audio_output.h
src/audio_decoder/adec_bit_stream.h [deleted file]
src/audio_decoder/adec_generic.c
src/audio_decoder/adec_generic.h
src/audio_decoder/adec_layer1.c
src/audio_decoder/adec_layer1.h
src/audio_decoder/adec_layer2.c
src/audio_decoder/adec_layer2.h
src/audio_decoder/adec_math.c
src/audio_decoder/adec_test.c
src/audio_decoder/audio_decoder.c
src/audio_decoder/audio_decoder.h
src/spu_decoder/spu_decoder.c
src/spu_decoder/spu_decoder.h