aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/mov.c
Commit message (Expand)AuthorAgeFilesLines
...
* return error if malloc failed, found by takis, fix issue 286Baptiste Coudurier2007-12-031-2/+4
* check mov_read_default return value where appropriate, patch by takis, fix is...Panagiotis Issaris2007-12-031-7/+8
* Make ff_qt_default_palette_* arrays "static const"Reimar Döffinger2007-12-021-1/+1
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-211-4/+4
* comment typoDiego Biurrun2007-11-101-1/+1
* use FFMINBaptiste Coudurier2007-10-231-2/+1
* fix issue 225, instead of stoping when wrong atom size is found,Baptiste Coudurier2007-10-221-1/+3
* append extradata atoms when parsing, fix OLOCOONS_O3.movBaptiste Coudurier2007-10-081-9/+12
* stop parsing udta if size is wrong/garbage, fix issue 154, fix RQ004F14.MOVBaptiste Coudurier2007-09-121-0/+3
* set block align to stsd audio v2 bytes per frame for adpcm ms and ima wav, fi...Baptiste Coudurier2007-08-041-0/+4
* detect MS wav codecsMichael Niedermayer2007-08-041-0/+3
* fill title, author, copyright and comment fields by parsing udta atomBenoit Fouet2007-07-311-0/+41
* misc spelling fixesDiego Biurrun2007-06-121-2/+2
* simplify, no need for a functionBaptiste Coudurier2007-05-121-10/+4
* fix ctts index computation when seeking, check must be done against next ctts...Baptiste Coudurier2007-05-121-3/+4
* remove no more true commentBaptiste Coudurier2007-04-261-1/+0
* cosmectics, use consistant and homogeneous type names for atomsBaptiste Coudurier2007-04-261-14/+14
* use dprintf with AVFormatContext and simplifyBaptiste Coudurier2007-04-261-24/+16
* remove now obsolete and no more true commentsBaptiste Coudurier2007-04-261-8/+0
* add 'wide' reversed tag in probe, detect broken xdcam files xdcam_hd_1080i60.movBaptiste Coudurier2007-04-251-0/+1
* long -> intBaptiste Coudurier2007-04-211-16/+16
* cosmetics: mov_mp4 -> mp4Baptiste Coudurier2007-04-211-6/+6
* clean and simplify esds reading functionBaptiste Coudurier2007-04-211-58/+12
* remove broken ctab codeBaptiste Coudurier2007-04-211-38/+0
* use INT64_MAXBaptiste Coudurier2007-04-211-2/+2
* add an enum for need_parsingAurelien Jacobs2007-04-151-1/+1
* Get rid of unnecessary pointer casts.Nicholas Tung2007-04-081-11/+11
* allocate 32 extra bytes at the end of the probe buffer and remove most probe ...Michael Niedermayer2007-04-081-2/+0
* move atom size check before parsing function searchBaptiste Coudurier2007-03-291-5/+4
* unset sample count to disable track when is brokenBaptiste Coudurier2007-03-291-0/+1
* break if atom size is more than size left in container atom, fix shooter.movBaptiste Coudurier2007-03-291-1/+1
* activate parser on MP3 id, fix [A-Destiny]_Konjiki_no_Gash_Bell_-_65_[71EE362...Baptiste Coudurier2007-03-251-0/+1
* dont fail immediately when a somehow broken track is detected, some tracks mi...Baptiste Coudurier2007-03-251-1/+1
* cosmectics, mov -> mp4Baptiste Coudurier2007-03-241-1/+1
* cosmetics, sample_size_v1 -> bytes_per_frame / samples_per_frameBaptiste Coudurier2007-03-211-5/+6
* cosmeticsBaptiste Coudurier2007-03-211-5/+5
* set audio frame size based on sttsBaptiste Coudurier2007-03-211-0/+4
* Give context to dprintfMichel Bardiaux2007-03-121-26/+26
* use common tables for mov muxer and demuxerBaptiste Coudurier2007-03-031-112/+2
* cosmetics, cleanup tables, add pcm 24/32 le tagsBaptiste Coudurier2007-03-031-45/+60
* partial avid meridien uncompressed supportBaptiste Coudurier2007-03-031-1/+1
* avid imx supportBaptiste Coudurier2007-03-021-0/+2
* support for mjpeg bottom field first in movBaptiste Coudurier2007-03-021-0/+1
* use generic atom to extradata reading functionBaptiste Coudurier2007-03-021-33/+9
* quicktime 'raw ' supportBaptiste Coudurier2007-03-011-1/+1
* remove some printf warningsBaptiste Coudurier2007-01-241-2/+2
* make vars unsignedBaptiste Coudurier2007-01-241-9/+9
* stop if current sample is higher than sample countBaptiste Coudurier2007-01-241-2/+6
* replace strcpy by memcpyBaptiste Coudurier2007-01-241-3/+3
* remove useless fieldBaptiste Coudurier2007-01-241-2/+0