OSDN Git Service

* add support for liba52
authorZdenek Kabelac <kabi@informatics.muni.cz>
Mon, 22 Apr 2002 10:27:25 +0000 (10:27 +0000)
committerZdenek Kabelac <kabi@informatics.muni.cz>
Mon, 22 Apr 2002 10:27:25 +0000 (10:27 +0000)
commit976f969b24f109fa7a6fabaf0e85fb654ed7abb9
tree3569a55bcf4f57cb2b08644ed7265e156423cf68
parentee6f786146e08da970f92c0b80b71b2e85fbd96c
* add support for liba52

Originally committed as revision 411 to svn://svn.ffmpeg.org/ffmpeg/trunk
12 files changed:
libavcodec/a52dec.c [new file with mode: 0644]
libavcodec/liba52/a52.h [new file with mode: 0644]
libavcodec/liba52/a52_internal.h [new file with mode: 0644]
libavcodec/liba52/audio_out.h [new file with mode: 0644]
libavcodec/liba52/bit_allocate.c [new file with mode: 0644]
libavcodec/liba52/bitstream.c [new file with mode: 0644]
libavcodec/liba52/bitstream.h [new file with mode: 0644]
libavcodec/liba52/downmix.c [new file with mode: 0644]
libavcodec/liba52/imdct.c [new file with mode: 0644]
libavcodec/liba52/mm_accel.h [new file with mode: 0644]
libavcodec/liba52/parse.c [new file with mode: 0644]
libavcodec/liba52/tables.h [new file with mode: 0644]