1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-28 20:53:54 +02:00
FFmpeg/tests/ref/lavf
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
..
aiff aiffenc: metadata support 2013-01-03 19:35:02 +00:00
alaw
asf
ast AST Muxer 2012-12-04 11:25:46 +00:00
au Add an annotation field as required by the specification when muxing Sun AU. 2012-11-24 10:43:11 +01:00
avi
bmp
caf
dpx dpxenc: fix data offset 2013-03-15 21:09:36 +01:00
dv_fmt fate: upate after 55d32eed8f 2013-01-08 18:47:09 +00:00
ffm ffm: redesign header format to make it extensible 2012-11-05 16:36:44 +01:00
flm
flv_fmt
gif Cleanse GIF muxer and encoder. 2013-04-18 00:24:25 +02:00
gxf fate: upate after 55d32eed8f 2013-01-08 18:47:09 +00:00
ircam ircamenc: 10l do not use avio_skip() 2012-12-05 13:46:35 +00:00
ismv fate: upate after 55d32eed8f 2013-01-08 18:47:09 +00:00
jpg
mkv fate: add an attachment to the Matroska test. 2013-01-26 11:33:09 +01:00
mmf mmf.c: Use LIBAVFORMAT_IDENT when writing Yamaha SMAF version information. 2013-01-05 23:39:46 +01:00
mov movenc: hotfix, dont store fiel for h264 / mpeg4-asp / dnxhd 2013-02-14 17:48:08 +01:00
mpg fate: upate after 55d32eed8f 2013-01-08 18:47:09 +00:00
mulaw
mxf fate: upate after 55d32eed8f 2013-01-08 18:47:09 +00:00
mxf_d10
nut
ogg
pam fate: add more pix_fmt tests for pam 2012-11-05 14:59:31 +00:00
pbmpipe
pcx
pgm
pgmpipe
pixfmt
png
ppm
ppmpipe
rm rmenc: write correct bytes per minute 2012-12-23 16:08:10 +01:00
rso
sgi
smjpeg
sox
sunrast
swf
tga
tiff
ts
voc
voc_s16
w64 Sony Wave64 muxer 2012-12-31 07:10:57 +00:00
wav
wtv wtvenc: produce seekable files 2012-11-07 13:59:03 +01:00
xbm
xwd fate: add more pix_fmt tests for xwd 2012-11-05 22:31:24 +00:00
yuv4mpeg