Carl Eugen Hoyos
ce58ead40d
riff: Add an additional AAC TwoCC
...
Mentioned on http://msdn.microsoft.com/en-us/library/dd341376%28prot.20%29.aspx
11 years ago
Piotr Bandurski
1e8c4fb8fc
riff: support 0xa100 TwoCC for G723_1
...
Sample-Id: 4790b7f1c44f98e35f3b806468fa615f5930a5b3.wav
11 years ago
Piotr Bandurski
00ccdcd88c
riff: add 0x594a TwoCC for Xan DPCM
...
Sample-Id: crusader-no-regret.avi
11 years ago
Compn
7b600ea0da
riff: add 0x64 to g726
...
Sample-Id: g726-test1.wav
11 years ago
Piotr Bandurski
b7a12ab95b
riff: add G723_1 wav tag
11 years ago
Compn
10a14bd574
riff: map 0x0038 to amrnb
...
Sample-Id: 40709.avi
11 years ago
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
Roman Fietze
74aeb6b584
libavformat/utils.c: av_pkt_dump_log2: use const pointers
...
Use const pointers to AVPacket and AVStream.
Signed-off-by: Roman Fietze <roman.fietze@telemotive.de>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
11 years ago
Michael Niedermayer
f359bac27c
avformat/hlsenc: remove unneeded l prefix from %lf
...
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
11 years ago
Senthilnathan M
96b8e7a9cd
hlsenc: added floating point time support.
...
Necessary for HLS version 3 and above. Fixes ticket #3505 .
Signed-off-by: Senthilnathan M <senthil.codr@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
11 years ago
Michael Niedermayer
cc8b45c0ce
avformat/avidec: remove unused variables
...
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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
Carl Eugen Hoyos
45782a98b6
Write aspect ratio when muxing gif.
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
Jimmy Christensen
38389058c3
OpenEXR decoder
...
Additional fixes and enhancements by Vittorio Giovara, Gonzalo Garramuno,
Nicolas George, Paul B Mahol and Michael Niedermayer.
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
11 years ago
Michael Niedermayer
1f361124d9
avformat/img2dec: zero probe buffer
...
Fixes use of uninitialized memory
Fixes valgrind failure
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
11 years ago
Michael Niedermayer
f94371b1db
mov: Unbreak sbtl writing
11 years ago
Michael Niedermayer
12789d9636
mov: call mov_rewrite_dvd_sub_extradata() after parsing dimensions from tkhd
...
This also moves mov_rewrite_dvd_sub_extradata() to mov.c.
Sample-Id: NeroRecodeSample.mp4
11 years ago
Michael Niedermayer
fce28c3c6d
mov: fill in subtitle dimensions after parsing tkhd
...
Sample-Id: NeroRecodeSample.mp4
11 years ago
Michael Niedermayer
96138e8c8d
isom: only write the size if its non zero in mov_rewrite_dvd_sub_extradata()
...
Sample-Id: NeroRecodeSample.mp4
11 years ago
Michael Niedermayer
9bd4a9f4ee
isom: Simplify mov_rewrite_dvd_sub_extradata()
...
This avoids the 2nd buffer and fixes the palette truncated check
11 years ago