summaryrefslogtreecommitdiff
path: root/libavformat/mov.c
Commit message (Collapse)AuthorAge
* stop parsing udta if size is wrong/garbage, fix issue 154, fix RQ004F14.MOVBaptiste Coudurier2007-09-12
| | | | Originally committed as revision 10481 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set block align to stsd audio v2 bytes per frame for adpcm ms and ima wav, ↵Baptiste Coudurier2007-08-04
| | | | | | 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
* detect MS wav codecsMichael Niedermayer2007-08-04
| | | | | | 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
* fill title, author, copyright and comment fields by parsing udta atomBenoit Fouet2007-07-31
| | | | Originally committed as revision 9840 to svn://svn.ffmpeg.org/ffmpeg/trunk
* misc spelling fixesDiego Biurrun2007-06-12
| | | | Originally committed as revision 9289 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify, no need for a functionBaptiste Coudurier2007-05-12
| | | | Originally committed as revision 9008 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix ctts index computation when seeking, check must be done against next ↵Baptiste Coudurier2007-05-12
| | | | | | ctts sample, thanks to Uoti Originally committed as revision 9007 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove no more true commentBaptiste Coudurier2007-04-26
| | | | Originally committed as revision 8829 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmectics, use consistant and homogeneous type names for atomsBaptiste Coudurier2007-04-26
| | | | Originally committed as revision 8828 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use dprintf with AVFormatContext and simplifyBaptiste Coudurier2007-04-26
| | | | Originally committed as revision 8827 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove now obsolete and no more true commentsBaptiste Coudurier2007-04-26
| | | | Originally committed as revision 8824 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add 'wide' reversed tag in probe, detect broken xdcam files xdcam_hd_1080i60.movBaptiste Coudurier2007-04-25
| | | | Originally committed as revision 8811 to svn://svn.ffmpeg.org/ffmpeg/trunk
* long -> intBaptiste Coudurier2007-04-21
| | | | Originally committed as revision 8774 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: mov_mp4 -> mp4Baptiste Coudurier2007-04-21
| | | | Originally committed as revision 8773 to svn://svn.ffmpeg.org/ffmpeg/trunk
* clean and simplify esds reading functionBaptiste Coudurier2007-04-21
| | | | Originally committed as revision 8772 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove broken ctab codeBaptiste Coudurier2007-04-21
| | | | Originally committed as revision 8771 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use INT64_MAXBaptiste Coudurier2007-04-21
| | | | Originally committed as revision 8770 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add an enum for need_parsingAurelien Jacobs2007-04-15
| | | | Originally committed as revision 8742 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Get rid of unnecessary pointer casts.Nicholas Tung2007-04-08
| | | | | | patch by Nicholas Tung, ntung ntung com Originally committed as revision 8687 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allocate 32 extra bytes at the end of the probe buffer and remove most probe ↵Michael Niedermayer2007-04-08
| | | | | | buf_size checks Originally committed as revision 8677 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move atom size check before parsing function searchBaptiste Coudurier2007-03-29
| | | | Originally committed as revision 8546 to svn://svn.ffmpeg.org/ffmpeg/trunk
* unset sample count to disable track when is brokenBaptiste Coudurier2007-03-29
| | | | Originally committed as revision 8545 to svn://svn.ffmpeg.org/ffmpeg/trunk
* break if atom size is more than size left in container atom, fix shooter.movBaptiste Coudurier2007-03-29
| | | | Originally committed as revision 8544 to svn://svn.ffmpeg.org/ffmpeg/trunk
* activate parser on MP3 id, fix ↵Baptiste Coudurier2007-03-25
| | | | | | [A-Destiny]_Konjiki_no_Gash_Bell_-_65_[71EE362C].mp4 Originally committed as revision 8516 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont fail immediately when a somehow broken track is detected, some tracks ↵Baptiste Coudurier2007-03-25
| | | | | | might be good, fix mi2_vorbis51.mp4 Originally committed as revision 8512 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmectics, mov -> mp4Baptiste Coudurier2007-03-24
| | | | Originally committed as revision 8497 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, sample_size_v1 -> bytes_per_frame / samples_per_frameBaptiste Coudurier2007-03-21
| | | | Originally committed as revision 8464 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmeticsBaptiste Coudurier2007-03-21
| | | | Originally committed as revision 8463 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set audio frame size based on sttsBaptiste Coudurier2007-03-21
| | | | Originally committed as revision 8462 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Give context to dprintfMichel Bardiaux2007-03-12
| | | | Originally committed as revision 8338 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use common tables for mov muxer and demuxerBaptiste Coudurier2007-03-03
| | | | Originally committed as revision 8205 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, cleanup tables, add pcm 24/32 le tagsBaptiste Coudurier2007-03-03
| | | | Originally committed as revision 8204 to svn://svn.ffmpeg.org/ffmpeg/trunk
* partial avid meridien uncompressed supportBaptiste Coudurier2007-03-03
| | | | Originally committed as revision 8203 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avid imx supportBaptiste Coudurier2007-03-02
| | | | Originally committed as revision 8193 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support for mjpeg bottom field first in movBaptiste Coudurier2007-03-02
| | | | Originally committed as revision 8192 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use generic atom to extradata reading functionBaptiste Coudurier2007-03-02
| | | | Originally committed as revision 8191 to svn://svn.ffmpeg.org/ffmpeg/trunk
* quicktime 'raw ' supportBaptiste Coudurier2007-03-01
| | | | Originally committed as revision 8168 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove some printf warningsBaptiste Coudurier2007-01-24
| | | | Originally committed as revision 7691 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make vars unsignedBaptiste Coudurier2007-01-24
| | | | Originally committed as revision 7690 to svn://svn.ffmpeg.org/ffmpeg/trunk
* stop if current sample is higher than sample countBaptiste Coudurier2007-01-24
| | | | Originally committed as revision 7689 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replace strcpy by memcpyBaptiste Coudurier2007-01-24
| | | | Originally committed as revision 7685 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless fieldBaptiste Coudurier2007-01-24
| | | | Originally committed as revision 7682 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove obsolete commentBaptiste Coudurier2007-01-24
| | | | Originally committed as revision 7681 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make some fields unsignedBaptiste Coudurier2007-01-24
| | | | Originally committed as revision 7680 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add sanity checksBaptiste Coudurier2007-01-24
| | | | Originally committed as revision 7679 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add codec_id <-> codec_tag tables to AVIn/OutputFormatMichael Niedermayer2007-01-21
| | | | Originally committed as revision 7593 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi2007-01-19
| | | | Originally committed as revision 7587 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add msrle fourcc, quicktime_bmp.movBaptiste Coudurier2007-01-16
| | | | Originally committed as revision 7541 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add png fourccBaptiste Coudurier2007-01-16
| | | | Originally committed as revision 7540 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add official VC1 fourccBaptiste Coudurier2007-01-10
| | | | Originally committed as revision 7434 to svn://svn.ffmpeg.org/ffmpeg/trunk