summaryrefslogtreecommitdiff
path: root/libavformat/mov.c
Commit message (Expand)AuthorAge
* chinese avs demuxing support, demux AVSFileFormat.mp4Baptiste Coudurier2008-06-22
* uniformize AVStream->priv_data freeing in av_close_input_streamBaptiste Coudurier2008-06-20
* free private streamcontext when closing demuxer, fix memory leak, patch by Ar...Art Clarke2008-06-18
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-03
* aac chan config is 0 if bitstream contains program_config_elementBaptiste Coudurier2008-05-26
* free moov and cmov when error occurs, fix memleak, patch by Albert Astals Cid...Albert Astals Cid2008-05-22
* only print debug info when sample is actually addedBaptiste Coudurier2008-05-20
* warn about multiple fourccBaptiste Coudurier2008-05-20
* demux all stsd ids if codec is the same, fix premature_mov_ending.mov, closes...Baptiste Coudurier2008-05-20
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* set pkt duration, only when dts == pts though,Henrik Gulbrandsen2008-04-26
* yes it is true for mp4Baptiste Coudurier2008-04-25
* remove unneeded variableBaptiste Coudurier2008-04-25
* move vars decls where vars are usedBaptiste Coudurier2008-04-25
* set channels and sample rate from mpeg4audio configBaptiste Coudurier2008-04-25
* parse mpeg4audio config to correctly detect mp3on4, fix iso mp3on4 reference ...Baptiste Coudurier2008-04-25
* update docBaptiste Coudurier2008-04-25
* error is -1Baptiste Coudurier2008-04-25
* cosmeticsBaptiste Coudurier2008-04-25
* move vars decls where vars are usedBaptiste Coudurier2008-04-25
* parser should not be needed anymore, merge cases and set frame size for amr tooBaptiste Coudurier2008-04-25
* lower frame size to split amr/qcelp/gsm framesBaptiste Coudurier2008-04-25
* align and remove useless bracesBaptiste Coudurier2008-04-25
* cosmetics, remove whitespaces in tagsBaptiste Coudurier2008-04-25
* set gsm default frame size and bytes per frame, needed by old qt format, fix ...Baptiste Coudurier2008-04-25
* demux qcelp, so this can work with soc decoder and stream copyBaptiste Coudurier2008-04-24
* set alac frame size from extradataBaptiste Coudurier2008-04-24
* Fix probe for mov00003.mqv.Michael Niedermayer2008-04-15
* remove castBaptiste Coudurier2008-04-05
* better error messageBaptiste Coudurier2008-04-05
* support mp4 fragmented files without any samples in the moov atomBaptiste Coudurier2008-03-30
* check frag track id before setting stBaptiste Coudurier2008-03-30
* gsm in mov, demux surge-1-16-B-agsm.movBaptiste Coudurier2008-03-28
* print essence path in error messageBaptiste Coudurier2008-03-27
* cosmetics, useless bracesBaptiste Coudurier2008-03-27
* print stream index in error messageBaptiste Coudurier2008-03-27
* according to specs, only color table id set to 0, have it in stsd, fix 4color...Baptiste Coudurier2008-03-27
* Only use chunk demuxing for old uncompressed audio mechanism specified by stts.Baptiste Coudurier2008-03-27
* typo: occured --> occurredDiego Biurrun2008-03-22
* sample size to 1 might happen for data, fix GMCMidiaASX.mov, fallback is bett...Baptiste Coudurier2008-03-21
* support fragments when non streamableBaptiste Coudurier2008-03-21
* mp4 fragments supportBaptiste Coudurier2008-03-21
* cosmetics, split or move too long linesBaptiste Coudurier2008-03-21
* simplify, and only stop parsing when non streamableBaptiste Coudurier2008-03-21
* atoms are not mp4 only, and yes probe is sufficientBaptiste Coudurier2008-03-21
* update descriptionBaptiste Coudurier2008-03-21
* return ENOMEMBaptiste Coudurier2008-03-21
* cannot free AVStream like this, and return ENOMEMBaptiste Coudurier2008-03-21
* indentationBaptiste Coudurier2008-03-21
* remove useless debug print since now mov_build_index will doBaptiste Coudurier2008-03-20