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
2014-10-13lavf: use initial_padding instead of deprecated delayAnton Khirnov
2014-08-28matroskaenc: convert avstream stereo3d side data during encodingVittorio Giovara
2014-08-15cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume
2014-07-01matroska: Factor out mkv_write_stereo_modeLuca Barbato
2014-07-01matroska: Factor out write_track from mkv_write_tracksLuca Barbato
2014-07-01matroska: K&R formatting cosmeticsLuca Barbato
2014-06-01flac muxer: support reading updated extradata from side dataAnton Khirnov
2014-06-01matroskaenc: Allow VP9 and Opus in webmTudor Suciu
2014-05-29matroskaenc: set the stream timebase earlierAnton Khirnov
2014-05-29matroskaenc: base DefaultDuration on the framerate, not the codec timebaseAnton Khirnov
2014-05-28matroskaenc: write the channel mask for FLACAnton Khirnov
2014-05-15lavf: add AVFMT_FLAG_BITEXACT.Anton Khirnov
2014-05-01matroskaenc: write CodecDelayAnton Khirnov
2014-03-09matroskaenc: enable Annex B to MP4 conversion for HEVC tracks.Tim Walker
2014-03-09matroskaenc: write private data in hvcC format for HEVC.Tim Walker
2014-03-08matroskaenc: allow override of "writing application" tagJohn Stebbins
2013-11-24Add missing #includes for *INT64_MAX and *INT64_CDiego Biurrun
2013-09-12matroskaenc: Fix stray pointers left over from av_reallocp_array refactoringAlexandra Khirnova
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