aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/mov.c
Commit message (Expand)AuthorAgeFilesLines
* aac chan config is 0 if bitstream contains program_config_elementBaptiste Coudurier2008-05-261-1/+1
* free moov and cmov when error occurs, fix memleak, patch by Albert Astals Cid...Albert Astals Cid2008-05-221-3/+4
* only print debug info when sample is actually addedBaptiste Coudurier2008-05-201-4/+5
* warn about multiple fourccBaptiste Coudurier2008-05-201-0/+1
* demux all stsd ids if codec is the same, fix premature_mov_ending.mov, closes...Baptiste Coudurier2008-05-201-3/+5
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-2/+2
* set pkt duration, only when dts == pts though,Henrik Gulbrandsen2008-04-261-0/+4
* yes it is true for mp4Baptiste Coudurier2008-04-251-1/+1
* remove unneeded variableBaptiste Coudurier2008-04-251-4/+1
* move vars decls where vars are usedBaptiste Coudurier2008-04-251-7/+7
* set channels and sample rate from mpeg4audio configBaptiste Coudurier2008-04-251-4/+12
* parse mpeg4audio config to correctly detect mp3on4, fix iso mp3on4 reference ...Baptiste Coudurier2008-04-251-3/+16
* update docBaptiste Coudurier2008-04-251-1/+0
* error is -1Baptiste Coudurier2008-04-251-1/+1
* cosmeticsBaptiste Coudurier2008-04-251-1/+1
* move vars decls where vars are usedBaptiste Coudurier2008-04-251-9/+6
* parser should not be needed anymore, merge cases and set frame size for amr tooBaptiste Coudurier2008-04-251-2/+1
* lower frame size to split amr/qcelp/gsm framesBaptiste Coudurier2008-04-251-1/+1
* align and remove useless bracesBaptiste Coudurier2008-04-251-8/+6
* cosmetics, remove whitespaces in tagsBaptiste Coudurier2008-04-251-69/+69
* set gsm default frame size and bytes per frame, needed by old qt format, fix ...Baptiste Coudurier2008-04-251-0/+4
* demux qcelp, so this can work with soc decoder and stream copyBaptiste Coudurier2008-04-241-1/+5
* set alac frame size from extradataBaptiste Coudurier2008-04-241-0/+4
* Fix probe for mov00003.mqv.Michael Niedermayer2008-04-151-0/+1
* remove castBaptiste Coudurier2008-04-051-1/+1
* better error messageBaptiste Coudurier2008-04-051-4/+6
* support mp4 fragmented files without any samples in the moov atomBaptiste Coudurier2008-03-301-4/+2
* check frag track id before setting stBaptiste Coudurier2008-03-301-2/+6
* gsm in mov, demux surge-1-16-B-agsm.movBaptiste Coudurier2008-03-281-0/+1
* print essence path in error messageBaptiste Coudurier2008-03-271-2/+2
* cosmetics, useless bracesBaptiste Coudurier2008-03-271-2/+1
* print stream index in error messageBaptiste Coudurier2008-03-271-1/+2
* according to specs, only color table id set to 0, have it in stsd, fix 4color...Baptiste Coudurier2008-03-271-1/+1
* Only use chunk demuxing for old uncompressed audio mechanism specified by stts.Baptiste Coudurier2008-03-271-2/+3
* typo: occured --> occurredDiego Biurrun2008-03-221-1/+1
* sample size to 1 might happen for data, fix GMCMidiaASX.mov, fallback is bett...Baptiste Coudurier2008-03-211-5/+1
* support fragments when non streamableBaptiste Coudurier2008-03-211-3/+10
* mp4 fragments supportBaptiste Coudurier2008-03-211-0/+155
* cosmetics, split or move too long linesBaptiste Coudurier2008-03-211-6/+9
* simplify, and only stop parsing when non streamableBaptiste Coudurier2008-03-211-6/+1
* atoms are not mp4 only, and yes probe is sufficientBaptiste Coudurier2008-03-211-2/+0
* update descriptionBaptiste Coudurier2008-03-211-1/+1
* return ENOMEMBaptiste Coudurier2008-03-211-1/+1
* cannot free AVStream like this, and return ENOMEMBaptiste Coudurier2008-03-211-4/+1
* indentationBaptiste Coudurier2008-03-211-4/+4
* remove useless debug print since now mov_build_index will doBaptiste Coudurier2008-03-201-3/+1
* free track data asapBaptiste Coudurier2008-03-201-10/+9
* move mov_build_index before mov_read_trak to avoid useless declarationBaptiste Coudurier2008-03-201-109/+107
* move specific end treatment when trak is detected, will be needed for fragmentsBaptiste Coudurier2008-03-201-59/+60
* simplify, flags is 24bits according to specsBaptiste Coudurier2008-03-161-15/+12