1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-26 19:01:44 +02:00
FFmpeg/tests/ref
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
..
acodec adpcmenc: Use correct frame_size for Yamaha ADPCM. 2012-02-20 15:52:32 -05:00
fate bethsoftvid: synchronize video timestamps with audio sample rate 2012-02-16 10:47:11 -05:00
lavf rawenc: switch to encode2(). 2012-02-08 21:51:24 +01:00
lavfi Revert "sws/pixfmt/pixdesc: add support for yuva444p" 2012-01-26 18:06:57 -08:00
seek FATE: update reference for seek-alac_mp4 2012-02-11 16:41:01 -05:00
vsynth1 cljr: set the properties of the coded_frame, not input frame. 2012-02-12 08:05:38 +01:00
vsynth2 cljr: set the properties of the coded_frame, not input frame. 2012-02-12 08:05:38 +01:00