summaryrefslogtreecommitdiff
path: root/tests/ref/fate/utvideoenc_rgba_none
Commit message (Collapse)AuthorAge
* 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>