aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ref/fate/gifenc-bgr8
Commit message (Collapse)AuthorAgeFilesLines
* fate: add accurate_rnd+bitexact sws_flags for fate-gifencLimin Wang2019-08-171-172/+172
| | | | | | | This fixes make fate issue for frame thread scale in my local testing Signed-off-by: Limin Wang <lance.lmwang@gmail.com> Signed-off-by: Marton Balint <cus@passwd.hu>
* avcodec/gif: use avctx->frame_numberPaul B Mahol2018-12-131-1/+1
|
* avcodec: rewrite gif muxing and encodingPaul B Mahol2018-12-131-173/+173
| | | | | | | | | | | | | | | Now "-c copy" works. Update FATE files. Demuxer only split file into packets, no data is trimmed. Encoder & muxer currently expect completely another format where muxer writes stuff like disposal method which should be really encoder job. With this patch muxer only modifies delay between two packets. Codec copy need to have same behavior between demuxer and muxer to work correctly. Fixes #6640.
* avformat/framecrc: enable new outputJames Almer2016-04-131-0/+4
| | | | | Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: James Almer <jamrial@gmail.com>
* avcodec/gif: fix off by one in column offsetting findingClément Bœsch2015-02-161-5/+5
|
* avformat/utils: add gif to tb_unreliable()Michael Niedermayer2014-04-281-173/+173
| | | | | | This improves the used timebases when gif is the source Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avcodec/lzwenc: Add 1 additional bit of padding for gifMichael Niedermayer2013-08-141-31/+31
| | | | | | This fixes issues with gimp reading animated gifs Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavc/gif: add flag to enable transparency detection between frames.Clément Bœsch2013-04-191-172/+172
| | | | | | | | | | While this is not always optimal, in practice most of the common cases are. ffmpeg -i big_buck_bunny_1080p_h264.mov -ss 45 -vf scale=320:160 -gifflags -transdiff -frames:v 50 -y bbb-notrans.gif ffmpeg -i big_buck_bunny_1080p_h264.mov -ss 45 -vf scale=320:160 -gifflags +transdiff -frames:v 50 -y bbb-trans.gif -rw-r--r-- 1 ubitux ubitux 1.1M Apr 19 19:00 bbb-notrans.gif -rw-r--r-- 1 ubitux ubitux 378K Apr 19 19:00 bbb-trans.gif
* fate/gif: create meaningful gif encoding tests.Clément Bœsch2013-04-191-0/+174