summaryrefslogtreecommitdiff
path: root/libavformat/matroskaenc.c
Commit message (Expand)AuthorAge
* 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
* lavf: update AVStream.nb_frames when muxing.Anton Khirnov2011-07-08
* Do not include mathematics.h in avutil.hMans Rullgard2011-07-03
* Do not include intfloat_readwrite.h in avutil.hMans Rullgard2011-07-03
* Replace usages of av_get_bits_per_sample_fmt() with av_get_bytes_per_sample().Justin Ruggles2011-06-20
* Remove all uses of now deprecated metadata functions.Anton Khirnov2011-06-08
* webm: support stereo videos in matroska/webm muxerAlok Ahuja2011-05-28
* matroskaenc: make sure we don't produce invalid file with no codec IDAurelien Jacobs2011-05-12
* matroskaenc: add missing new line in av_log() callAurelien Jacobs2011-05-12
* matroskaenc: fix memory leakMans Rullgard2011-05-04
* matroskaenc: don't write an empty Cues element.Anton Khirnov2011-04-07