summaryrefslogtreecommitdiff
path: root/libavformat/mov.c
Commit message (Expand)AuthorAgeFilesLines
* decrease atom size, fix broken files missing version/flagsBaptiste Coudurier2008-11-181-1/+2
* read itunes metadata, code based on Reimar's patchBaptiste Coudurier2008-11-161-3/+51
* simplify metadata readingBaptiste Coudurier2008-11-151-36/+20
* 10l, fix amrwb sample rateBaptiste Coudurier2008-10-041-1/+3
* set sample rate for amr to allow stream copy since no decoder is present,Baptiste Coudurier2008-10-031-0/+3
* Remove offset_t typedef and use int64_t directly instead.Diego Biurrun2008-10-031-4/+4
* Use enum typers instead of int.Diego Pettenò2008-10-021-2/+2
* support negative ctts in some way, unset wrong dtsBaptiste Coudurier2008-09-301-5/+6
* stop parsing if tag size is wrongly < 8 to avoid infinite loopBaptiste Coudurier2008-09-241-1/+1
* merge amr wb case with amr nb and qcelpBaptiste Coudurier2008-09-241-3/+1
* do not override sample rate for amr nor qcelp, should fix some qcelp files at...Baptiste Coudurier2008-09-241-2/+0
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-081-12/+12
* remove vorbis dec hack, decoding will be done anyway to get frame sizeBaptiste Coudurier2008-08-291-5/+0
* convert every muxer/demuxer to write/read sample_aspect_ratio from/toAurelien Jacobs2008-08-231-1/+1
* enable fl32/64 le/be in mov with stsd audio v2Baptiste Coudurier2008-08-231-3/+3
* Make MOV demuxer handle F32BE, F32LE, F64BE and F64LE PCM audio.Peter Ross2008-08-191-0/+6
* fix if/else caseBaptiste Coudurier2008-08-031-1/+1
* full lpcm support in mov audio stsd v2Baptiste Coudurier2008-08-031-2/+37
* support big endian lpcm with audio stsd v2Baptiste Coudurier2008-08-021-2/+4
* keep original codec/fourcc endianness, fix XDCAMHD.movBaptiste Coudurier2008-08-021-1/+3
* more complete audio stsd v2Baptiste Coudurier2008-08-021-3/+3
* move version specific parsing code before codec specific code, will be neededBaptiste Coudurier2008-08-021-20/+20
* downgrade mov negative ctts log message to warning, patch by Art Clarke, acla...Art Clarke2008-07-311-1/+1
* Use tkhd matrix for proper display in mov.John Schmiederer2008-07-241-5/+34
* cosmetics, remove spaceBaptiste Coudurier2008-07-181-1/+1
* Return max score when ftyp atom is encountered.Baptiste Coudurier2008-07-181-1/+1
* chinese avs demuxing support, demux AVSFileFormat.mp4Baptiste Coudurier2008-06-221-0/+1
* uniformize AVStream->priv_data freeing in av_close_input_streamBaptiste Coudurier2008-06-201-1/+0
* free private streamcontext when closing demuxer, fix memory leak, patch by Ar...Art Clarke2008-06-181-0/+1
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-031-1/+1
* 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