summaryrefslogtreecommitdiff
path: root/tests/ref/fate/utvideoenc_yuv422_none
Commit message (Collapse)AuthorAge
* avformat/framehash: enable new outputJames Almer2016-04-13
| | | | | | | Also, make every addition except for sidedata part of version 1 instead of the new version 2. Reviewed-by: Michael Niedermayer <michael@niedermayer.cc>
* avcodec/utvideoenc: skip unused huffman entriesMichael Niedermayer2014-06-09
| | | | | | This very slightly improves compression Found-by: Christophe Gisquet <christophe.gisquet@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avformat/md5enc: add format, version and column headersMichael Niedermayer2013-10-26
| | | | | | See Ticket2280 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* utvideoenc: use ff_generate_len()Michael Niedermayer2012-08-22
| | | | | | | | | | | | 19% faster smaller files this may also fix possible integer overflows due to previous 32bit useage Tested with libutvideo and our utvideo decoder, this patch does not change decoder output in the test Reviewed-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* fate: make Ut Video encoder tests use bitexact swscale flagsJan Ekström2012-08-21
| | | | | | | | | The failures on various architectures and compilers on the RGB(A) tests seem to have been because of one-off YCbCr->RGB conversion results. This should make the conversion results match on most if not all code paths. Signed-off-by: Anton Khirnov <anton@khirnov.net>
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-20
| | | | | | | | | | | | | | | | | | | * qatar/master: fate: Add FATE tests for the Ut Video encoder lavc: add Ut Video encoder mpegvideo_enc: remove stray duplicate line from 7f9aaa4 swscale: x86: fix #endif comments in rgb2rgb template file avconv: mark more options as expert. avconv: split printing "main options" into global and per-file. avconv: refactor help printing. Conflicts: Changelog ffmpeg_opt.c ffserver.c libavcodec/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
* fate: Add FATE tests for the Ut Video encoderJan Ekström2012-08-20
Signed-off-by: Anton Khirnov <anton@khirnov.net>