summaryrefslogtreecommitdiff
path: root/libavformat/mov.c
Commit message (Expand)AuthorAge
* stop parsing if tag size is wrongly < 8 to avoid infinite loopBaptiste Coudurier2008-09-24
* merge amr wb case with amr nb and qcelpBaptiste Coudurier2008-09-24
* do not override sample rate for amr nor qcelp, should fix some qcelp files at...Baptiste Coudurier2008-09-24
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-08
* remove vorbis dec hack, decoding will be done anyway to get frame sizeBaptiste Coudurier2008-08-29
* convert every muxer/demuxer to write/read sample_aspect_ratio from/toAurelien Jacobs2008-08-23
* enable fl32/64 le/be in mov with stsd audio v2Baptiste Coudurier2008-08-23
* Make MOV demuxer handle F32BE, F32LE, F64BE and F64LE PCM audio.Peter Ross2008-08-19
* 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