1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00
FFmpeg/tests/ref
Clément Bœsch 635389ccfa Cleanse GIF muxer and encoder.
This commit removes the badly duplicated code between the encoder and
the muxer. That may sound surprising, but the encoder is now responsible
from the encoding of the picture when muxing to a .gif file. It also
does not require anymore a manual user intervention such as a -pix_fmt
rgb24 to work properly. To summarize, output gif are now easier to
generate, code is saner and simpler, and files are smaller (thanks to
the lzw encoding which was unused so far with the default .gif output).
We can certainly make things even better, but this is the first step.

FATE is updated because of the output being produced by the encoder and
not the muxer (no lzw in the muxer), and in the seek test only the size
mismatches.

Fixes Ticket #2262
2013-04-18 00:24:25 +02:00
..
acodec
fate fate: fix histogram test, try #2 2013-04-16 03:52:51 +02:00
lavf Cleanse GIF muxer and encoder. 2013-04-18 00:24:25 +02:00
lavf-fate mp3dec: Fix VBR bit rate parsing 2013-03-05 13:06:01 +01:00
lavfi tests: add overlay rgb and yuv444 tests 2013-03-05 13:20:13 +01:00
seek Cleanse GIF muxer and encoder. 2013-04-18 00:24:25 +02:00
vsynth avcodec: rename prores encoders 2013-04-11 23:13:34 +02:00
vsynth1
vsynth2