Age | Commit message (Expand) | Author |
2010-11-23 | In ts demuxer, support aac flexmux using extradata in iods, issue #2346 | Baptiste Coudurier |
2010-11-21 | movdec: export creation_date as metadata | Aurelien Jacobs |
2010-11-16 | In mov demuxer, export .mov encoder metadata tag | Baptiste Coudurier |
2010-10-05 | movdec: Free the previous extradata | Martin Storsjö |
2010-10-05 | movdec: Split out ff_mov_read_stsd | Martin Storsjö |
2010-09-28 | In mov demuxer, check that nb_streams is valid before using it in read_dac3 | Baptiste Coudurier |
2010-09-08 | Check dref size based on a patch by google | Baptiste Coudurier |
2010-09-08 | In mov demuxer, do not override aspect ratio in tkhd by pasp like quicktime, ... | Baptiste Coudurier |
2010-09-06 | Read the number of channels from the 'dac3' tag for AC-3 in MP4. | Justin Ruggles |
2010-07-10 | Add av_ prefix to bswap macros | Måns Rullgård |
2010-07-04 | mov: Read Flash's chpl variant | David Conrad |
2010-07-02 | In mov demuxer, fix seeking to the beginning when file has edit lists. | John Stebbins |
2010-07-01 | In mov demuxer, only set sar if not already set, patch by Andrew Wason, | Andrew Wason |
2010-07-01 | Use ext sample from mpeg4audio config if set with AAC SBR | Baptiste Coudurier |
2010-06-28 | In mov demuxer, increase total size after debugging message | Baptiste Coudurier |
2010-06-25 | Improve mov atom parsing debug message, print parent atom and size in decimal | Baptiste Coudurier |
2010-05-23 | change author metadata to artist in mov de/muxer | Baptiste Coudurier |
2010-05-05 | mov: Read nero chapters | David Conrad |
2010-04-25 | Mark av_metadata_set() as deprecated, and use av_metadata_set2() | Stefano Sabatini |
2010-04-21 | mov: Read QuickTime chapters | David Conrad |
2010-04-16 | Parse strf mov atoms | Martin Storsjö |
2010-03-31 | Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. | Jean-Daniel Dupas |
2010-03-30 | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini |
2010-03-09 | In mov demuxer, convert mac encoded strings to utf-8 | Baptiste Coudurier |
2010-03-09 | Preallocate index entries in mov demuxer, huge speedup | Baptiste Coudurier |
2010-02-28 | Make mp4_read_descr static: It is only used inside libavformat/mov.c. | Carl Eugen Hoyos |
2010-02-20 | Make sure we dont write more bytes into filename than the array is long. | Michael Niedermayer |
2010-02-20 | Do not attempt to open references through absolute pathes. | Michael Niedermayer |
2010-02-01 | Add a list of generic tags and change demuxers to follow it. | Anton Khirnov |
2010-01-24 | Force codec_tag I420 for Quicktime Planar Y'CbCr 8-bit 4:2:0 raw codec, | Carl Eugen Hoyos |
2010-01-18 | reindent | Baptiste Coudurier |
2010-01-18 | set average frame rate in mov demuxer | Baptiste Coudurier |
2010-01-18 | move aspect ratio code at the end of the track parsing, fix cathedral-beta2-4... | Baptiste Coudurier |
2010-01-14 | set stream aspect from mov tkhd width/height, patch by Andrew Wason, rectalog... | Andrew Wason |
2010-01-13 | do not skip mdat data if it's the last atom, avoids one seek | Baptiste Coudurier |
2010-01-04 | cosmetics, remove useless parentheses, add space | Baptiste Coudurier |
2010-01-04 | simplify error handling in mov_read_default | Baptiste Coudurier |
2010-01-04 | remove no more needed MOVAtom.offset field | Baptiste Coudurier |
2010-01-04 | remove useless code skipping data at end of hdlr atom, already done in mov_re... | Baptiste Coudurier |
2009-11-27 | Fix typo. | Jai Menon |
2009-11-23 | MOV: cprt is another tag used for copyright | David Conrad |
2009-11-23 | MOV: Add several iTunes metadata tags | David Conrad |
2009-11-19 | use AVFormatContext in dprintf | Baptiste Coudurier |
2009-11-15 | Search relative path according to alias record when opening mov reference files. | Baptiste Coudurier |
2009-11-12 | Debug print MP4 objectTypeIndication in hex not decimal as values are listed in | Alex Converse |
2009-11-11 | Add a channels field to MPEG4AudioConfig. | Alex Converse |
2009-11-06 | change \0xa9enc tag metadata name to encoder to match id3v2 | Baptiste Coudurier |
2009-11-05 | 10l, typo | Baptiste Coudurier |
2009-11-05 | do not redundantly set stream nb_frames, it's already set in read_stts | Baptiste Coudurier |
2009-11-05 | compute dts shift with ctts value, cslg atom might be missing, fix #419 | Baptiste Coudurier |