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