summaryrefslogtreecommitdiffstats
path: root/libavformat/mov.c
Commit message (Expand)AuthorAgeFilesLines
* protect malloc overflowBaptiste Coudurier2008-02-251-0/+2
* indentationBaptiste Coudurier2008-02-251-10/+10
* fail if extradata cannot be allocatedBaptiste Coudurier2008-02-251-23/+14
* honor stsd v1 first, fix mace surge-2-8-MAC3.mov, beware of mulaw,alawBaptiste Coudurier2008-02-131-5/+5
* 10l, forgot alaw/mulaw mono, use bits_per_sample in fact,Baptiste Coudurier2008-02-131-2/+1
* warn use if edit list is not starting at 0, a/v desync might occurBaptiste Coudurier2008-02-131-1/+5
* remove now useless codeBaptiste Coudurier2008-02-131-12/+0
* remove messy and not always correct chunk size workaround, use correct values...Baptiste Coudurier2008-02-131-28/+17
* return error when dv audio extraction failsBaptiste Coudurier2008-02-111-1/+3
* remove obsolete commentsBaptiste Coudurier2008-02-111-2/+0
* remove useless bracesBaptiste Coudurier2008-02-111-2/+1
* cosmetics, indentation, bracesBaptiste Coudurier2008-02-111-10/+8
* split chunks in the case of big compressed audio frames,Baptiste Coudurier2008-02-111-0/+12
* use correct demux mechanism when audio compression id is -2, dv audio does no...Baptiste Coudurier2008-02-111-2/+4
* indentationBaptiste Coudurier2008-02-111-6/+6
* more correct and simplerBaptiste Coudurier2008-02-111-10/+3
* Allow the user to select which codec out of several in stsd he wants.Michael Niedermayer2008-02-061-1/+4
* Add CODEC_ID_MOV_TEXT and use it instead of modifying the stream in the mov d...Reimar Döffinger2008-01-271-6/+0
* Set subtitle codec id correctly, i hope this does not break anything.Michael Niedermayer2008-01-261-1/+2
* Extract the pure plaintext from mov text subtitles.Reimar Döffinger2008-01-261-0/+6
* Set correct codec type and id for text subtitles.Michael Niedermayer2008-01-261-0/+5
* indentMichael Niedermayer2008-01-261-2/+2
* Only export packets which belong to the existing AVStream.Michael Niedermayer2008-01-261-2/+5
* Select non jpeg if there are multiple substreams.Michael Niedermayer2008-01-261-2/+4
* cosmetics, split overly long linesBaptiste Coudurier2008-01-061-22/+36
* supports glbl atom containing generic extradata for all codecsBaptiste Coudurier2007-12-191-2/+7
* useless 0L hereBaptiste Coudurier2007-12-161-3/+3
* remove now useless fieldsBaptiste Coudurier2007-12-161-2/+0
* do not retain useless pointers to avstream priv_data, use it directlyBaptiste Coudurier2007-12-161-17/+19
* remove duplicate fieldBaptiste Coudurier2007-12-161-9/+6
* cosmetics: func -> parse, remove useless parenthesisBaptiste Coudurier2007-12-161-2/+2
* remove useless declarationBaptiste Coudurier2007-12-161-3/+1
* save pointer to parse table, it is unlikely to changeBaptiste Coudurier2007-12-161-9/+6
* remove useless seekBaptiste Coudurier2007-12-161-4/+0
* cosmeticsBaptiste Coudurier2007-12-161-11/+0
* support streamed mov/mp4Baptiste Coudurier2007-12-161-5/+7
* choose next sample by sample positionBaptiste Coudurier2007-12-151-1/+3
* adjust indentation on latest patchMike Melanson2007-12-051-14/+14
* Check sanity in the palette loading operation. The addresses a potential secu...Mike Melanson2007-12-051-4/+7
* 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
OpenPOWER on IntegriCloud