ffmpeg/tests
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
..
fate sunrast: Add fate test for gray8. 2012-02-13 22:29:22 +01:00
ref adpcmenc: Use correct frame_size for Yamaha ADPCM. 2012-02-20 15:52:32 -05:00
audiogen.c
base64.c
codec-regression.sh fate: make acodec-ac3_fixed test output raw AC3 2012-02-02 14:31:54 +00:00
fate-run.sh
fate.sh
lavf-regression.sh
lavfi-regression.sh
lena.pnm
Makefile build: Use order-only prerequisites for creating FATE reference file dirs. 2012-01-30 13:00:35 +01:00
md5.sh
regression-funcs.sh
rotozoom.c
tiny_psnr.c
videogen.c