Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-12-07In mov demuxer, read alac sample from extradata, fix #2406Baptiste Coudurier
2010-11-25In mov demuxer, if multiple h264 stsd are present, do not concatenate streams...Baptiste Coudurier
2010-11-23In ts demuxer, support aac flexmux using extradata in iods, issue #2346Baptiste Coudurier
2010-11-21movdec: export creation_date as metadataAurelien Jacobs
2010-11-16In mov demuxer, export .mov encoder metadata tagBaptiste Coudurier
2010-10-06movdec: Free the previous extradataMartin Storsjö
2010-10-06movdec: Split out ff_mov_read_stsdMartin Storsjö
2010-09-28In mov demuxer, check that nb_streams is valid before using it in read_dac3Baptiste Coudurier
2010-09-09Check dref size based on a patch by googleBaptiste Coudurier
2010-09-09In mov demuxer, do not override aspect ratio in tkhd by pasp like quicktime, ...Baptiste Coudurier
2010-09-07Read the number of channels from the 'dac3' tag for AC-3 in MP4.Justin Ruggles
2010-07-11Add av_ prefix to bswap macrosMåns Rullgård
2010-07-04mov: Read Flash's chpl variantDavid Conrad
2010-07-02In mov demuxer, fix seeking to the beginning when file has edit lists.John Stebbins
2010-07-02In mov demuxer, only set sar if not already set, patch by Andrew Wason,Andrew Wason
2010-07-02Use ext sample from mpeg4audio config if set with AAC SBRBaptiste Coudurier
2010-06-29In mov demuxer, increase total size after debugging messageBaptiste Coudurier
2010-06-25Improve mov atom parsing debug message, print parent atom and size in decimalBaptiste Coudurier
2010-05-24change author metadata to artist in mov de/muxerBaptiste Coudurier
2010-05-05mov: Read nero chaptersDavid Conrad
2010-04-25Mark av_metadata_set() as deprecated, and use av_metadata_set2()Stefano Sabatini
2010-04-21mov: Read QuickTime chaptersDavid Conrad
2010-04-17Parse strf mov atomsMartin Storsjö
2010-03-31Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-03-09In mov demuxer, convert mac encoded strings to utf-8Baptiste Coudurier
2010-03-09Preallocate index entries in mov demuxer, huge speedupBaptiste Coudurier
2010-02-28Make mp4_read_descr static: It is only used inside libavformat/mov.c.Carl Eugen Hoyos
2010-02-21Make sure we dont write more bytes into filename than the array is long.Michael Niedermayer
2010-02-21Do not attempt to open references through absolute pathes.Michael Niedermayer
2010-02-01Add a list of generic tags and change demuxers to follow it.Anton Khirnov
2010-01-25Force codec_tag I420 for Quicktime Planar Y'CbCr 8-bit 4:2:0 raw codec,Carl Eugen Hoyos
2010-01-19reindentBaptiste Coudurier
2010-01-19set average frame rate in mov demuxerBaptiste Coudurier
2010-01-19move aspect ratio code at the end of the track parsing, fix cathedral-beta2-4...Baptiste Coudurier
2010-01-14set stream aspect from mov tkhd width/height, patch by Andrew Wason, rectalog...Andrew Wason
2010-01-14do not skip mdat data if it's the last atom, avoids one seekBaptiste Coudurier
2010-01-05cosmetics, remove useless parentheses, add spaceBaptiste Coudurier
2010-01-05simplify error handling in mov_read_defaultBaptiste Coudurier
2010-01-05remove no more needed MOVAtom.offset fieldBaptiste Coudurier
2010-01-05remove useless code skipping data at end of hdlr atom, already done in mov_re...Baptiste Coudurier
2009-11-27Fix typo.Jai Menon
2009-11-23MOV: cprt is another tag used for copyrightDavid Conrad
2009-11-23MOV: Add several iTunes metadata tagsDavid Conrad
2009-11-20use AVFormatContext in dprintfBaptiste Coudurier
2009-11-15Search relative path according to alias record when opening mov reference files.Baptiste Coudurier
2009-11-12Debug print MP4 objectTypeIndication in hex not decimal as values are listed inAlex Converse
2009-11-11Add a channels field to MPEG4AudioConfig.Alex Converse
2009-11-06change \0xa9enc tag metadata name to encoder to match id3v2Baptiste Coudurier
2009-11-0510l, typoBaptiste Coudurier