summaryrefslogtreecommitdiff
path: root/libavformat/mov.c
Commit message (Expand)AuthorAge
* change author metadata to artist in mov de/muxerReinhard Tartler2010-05-27
* mov: Read nero chaptersReinhard Tartler2010-05-19
* update version string in changelogReinhard Tartler2010-05-13
* mov: Read nero chaptersDavid Conrad2010-05-05
* Mark av_metadata_set() as deprecated, and use av_metadata_set2()Stefano Sabatini2010-04-25
* mov: Read QuickTime chaptersDavid Conrad2010-04-21
* Parse strf mov atomsMartin Storsjö2010-04-16
* Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas2010-03-31
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* In mov demuxer, convert mac encoded strings to utf-8Baptiste Coudurier2010-03-09
* Preallocate index entries in mov demuxer, huge speedupBaptiste Coudurier2010-03-09
* Make mp4_read_descr static: It is only used inside libavformat/mov.c.Carl Eugen Hoyos2010-02-28
* Make sure we dont write more bytes into filename than the array is long.Michael Niedermayer2010-02-20
* Do not attempt to open references through absolute pathes.Michael Niedermayer2010-02-20
* Add a list of generic tags and change demuxers to follow it.Anton Khirnov2010-02-01
* Force codec_tag I420 for Quicktime Planar Y'CbCr 8-bit 4:2:0 raw codec,Carl Eugen Hoyos2010-01-24
* reindentBaptiste Coudurier2010-01-18
* set average frame rate in mov demuxerBaptiste Coudurier2010-01-18
* move aspect ratio code at the end of the track parsing, fix cathedral-beta2-4...Baptiste Coudurier2010-01-18
* set stream aspect from mov tkhd width/height, patch by Andrew Wason, rectalog...Andrew Wason2010-01-14
* do not skip mdat data if it's the last atom, avoids one seekBaptiste Coudurier2010-01-13
* cosmetics, remove useless parentheses, add spaceBaptiste Coudurier2010-01-04
* simplify error handling in mov_read_defaultBaptiste Coudurier2010-01-04
* remove no more needed MOVAtom.offset fieldBaptiste Coudurier2010-01-04
* remove useless code skipping data at end of hdlr atom, already done in mov_re...Baptiste Coudurier2010-01-04
* Fix typo.Jai Menon2009-11-27
* MOV: cprt is another tag used for copyrightDavid Conrad2009-11-23
* MOV: Add several iTunes metadata tagsDavid Conrad2009-11-23
* use AVFormatContext in dprintfBaptiste Coudurier2009-11-19
* Search relative path according to alias record when opening mov reference files.Baptiste Coudurier2009-11-15
* Debug print MP4 objectTypeIndication in hex not decimal as values are listed inAlex Converse2009-11-12
* Add a channels field to MPEG4AudioConfig.Alex Converse2009-11-11
* change \0xa9enc tag metadata name to encoder to match id3v2Baptiste Coudurier2009-11-06
* 10l, typoBaptiste Coudurier2009-11-05
* do not redundantly set stream nb_frames, it's already set in read_sttsBaptiste Coudurier2009-11-05
* compute dts shift with ctts value, cslg atom might be missing, fix #419Baptiste Coudurier2009-11-05
* check that duration is set to avoid fpeBaptiste Coudurier2009-11-05
* warn if stream timescale is not set and set it to 1 to avoid FPEBaptiste Coudurier2009-11-05
* fix \0xa9wrt metadata, to composer, fix issue #1501Baptiste Coudurier2009-11-05
* compute codec bitrate in mov demuxer, patch by haim alon, haim dot alter at g...haim alon2009-10-24
* 10l in code reading codec_name, the first byte is the length and should notReimar Döffinger2009-09-30
* Convert latin1 codec_name in mov to UTF-8, since all strings in FFmpegReimar Döffinger2009-09-30
* 100l, typoBaptiste Coudurier2009-09-26
* Export mov/mp4 major and compatible brands as metadata.haim alon2009-09-26
* Make mov LPCM and AAC parsing functions publicPeter Ross2009-09-16
* check entries against field_size, potential malloc overflow in read_stsz, fix...Baptiste Coudurier2009-09-07
* add one missing check for stream existence in read_elst, fix #1364Baptiste Coudurier2009-09-07
* only set par if it does not indicates a rotation, ex iphone 3GSBaptiste Coudurier2009-06-25
* Reindent after last patch.Reimar Döffinger2009-06-24
* mov demuxer: Track the current position also for streams that have AVDISCARD_...Reimar Döffinger2009-06-24