Paul B Mahol
228af18a98
riff: Support FLIC FourCC
11 years ago
Michael Niedermayer
fb6c21fa8c
riff: add escape130 FourCC
11 years ago
Piotr Bandurski
ae58466994
riff: support 'aas4' FourCC
11 years ago
Piotr Bandurski
7100f3c07d
riff: add "YUV8" FourCC
...
Sample-Id: MAILTEST.AVI
11 years ago
Piotr Bandurski
c9787f034c
riff: Add "S263" FourCC
11 years ago
Michael Niedermayer
9ff6429b07
riff: Support XMPG as mpeg1
11 years ago
Michael Niedermayer
771cb3e592
riff: support BW10 as mpeg1
11 years ago
Piotr Bandurski
eaec09a575
riff: Add SLDV FourCC for dvvideo
11 years ago
Carl Eugen Hoyos
a1c58b3acd
riff: Support NTSC forward dvcpro videos
...
PAL looks incorrect.
11 years ago
Piotr Bandurski
6aa7cbd58c
riff: add dvis/pdvc FourCCs
11 years ago
Piotr Bandurski
adf0ff0000
riff: add "GXVE" FourCC for WMV2
...
Sample-Id: vivd.avi
11 years ago
Compn
96dd7b2332
riff: add PLV1 fourcc to mpeg4
...
Sample-Id: york-water-meteor.avi
11 years ago
Carl Eugen Hoyos
f5f18aecef
riff: Support decoding ASP variant from QNAP Systems
11 years ago
Piotr Bandurski
ade32b4a84
riff: add "SM4V" FourCC
11 years ago
Compn
684e43c5e3
riff: add DYM4 mpeg4 fourcc
11 years ago
Piotr Bandurski
32b0942c99
riff: add DM4V FourCC
11 years ago
Compn
fa6a021121
riff: add G264 to mpeg4, only decodes keyframes
11 years ago
Piotr Bandurski
9ab2d5a33c
riff: add "lsvm" FourCC for H263.
11 years ago
Carl Eugen Hoyos
915524e541
riff: Support H.264 fourcc UMSV
11 years ago
Carl Eugen Hoyos
dcb6e145eb
riff: add FourCC for GeoVision cameras
11 years ago
Carl Eugen Hoyos
9d9d319a3c
riff: Add V264 for H264 in CCTV recordings
11 years ago
Carl Eugen Hoyos
51ace0fb92
riff: add H264 from QNAP Systems
11 years ago
Piotr Bandurski
a52a1bc912
riff: add SMV2 FourCC for H264
...
Sample-Id: smv2.avi
11 years ago
Clément Bœsch
235bf1dab5
riff: add ISMP/timecode tag
11 years ago
James Almer
fa570a5548
riff: Add ITRK tag
...
Some players, like foobar2000 or modern versions of WMP, create WAV
files using the ITRK tag for track instead of IPRT
11 years ago
Piotr Bandurski
121b5b7e04
isom: add some BOXX tags
11 years ago
Reimar Döffinger
b0a54516eb
isom: add 'flic' tag
11 years ago
Carl Eugen Hoyos
5a85cf0fc2
isom: add 'm1v ' tag
...
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
11 years ago
Luca Barbato
ad8f736b74
mxf: Remove typo
...
Reported-By: Vittorio Giovara <vittorio.giovara@gmail.com>
11 years ago
Luca Barbato
9464b69da6
log: Unbreak windows support
...
Add the missing define.
11 years ago
Luca Barbato
4ede1862dc
log: Do not assume the TERM variable is always set
11 years ago
Luca Barbato
42ba1c51d9
log: Document AV_LOG_C usage
...
And move outside the wrong doxygen group.
11 years ago
Luca Barbato
28b9ac4e48
log: Remove undefined behaviour
11 years ago
Luca Barbato
7763118cae
log: Support for 256color terminals
...
And provide extended coloring capabilities for debugging.
The default colors do not change in 256 more to keep
supporting people using Black on White, White on Black and
Solarized terminals.
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
11 years ago
Luca Barbato
006c253346
doc: Fit the graph in 80 cols
...
Some man pagers do not reflow the text/graphs on resize
and the graphs did not fit the traditional 80cols due
the pod2man excessive indent.
11 years ago
Katerina Barone-Adesi
b33c64e4c2
vf_settb: rename to settb
...
An audio version of settb (asettb) will be added to this file.
Signed-off-by: Diego Biurrun <diego@biurrun.de>
11 years ago
Michael Niedermayer
9d599e3f6e
avi: Improve non-interleaved detection
...
Additional fixes by Nigel Touati-Evans <nigel.touatievans@gmail.com>.
Check the index for streams with a time drift of 2s or a buffer drift
of 64MB.
Bug-Id: 666
CC: libav-stable@libav.org
Sample-Id: yet-another-broken-interleaved-avi.avi
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
Signed-off-by: Diego Biurrun <diego@biurrun.de>
11 years ago
Janne Grunau
0ca0924c10
swscale: add endianness conversion for AV_PIX_FMT_BGRA64|RGBA64
11 years ago
Vittorio Giovara
c611148340
vc1dec: fix a possible unitialized variable warning
11 years ago
Marc-Antoine Arnaud
f1c4a54f6e
lavf: add supported extension to avi and mov demuxers
11 years ago
Diego Biurrun
cba4e6062a
More correct printf format specifiers
...
This avoids compiler warnings about argument and specifier type mismatch.
11 years ago
Janne Grunau
80035db88c
lavu: add missing formats to av_pix_fmt_swap_endianness
11 years ago
Vittorio Giovara
d2264740e6
VP3: K&R formatting cosmetics
11 years ago
Martin Storsjö
66d04c068a
fate: Explicitly use gray16le in fate-sgi-gray16
...
This fixes the test on big endian.
Signed-off-by: Martin Storsjö <martin@martin.st>
11 years ago
Vittorio Giovara
55c6e59906
fate: add SGI tests
11 years ago
Vittorio Giovara
d613091f88
sgi: decode 16bit RLE images
11 years ago
Vittorio Giovara
6c1df1f228
sgi: encode images with 4 channels at 8 and 16 bits
11 years ago
Carl Eugen Hoyos
f8dea10d3f
sgi: decode images with 4 channels at 8 and 16 bits
11 years ago
Paul B Mahol
ab7c64624a
sgi: remove redundant argument from read_uncompressed_sgi()
11 years ago
Michael Niedermayer
6d9ccee451
sgi: set the row boundary to the correct value
11 years ago