summaryrefslogtreecommitdiff
path: root/libavformat/mov.c
Commit message (Expand)AuthorAge
* fix if/else caseBaptiste Coudurier2008-08-03
* full lpcm support in mov audio stsd v2Baptiste Coudurier2008-08-03
* support big endian lpcm with audio stsd v2Baptiste Coudurier2008-08-02
* keep original codec/fourcc endianness, fix XDCAMHD.movBaptiste Coudurier2008-08-02
* more complete audio stsd v2Baptiste Coudurier2008-08-02
* move version specific parsing code before codec specific code, will be neededBaptiste Coudurier2008-08-02
* downgrade mov negative ctts log message to warning, patch by Art Clarke, acla...Art Clarke2008-07-31
* Use tkhd matrix for proper display in mov.John Schmiederer2008-07-24
* cosmetics, remove spaceBaptiste Coudurier2008-07-18
* Return max score when ftyp atom is encountered.Baptiste Coudurier2008-07-18
* 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