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-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
2009-11-05do not redundantly set stream nb_frames, it's already set in read_sttsBaptiste Coudurier
2009-11-05compute dts shift with ctts value, cslg atom might be missing, fix #419Baptiste Coudurier
2009-11-05check that duration is set to avoid fpeBaptiste Coudurier
2009-11-05warn if stream timescale is not set and set it to 1 to avoid FPEBaptiste Coudurier
2009-11-05fix \0xa9wrt metadata, to composer, fix issue #1501Baptiste Coudurier
2009-10-25compute codec bitrate in mov demuxer, patch by haim alon, haim dot alter at g...haim alon
2009-09-3010l in code reading codec_name, the first byte is the length and should notReimar Döffinger
2009-09-30Convert latin1 codec_name in mov to UTF-8, since all strings in FFmpegReimar Döffinger
2009-09-27100l, typoBaptiste Coudurier
2009-09-27Export mov/mp4 major and compatible brands as metadata.haim alon
2009-09-16Make mov LPCM and AAC parsing functions publicPeter Ross