summaryrefslogtreecommitdiff
path: root/libavformat/mov.c
Commit message (Expand)AuthorAge
* Set subtitle codec id correctly, i hope this does not break anything.Michael Niedermayer2008-01-26
* Extract the pure plaintext from mov text subtitles.Reimar Döffinger2008-01-26
* Set correct codec type and id for text subtitles.Michael Niedermayer2008-01-26
* indentMichael Niedermayer2008-01-26
* Only export packets which belong to the existing AVStream.Michael Niedermayer2008-01-26
* Select non jpeg if there are multiple substreams.Michael Niedermayer2008-01-26
* cosmetics, split overly long linesBaptiste Coudurier2008-01-06
* supports glbl atom containing generic extradata for all codecsBaptiste Coudurier2007-12-19
* useless 0L hereBaptiste Coudurier2007-12-16
* remove now useless fieldsBaptiste Coudurier2007-12-16
* do not retain useless pointers to avstream priv_data, use it directlyBaptiste Coudurier2007-12-16
* remove duplicate fieldBaptiste Coudurier2007-12-16
* cosmetics: func -> parse, remove useless parenthesisBaptiste Coudurier2007-12-16
* remove useless declarationBaptiste Coudurier2007-12-16
* save pointer to parse table, it is unlikely to changeBaptiste Coudurier2007-12-16
* remove useless seekBaptiste Coudurier2007-12-16
* cosmeticsBaptiste Coudurier2007-12-16
* support streamed mov/mp4Baptiste Coudurier2007-12-16
* choose next sample by sample positionBaptiste Coudurier2007-12-15
* 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