Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-01-02avcodec/utvideoenc: switch to planar RGB formatsPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2016-04-14avformat/framehash: enable new outputJames Almer
Also, make every addition except for sidedata part of version 1 instead of the new version 2. Reviewed-by: Michael Niedermayer <michael@niedermayer.cc>
2014-06-09avcodec/utvideoenc: skip unused huffman entriesMichael Niedermayer
This very slightly improves compression Found-by: Christophe Gisquet <christophe.gisquet@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-10-26avformat/md5enc: add format, version and column headersMichael Niedermayer
See Ticket2280 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-08-22utvideoenc: use ff_generate_len()Michael Niedermayer
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>
2012-08-21fate: make Ut Video encoder tests use bitexact swscale flagsJan Ekström
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>
2012-08-20fate: Add FATE tests for the Ut Video encoderJan Ekström
Signed-off-by: Anton Khirnov <anton@khirnov.net>