ffmpeg/tests/ref/acodec
Justin Ruggles 770a5c6d02 adpcmenc: Use correct frame_size for Yamaha ADPCM.
Output packet size should match avctx->block_align. The target output packet
size is 1024 bytes.
Before:
mono   - 1024 samples -> 512 bytes
stereo - 2048 samples -> 2048 bytes
After:
mono   - 2048 samples -> 1024 bytes
stereo - 1024 samples -> 1024 bytes
2012-02-20 15:52:32 -05:00
..
ac3_fixed fate: make acodec-ac3_fixed test output raw AC3 2012-02-02 14:31:54 +00:00
adpcm_adx fate: add ADX encoding/decoding test 2012-01-03 18:47:42 -05:00
adpcm_ima_qt
adpcm_ima_wav
adpcm_ms
adpcm_swf
adpcm_yam adpcmenc: Use correct frame_size for Yamaha ADPCM. 2012-02-20 15:52:32 -05:00
alac alacenc: only encode frame size in header for a final smaller frame 2012-02-11 12:49:22 -05:00
aref
flac
g722 g722enc: set frame_size, and also handle an odd number of input samples 2012-01-07 13:38:23 -05:00
g726
mp2
pcm_alaw
pcm_f32be
pcm_f32le
pcm_f64be
pcm_f64le
pcm_mulaw
pcm_s8 fate: Update file checksums after the mov muxer change in a78dbada55 2012-01-10 16:54:23 +02:00
pcm_s16be fate: Update file checksums after the mov muxer change in a78dbada55 2012-01-10 16:54:23 +02:00
pcm_s16le
pcm_s24be fate: Update file checksums after the mov muxer change in a78dbada55 2012-01-10 16:54:23 +02:00
pcm_s24daud
pcm_s24le
pcm_s32be fate: Update file checksums after the mov muxer change in a78dbada55 2012-01-10 16:54:23 +02:00
pcm_s32le
pcm_u8
wmav1
wmav2