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
2012-05-28avienc: create xsub in avi files that are closer to whats in the wildMichael Niedermayer
2012-04-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-06cosmetics: Align muxer/demuxer declarationsMartin Storsjö
2011-12-13Fix all GNU %LdMichael Niedermayer
2011-12-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-30lavf: make av_set_pts_info private.Anton Khirnov
2011-11-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-27Generalize RIFF INFO tag support; support reading INFO tag in wavVictor Vasiliev
2011-10-01avienc: Add a limit on the number of skiped frames muxed in a row.Michael Niedermayer
2011-09-28avienc: Replace av_realloc by av_realloc_f when relevant.Nicolas George
2011-08-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-08-22avienc: saner default audio codec.Anton Khirnov
2011-07-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-17lavf: use designated initialisers for all (de)muxers.Anton Khirnov
2011-06-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-08Remove all uses of now deprecated metadata functions.Anton Khirnov
2011-05-09avienc: Update 2 debug statements to match the current code.Michael Niedermayer
2011-04-04Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-04avio: introduce an AVIOContext.seekable fieldAnton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-17avio: rename put_flush_packet -> avio_flushAnton Khirnov
2011-03-17lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov
2011-03-04avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov
2011-03-01lavf: replace all uses of url_fskip with avio_seekAnton Khirnov
2011-03-01avio: avio_ prefix for url_fseekAnton Khirnov
2011-02-25avienc: replace &tag[0] with tag.Anton Khirnov
2011-02-25lavf: use a new ffio_wfourcc macro instead of put_tag() where possibleAnton Khirnov
2011-02-23avienc: fix AVI stream index for files with >10 streamslongstone
2011-02-21avio: avio: avio_ prefixes for put_* functionsAnton Khirnov
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov
2011-01-27Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2011-01-21avio: add av_put_str and deprecate put_strz in favor of itAnton Khirnov
2010-10-16add ff_ prefix to metadata_conv()Anton Khirnov
2010-10-15Export metadata in the generic format. Deprecate old conversion API.Anton Khirnov
2010-06-25avienc : Avoid creating invalid AVI files when muxing subtitle streamsJai Menon
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-02-16Set lavf identification string globally in av_write_header(), ratherAnton Khirnov
2010-02-06Add AVI metadata conversion table.Anton Khirnov
2010-02-05strn muxing in avi support.Michael Niedermayer
2010-01-28Remove last MAX_STREAMS from avienc.cMichael Niedermayer
2010-01-28Introduce AVIStream struct and move stream based variables to it.Michael Niedermayer
2009-06-23Add ff_ prefixes to exported symbols in libavformat/riff.h.Daniel Verkamp
2009-06-19Add support for muxing XSUB subtitles to AVI muxer.Reimar Döffinger
2009-04-07use av_freep() instead of av_free() + =NULL.Aurelien Jacobs
2009-02-24Add AVFMT_VARIABLE_FPS to specify which muxers do not need duplicated frames.Michael Niedermayer
2009-02-13Remove pointless #if around the file, it is already conditionally compiled.Diego Biurrun
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2009-01-19replace AV_METADATA_IGNORE_CASE flag by a new AV_METADATA_MATCH_CASE flagAurelien Jacobs
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs