Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | avcodec/lzwenc: Add 1 additional bit of padding for gif | Michael Niedermayer | 2013-08-14 | 1 | -28/+28 |
| | | | | | | This fixes issues with gimp reading animated gifs Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | ||||
* | swscale: treat gray as a fullrage (0-255) format | Michael Niedermayer | 2013-07-08 | 1 | -173/+173 |
| | | | | | | Fixes Ticket2684 Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | ||||
* | lavc/gif: add flag to enable transparency detection between frames. | Clément Bœsch | 2013-04-19 | 1 | -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œsch | 2013-04-19 | 1 | -0/+174 |