summaryrefslogtreecommitdiff
path: root/tests/ref/fate/utvideoenc_rgba_none
Commit message (Collapse)AuthorAge
* avcodec/utvideoenc: switch to planar RGB formatsPaul B Mahol2018-01-02
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* 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>
* fate: Add FATE tests for the Ut Video encoderJan Ekström2012-08-20
Signed-off-by: Anton Khirnov <anton@khirnov.net>