Cook compatibe decoder, patch by Benjamin Larsson
authorBenjamin Larsson <banan@ludd.ltu.se>
Fri, 9 Dec 2005 16:08:18 +0000 (16:08 +0000)
committerRoberto Togni <r_togni@tiscali.it>
Fri, 9 Dec 2005 16:08:18 +0000 (16:08 +0000)
commite0f7e3297073e341b43522d67ad717a3d568cd3c
tree4251f14d6f4e6dfa54f6b0fb73fc9c4a81cdb4e9
parent60d76256cb6abb7a5f65e434031d0ebb114599ea
Cook compatibe decoder, patch by Benjamin Larsson
Add cook demucing, change rm demuxer so that it reorders audio packets
before sending them to the decoder, and send minimum decodeable sized
packets; pass only real codec extradata fo the decoder
Fix 28_8 decoder for the new demuxer strategy

Originally committed as revision 4726 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/Makefile
libavcodec/allcodecs.c
libavcodec/avcodec.h
libavcodec/cook.c [new file with mode: 0644]
libavcodec/cookdata.h [new file with mode: 0644]
libavcodec/ra288.c
libavformat/avformat.h
libavformat/rm.c