summaryrefslogtreecommitdiffstats
path: root/libavformat/mov.c
Commit message (Expand)AuthorAgeFilesLines
* mov: Read Flash's chpl variantDavid Conrad2010-07-041-3/+5
* In mov demuxer, fix seeking to the beginning when file has edit lists.John Stebbins2010-07-021-0/+2
* In mov demuxer, only set sar if not already set, patch by Andrew Wason,Andrew Wason2010-07-011-7/+4
* Use ext sample from mpeg4audio config if set with AAC SBRBaptiste Coudurier2010-07-011-1/+3
* In mov demuxer, increase total size after debugging messageBaptiste Coudurier2010-06-281-1/+1
* Improve mov atom parsing debug message, print parent atom and size in decimalBaptiste Coudurier2010-06-251-5/+5
* change author metadata to artist in mov de/muxerBaptiste Coudurier2010-05-231-1/+1
* mov: Read nero chaptersDavid Conrad2010-05-051-0/+31
* Mark av_metadata_set() as deprecated, and use av_metadata_set2()Stefano Sabatini2010-04-251-7/+7
* mov: Read QuickTime chaptersDavid Conrad2010-04-211-0/+78
* Parse strf mov atomsMartin Storsjö2010-04-161-0/+29
* Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas2010-03-311-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-19/+19
* In mov demuxer, convert mac encoded strings to utf-8Baptiste Coudurier2010-03-091-20/+58
* Preallocate index entries in mov demuxer, huge speedupBaptiste Coudurier2010-03-091-10/+61
* Make mp4_read_descr static: It is only used inside libavformat/mov.c.Carl Eugen Hoyos2010-02-281-1/+1
* Make sure we dont write more bytes into filename than the array is long.Michael Niedermayer2010-02-201-1/+1
* Do not attempt to open references through absolute pathes.Michael Niedermayer2010-02-201-5/+2
* Add a list of generic tags and change demuxers to follow it.Anton Khirnov2010-02-011-1/+1
* Force codec_tag I420 for Quicktime Planar Y'CbCr 8-bit 4:2:0 raw codec,Carl Eugen Hoyos2010-01-241-0/+3
* reindentBaptiste Coudurier2010-01-181-6/+6
* set average frame rate in mov demuxerBaptiste Coudurier2010-01-181-2/+6
* move aspect ratio code at the end of the track parsing, fix cathedral-beta2-4...Baptiste Coudurier2010-01-181-10/+10
* set stream aspect from mov tkhd width/height, patch by Andrew Wason, rectalog...Andrew Wason2010-01-141-0/+10
* do not skip mdat data if it's the last atom, avoids one seekBaptiste Coudurier2010-01-131-2/+3
* cosmetics, remove useless parentheses, add spaceBaptiste Coudurier2010-01-041-1/+1
* simplify error handling in mov_read_defaultBaptiste Coudurier2010-01-041-5/+6
* remove no more needed MOVAtom.offset fieldBaptiste Coudurier2010-01-041-10/+3
* remove useless code skipping data at end of hdlr atom, already done in mov_re...Baptiste Coudurier2010-01-041-4/+0
* Fix typo.Jai Menon2009-11-271-1/+1
* MOV: cprt is another tag used for copyrightDavid Conrad2009-11-231-0/+1
* MOV: Add several iTunes metadata tagsDavid Conrad2009-11-231-0/+5
* use AVFormatContext in dprintfBaptiste Coudurier2009-11-191-5/+5
* Search relative path according to alias record when opening mov reference files.Baptiste Coudurier2009-11-151-10/+88
* Debug print MP4 objectTypeIndication in hex not decimal as values are listed inAlex Converse2009-11-121-1/+1
* Add a channels field to MPEG4AudioConfig.Alex Converse2009-11-111-3/+1
* change \0xa9enc tag metadata name to encoder to match id3v2Baptiste Coudurier2009-11-061-1/+1
* 10l, typoBaptiste Coudurier2009-11-051-1/+1
* do not redundantly set stream nb_frames, it's already set in read_sttsBaptiste Coudurier2009-11-051-1/+0
* compute dts shift with ctts value, cslg atom might be missing, fix #419Baptiste Coudurier2009-11-051-24/+5
* check that duration is set to avoid fpeBaptiste Coudurier2009-11-051-1/+2
* warn if stream timescale is not set and set it to 1 to avoid FPEBaptiste Coudurier2009-11-051-1/+5
* fix \0xa9wrt metadata, to composer, fix issue #1501Baptiste Coudurier2009-11-051-2/+2
* compute codec bitrate in mov demuxer, patch by haim alon, haim dot alter at g...haim alon2009-10-241-0/+3
* 10l in code reading codec_name, the first byte is the length and should notReimar Döffinger2009-09-301-1/+1
* Convert latin1 codec_name in mov to UTF-8, since all strings in FFmpegReimar Döffinger2009-09-301-2/+7
* 100l, typoBaptiste Coudurier2009-09-261-1/+1
* Export mov/mp4 major and compatible brands as metadata.haim alon2009-09-261-5/+25
* Make mov LPCM and AAC parsing functions publicPeter Ross2009-09-161-15/+20
* check entries against field_size, potential malloc overflow in read_stsz, fix...Baptiste Coudurier2009-09-071-1/+1
OpenPOWER on IntegriCloud