summaryrefslogtreecommitdiff
path: root/libavformat/matroskaenc.c
Commit message (Expand)AuthorAge
* matroska: Factor out mkv_write_stereo_modeLuca Barbato2014-07-01
* matroska: Factor out write_track from mkv_write_tracksLuca Barbato2014-07-01
* matroska: K&R formatting cosmeticsLuca Barbato2014-07-01
* flac muxer: support reading updated extradata from side dataAnton Khirnov2014-06-01
* matroskaenc: Allow VP9 and Opus in webmTudor Suciu2014-06-01
* matroskaenc: set the stream timebase earlierAnton Khirnov2014-05-29
* matroskaenc: base DefaultDuration on the framerate, not the codec timebaseAnton Khirnov2014-05-29
* matroskaenc: write the channel mask for FLACAnton Khirnov2014-05-28
* lavf: add AVFMT_FLAG_BITEXACT.Anton Khirnov2014-05-15
* matroskaenc: write CodecDelayAnton Khirnov2014-05-01
* matroskaenc: enable Annex B to MP4 conversion for HEVC tracks.Tim Walker2014-03-09
* matroskaenc: write private data in hvcC format for HEVC.Tim Walker2014-03-09
* matroskaenc: allow override of "writing application" tagJohn Stebbins2014-03-08
* Add missing #includes for *INT64_MAX and *INT64_CDiego Biurrun2013-11-23
* matroskaenc: Fix stray pointers left over from av_reallocp_array refactoringAlexandra Khirnova2013-09-12
* avformat: Use av_reallocp_array() where suitableAlexandra Khirnova2013-09-10
* matroskaenc: Allow chapters to be written in trailerJohn Stebbins2013-09-04
* matroskaenc: Fix writing TRACKDEFAULTFLAGJohn Stebbins2013-08-27
* mkv: Allow flushing the current cluster in progressMartin Storsjö2013-08-19
* mkv: Flush the old cluster before writing a new oneLuca Barbato2013-08-19
* mkv: Add options for specifying cluster limitsLuca Barbato2013-08-19
* mkv: Refactor mkv_write_packetLuca Barbato2013-08-19
* matroskaenc: restore compatibility with non referenced AVPacketRafaël Carré2013-06-24
* matroskaenc: support muxing WavPackAnton Khirnov2013-05-28
* matroskaenc: add an option to put the index at the start of the fileAnton Khirnov2013-05-03
* matroskaenc: cosmetics, reorder the #includesAnton Khirnov2013-05-03
* avpacket: use AVBuffer to allow refcounting the packets.Anton Khirnov2013-03-08
* matroskaenc: check cue point validity before reallocationJanne Grunau2012-10-09
* matroska: implement support for ProResLuca Barbato2012-09-19
* matroska: implement support for ALACMoritz Bunkus2012-09-19
* lavf: flush the output AVIOContext in av_write_trailer().Anton Khirnov2012-09-15
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* avformat: Drop pointless "format" from container long namesDiego Biurrun2012-07-30
* lavf: use conditional notation for default codec in muxer declarations.Ronald S. Bultje2012-07-22
* avformat: Add a flag to mark muxers that allow (non strict) monotone timestamps.James Zern2012-05-20
* cosmetics: Align muxer/demuxer declarationsMartin Storsjö2012-04-06
* libavformat: Add an ff_ prefix to some lavf internal symbolsMartin Storsjö2012-02-15
* lavu: replace int/float punning functionsMans Rullgard2011-12-11
* latmdec: fix audio specific config parsingJanne Grunau2011-12-03
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-30
* matroskaenc: Make sure the seekhead struct is freed even on seek failureMartin Storsjö2011-11-07
* Replace all usage of strcasecmp/strncasecmpReimar Döffinger2011-11-06
* lavc: use avpriv_ prefix for ff_split_xiph_headers.Anton Khirnov2011-10-20
* lavc: use avpriv_ prefix for some mpeg4audio symbols used in lavf.Anton Khirnov2011-10-20
* matroskaenc: write attachments.Anton Khirnov2011-09-27
* matroskaenc: saner default codecs.Anton Khirnov2011-08-22
* matroskaenc: vertical alignment.Anton Khirnov2011-08-16
* matroskaenc: implement query_codec()Anton Khirnov2011-08-16
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-17
* matroskaenc: make SSA default subtitle codec.Anton Khirnov2011-07-12