Baptiste Coudurier
|
74e9b9ae70
|
set block align to stsd audio v2 bytes per frame for adpcm ms and ima wav, fix surge-2-16-L-ms11.mov and surge-2-16-L-ms02.mov
Originally committed as revision 9895 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
18 years ago |
Michael Niedermayer
|
bca7db3530
|
detect MS wav codecs
fixes detection of audio codec though not playback of surge-2-16-L-ms11.mov
Originally committed as revision 9885 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
18 years ago |
Benoit Fouet
|
d2ace376b0
|
fill title, author, copyright and comment fields by parsing udta atom
Originally committed as revision 9840 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
18 years ago |
Diego Biurrun
|
755bfeabcc
|
misc spelling fixes
Originally committed as revision 9289 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
18 years ago |
Baptiste Coudurier
|
4440b1188e
|
simplify, no need for a function
Originally committed as revision 9008 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
18 years ago |
Baptiste Coudurier
|
54a5c7193b
|
fix ctts index computation when seeking, check must be done against next ctts sample, thanks to Uoti
Originally committed as revision 9007 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
18 years ago |
Baptiste Coudurier
|
b236a735e5
|
remove no more true comment
Originally committed as revision 8829 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
18 years ago |
Baptiste Coudurier
|
e23848a49c
|
cosmectics, use consistant and homogeneous type names for atoms
Originally committed as revision 8828 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
18 years ago |
Baptiste Coudurier
|
f8c18cd711
|
use dprintf with AVFormatContext and simplify
Originally committed as revision 8827 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
18 years ago |
Baptiste Coudurier
|
1c086afc21
|
remove now obsolete and no more true comments
Originally committed as revision 8824 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
18 years ago |
Baptiste Coudurier
|
263a93ecff
|
add 'wide' reversed tag in probe, detect broken xdcam files xdcam_hd_1080i60.mov
Originally committed as revision 8811 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
18 years ago |
Baptiste Coudurier
|
1c02d96f6d
|
long -> int
Originally committed as revision 8774 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
18 years ago |
Baptiste Coudurier
|
9e40addd21
|
cosmetics: mov_mp4 -> mp4
Originally committed as revision 8773 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
18 years ago |
Baptiste Coudurier
|
0b07ac425a
|
clean and simplify esds reading function
Originally committed as revision 8772 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
18 years ago |
Baptiste Coudurier
|
d614f57978
|
remove broken ctab code
Originally committed as revision 8771 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
18 years ago |
Baptiste Coudurier
|
fa22ca2214
|
use INT64_MAX
Originally committed as revision 8770 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
18 years ago |
Aurelien Jacobs
|
57004ff1d7
|
add an enum for need_parsing
Originally committed as revision 8742 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
18 years ago |
Nicholas Tung
|
e4141433ea
|
Get rid of unnecessary pointer casts.
patch by Nicholas Tung, ntung ntung com
Originally committed as revision 8687 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
18 years ago |
Michael Niedermayer
|
87e8788680
|
allocate 32 extra bytes at the end of the probe buffer and remove most probe buf_size checks
Originally committed as revision 8677 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
18 years ago |
Baptiste Coudurier
|
11979c460c
|
move atom size check before parsing function search
Originally committed as revision 8546 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
18 years ago |
Baptiste Coudurier
|
a097e559b2
|
unset sample count to disable track when is broken
Originally committed as revision 8545 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
18 years ago |
Baptiste Coudurier
|
62b6498df2
|
break if atom size is more than size left in container atom, fix shooter.mov
Originally committed as revision 8544 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
18 years ago |
Baptiste Coudurier
|
c59f24e657
|
activate parser on MP3 id, fix [A-Destiny]_Konjiki_no_Gash_Bell_-_65_[71EE362C].mp4
Originally committed as revision 8516 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
18 years ago |
Baptiste Coudurier
|
b0c17f7776
|
dont fail immediately when a somehow broken track is detected, some tracks might be good, fix mi2_vorbis51.mp4
Originally committed as revision 8512 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
18 years ago |
Baptiste Coudurier
|
ccba88d764
|
cosmectics, mov -> mp4
Originally committed as revision 8497 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
18 years ago |
Baptiste Coudurier
|
e14f79ed37
|
cosmetics, sample_size_v1 -> bytes_per_frame / samples_per_frame
Originally committed as revision 8464 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
18 years ago |
Baptiste Coudurier
|
638fd2fce7
|
cosmetics
Originally committed as revision 8463 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
18 years ago |
Baptiste Coudurier
|
2d2432b738
|
set audio frame size based on stts
Originally committed as revision 8462 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
18 years ago |
Michel Bardiaux
|
318c5e0524
|
Give context to dprintf
Originally committed as revision 8338 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
18 years ago |
Baptiste Coudurier
|
1e5f5e3b7a
|
use common tables for mov muxer and demuxer
Originally committed as revision 8205 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
18 years ago |
Baptiste Coudurier
|
25f5f17fbd
|
cosmetics, cleanup tables, add pcm 24/32 le tags
Originally committed as revision 8204 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
18 years ago |
Baptiste Coudurier
|
b0c59da234
|
partial avid meridien uncompressed support
Originally committed as revision 8203 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
18 years ago |
Baptiste Coudurier
|
57d4d6e733
|
avid imx support
Originally committed as revision 8193 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
18 years ago |
Baptiste Coudurier
|
9a63497b0f
|
support for mjpeg bottom field first in mov
Originally committed as revision 8192 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
18 years ago |
Baptiste Coudurier
|
014a510282
|
use generic atom to extradata reading function
Originally committed as revision 8191 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
18 years ago |
Baptiste Coudurier
|
c828c70916
|
quicktime 'raw ' support
Originally committed as revision 8168 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
18 years ago |
Baptiste Coudurier
|
e809d7e50a
|
remove some printf warnings
Originally committed as revision 7691 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
18 years ago |
Baptiste Coudurier
|
01aa1937cf
|
make vars unsigned
Originally committed as revision 7690 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
18 years ago |
Baptiste Coudurier
|
649348777e
|
stop if current sample is higher than sample count
Originally committed as revision 7689 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
18 years ago |
Baptiste Coudurier
|
560588b717
|
replace strcpy by memcpy
Originally committed as revision 7685 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
18 years ago |
Baptiste Coudurier
|
a20a37e69a
|
remove useless field
Originally committed as revision 7682 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
18 years ago |
Baptiste Coudurier
|
69e7070da6
|
remove obsolete comment
Originally committed as revision 7681 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
18 years ago |
Baptiste Coudurier
|
44d3fea53b
|
make some fields unsigned
Originally committed as revision 7680 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
18 years ago |
Baptiste Coudurier
|
dfcf8d57c5
|
add sanity checks
Originally committed as revision 7679 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
18 years ago |
Michael Niedermayer
|
7caf0cc62c
|
add codec_id <-> codec_tag tables to AVIn/OutputFormat
Originally committed as revision 7593 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
18 years ago |
Alex Beregszaszi
|
fead30d444
|
rename BE/LE_8/16/32 to AV_RL/B_8/16/32
Originally committed as revision 7587 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
18 years ago |
Baptiste Coudurier
|
429088dc52
|
add msrle fourcc, quicktime_bmp.mov
Originally committed as revision 7541 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
18 years ago |
Baptiste Coudurier
|
69d987a6e6
|
add png fourcc
Originally committed as revision 7540 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
18 years ago |
Baptiste Coudurier
|
c3135e11f4
|
add official VC1 fourcc
Originally committed as revision 7434 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
18 years ago |
Diego Biurrun
|
2eed5a461f
|
Rename variables: faad --> libfaad, faac --> libfaac, faadbin --> libfaadbin
Originally committed as revision 7416 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
18 years ago |