summaryrefslogtreecommitdiff
path: root/libavformat/mov.c
Commit message (Expand)AuthorAge
* 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
* free track data asapBaptiste Coudurier2008-03-20
* move mov_build_index before mov_read_trak to avoid useless declarationBaptiste Coudurier2008-03-20
* move specific end treatment when trak is detected, will be needed for fragmentsBaptiste Coudurier2008-03-20
* simplify, flags is 24bits according to specsBaptiste Coudurier2008-03-16
* misc spelling fixesDiego Biurrun2008-03-10
* set codec bps to grayscale bits, fix 256grey.movBaptiste Coudurier2008-02-28
* add weird first atom to probe, finally fix bartjones.movBaptiste Coudurier2008-02-27
* free in case of multiple type == 2Baptiste Coudurier2008-02-27
* return error if malloc failsBaptiste Coudurier2008-02-27
* fix possible overflow with memmoveBaptiste Coudurier2008-02-27