ffmpeg/tests/ref
Stefano Sabatini e280a4da2a iff/8svx: redesign 8SVX demuxing and decoding for handling stereo samples correctly
Make the iff demuxer send the whole audio chunk to the decoder as a
single packet, move stereo interleaving from the iff demuxer to the
decoder, and introduce an 8svx_raw decoder which performs
stereo interleaving.

This is required for handling stereo data correctly, indeed samples
are stored like:
LLLLLL....RRRRRR

that is all left samples are at the beginning of the chunk, all right
samples at the end, so it is necessary to store and process the whole
buffer in order to decode each frame. Thus the decoder needs all the
audio chunk before it can return interleaved data.

Fix decoding of files 8svx_exp.iff and 8svx_fib.iff, fix trac issue #169.
2011-05-17 00:58:33 +02:00
..
acodec adpcmenc: fix QT IMA ADPCM encoder 2011-05-08 13:15:48 +02:00
fate iff/8svx: redesign 8SVX demuxing and decoding for handling stereo samples correctly 2011-05-17 00:58:33 +02:00
lavf lavf/utils: fix ff_interleave_compare_dts corner case. 2011-05-10 07:53:19 -04:00
lavfi Add checksums specific to BE machines after last swscale update. 2011-05-13 05:10:24 +02:00
seek lavf/utils: fix ff_interleave_compare_dts corner case. 2011-05-10 07:53:19 -04:00
vsynth1 movenc: fix yuv range in avid atoms used by dnxhd. 2011-05-12 13:07:21 +02:00
vsynth2 movenc: fix yuv range in avid atoms used by dnxhd. 2011-05-12 13:07:21 +02:00