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
2013-09-10avformat: Use av_reallocp_array() where suitableAlexandra Khirnova
2013-09-04matroskaenc: Allow chapters to be written in trailerJohn Stebbins
2013-08-27matroskaenc: Fix writing TRACKDEFAULTFLAGJohn Stebbins
2013-08-20mkv: Allow flushing the current cluster in progressMartin Storsjö
2013-08-20mkv: Flush the old cluster before writing a new oneLuca Barbato
2013-08-20mkv: Add options for specifying cluster limitsLuca Barbato
2013-08-19mkv: Refactor mkv_write_packetLuca Barbato
2013-06-24matroskaenc: restore compatibility with non referenced AVPacketRafaël Carré
2013-05-28matroskaenc: support muxing WavPackAnton Khirnov
2013-05-03matroskaenc: add an option to put the index at the start of the fileAnton Khirnov
2013-05-03matroskaenc: cosmetics, reorder the #includesAnton Khirnov
2013-03-08avpacket: use AVBuffer to allow refcounting the packets.Anton Khirnov
2012-10-09matroskaenc: check cue point validity before reallocationJanne Grunau
2012-09-19matroska: implement support for ProResLuca Barbato
2012-09-19matroska: implement support for ALACMoritz Bunkus
2012-09-15lavf: flush the output AVIOContext in av_write_trailer().Anton Khirnov
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-07-30avformat: Drop pointless "format" from container long namesDiego Biurrun
2012-07-23lavf: use conditional notation for default codec in muxer declarations.Ronald S. Bultje
2012-05-21avformat: Add a flag to mark muxers that allow (non strict) monotone timestamps.James Zern
2012-04-06cosmetics: Align muxer/demuxer declarationsMartin Storsjö
2012-02-16libavformat: Add an ff_ prefix to some lavf internal symbolsMartin Storsjö
2011-12-11lavu: replace int/float punning functionsMans Rullgard
2011-12-03latmdec: fix audio specific config parsingJanne Grunau
2011-11-30lavf: make av_set_pts_info private.Anton Khirnov
2011-11-08matroskaenc: Make sure the seekhead struct is freed even on seek failureMartin Storsjö
2011-11-06Replace all usage of strcasecmp/strncasecmpReimar Döffinger
2011-10-20lavc: use avpriv_ prefix for ff_split_xiph_headers.Anton Khirnov
2011-10-20lavc: use avpriv_ prefix for some mpeg4audio symbols used in lavf.Anton Khirnov
2011-09-27matroskaenc: write attachments.Anton Khirnov
2011-08-22matroskaenc: saner default codecs.Anton Khirnov
2011-08-16matroskaenc: vertical alignment.Anton Khirnov
2011-08-16matroskaenc: implement query_codec()Anton Khirnov
2011-07-17lavf: use designated initialisers for all (de)muxers.Anton Khirnov
2011-07-12matroskaenc: make SSA default subtitle codec.Anton Khirnov
2011-07-09lavf: update AVStream.nb_frames when muxing.Anton Khirnov
2011-07-04Do not include mathematics.h in avutil.hMans Rullgard
2011-07-04Do not include intfloat_readwrite.h in avutil.hMans Rullgard
2011-06-21Replace usages of av_get_bits_per_sample_fmt() with av_get_bytes_per_sample().Justin Ruggles
2011-06-08Remove all uses of now deprecated metadata functions.Anton Khirnov
2011-05-28webm: support stereo videos in matroska/webm muxerAlok Ahuja
2011-05-12matroskaenc: make sure we don't produce invalid file with no codec IDAurelien Jacobs
2011-05-12matroskaenc: add missing new line in av_log() callAurelien Jacobs
2011-05-04matroskaenc: fix memory leakMans Rullgard
2011-04-07matroskaenc: don't write an empty Cues element.Anton Khirnov
2011-04-04avio: avio_ prefix for url_close_dyn_bufAnton Khirnov
2011-04-04avio: avio_ prefix for url_open_dyn_bufAnton Khirnov
2011-04-04avio: introduce an AVIOContext.seekable fieldAnton Khirnov
2011-03-23matroskaenc: remove a variable that's unused after bc17bd9.Anton Khirnov
2011-03-23matroskaenc: simplify get_aac_sample_rates by using ff_mpeg4audio_get_configAnton Khirnov