summaryrefslogtreecommitdiff
path: root/libavformat/matroskaenc.c
Commit message (Expand)AuthorAgeFilesLines
* avpacket: Deprecate av_dup_packetLuca Barbato2015-10-261-6/+1
* avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato2015-10-261-2/+2
* matroskaenc: Don't write a track language tagJohn Stebbins2015-10-031-1/+3
* lavc: Make AVPacket.duration int64, and deprecate convergence_durationwm42015-09-291-2/+8
* webm: Explicitly select libvpx, libopus and libvorbis encodersLuca Barbato2015-08-251-2/+2
* mkv: Correctly report the latest packet had been flushedLuca Barbato2015-06-091-1/+1
* matroskadec: export cover art correctlywm42015-04-081-0/+5
* matroskaenc: Fix type used for chapter timestampsVittorio Giovara2015-03-111-3/+4
* matroskaenc: Also validate chapter end timeVittorio Giovara2015-03-091-1/+4
* matroskaenc: Allow writing track "forced" flagJohn Stebbins2015-02-241-0/+2
* matroskaenc: Validate chapter start and end timesVittorio Giovara2015-02-171-4/+6
* avformat: Don't anonymously typedef structsDiego Biurrun2015-02-141-3/+3
* matroskaenc: refuse to write AAC without valid extradataAnton Khirnov2015-01-091-6/+10
* check memory errors from av_strdup()Vittorio Giovara2014-12-181-4/+12
* mkv: Validate ASS Start and End fieldsLuca Barbato2014-12-031-2/+19
* matroskaenc: write correct Display{Width, Height} in stereo encodingVittorio Giovara2014-10-271-6/+24
* matroskaenc: check avio_open_dyn_buf return valueVittorio Giovara2014-10-241-2/+5
* lavf: use initial_padding instead of deprecated delayAnton Khirnov2014-10-131-3/+4
* matroskaenc: convert avstream stereo3d side data during encodingVittorio Giovara2014-08-281-18/+76
* cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume2014-08-151-3/+3
* matroska: Factor out mkv_write_stereo_modeLuca Barbato2014-07-011-17/+22
* matroska: Factor out write_track from mkv_write_tracksLuca Barbato2014-07-011-169/+193
* matroska: K&R formatting cosmeticsLuca Barbato2014-07-011-168/+212
* flac muxer: support reading updated extradata from side dataAnton Khirnov2014-06-011-1/+2
* matroskaenc: Allow VP9 and Opus in webmTudor Suciu2014-06-011-1/+3
* matroskaenc: set the stream timebase earlierAnton Khirnov2014-05-291-3/+3
* matroskaenc: base DefaultDuration on the framerate, not the codec timebaseAnton Khirnov2014-05-291-1/+2
* matroskaenc: write the channel mask for FLACAnton Khirnov2014-05-281-1/+46
* lavf: add AVFMT_FLAG_BITEXACT.Anton Khirnov2014-05-151-1/+1
* matroskaenc: write CodecDelayAnton Khirnov2014-05-011-0/+13
* matroskaenc: enable Annex B to MP4 conversion for HEVC tracks.Tim Walker2014-03-091-0/+4
* matroskaenc: write private data in hvcC format for HEVC.Tim Walker2014-03-091-0/+3
* matroskaenc: allow override of "writing application" tagJohn Stebbins2014-03-081-2/+6
* Add missing #includes for *INT64_MAX and *INT64_CDiego Biurrun2013-11-231-0/+2
* matroskaenc: Fix stray pointers left over from av_reallocp_array refactoringAlexandra Khirnova2013-09-121-13/+9
* avformat: Use av_reallocp_array() where suitableAlexandra Khirnova2013-09-101-6/+12
* matroskaenc: Allow chapters to be written in trailerJohn Stebbins2013-09-041-1/+9
* matroskaenc: Fix writing TRACKDEFAULTFLAGJohn Stebbins2013-08-271-1/+3
* mkv: Allow flushing the current cluster in progressMartin Storsjö2013-08-191-6/+30
* mkv: Flush the old cluster before writing a new oneLuca Barbato2013-08-191-0/+1
* mkv: Add options for specifying cluster limitsLuca Barbato2013-08-191-10/+22
* mkv: Refactor mkv_write_packetLuca Barbato2013-08-191-10/+32
* matroskaenc: restore compatibility with non referenced AVPacketRafaël Carré2013-06-241-2/+5
* matroskaenc: support muxing WavPackAnton Khirnov2013-05-281-1/+72
* matroskaenc: add an option to put the index at the start of the fileAnton Khirnov2013-05-031-1/+63
* matroskaenc: cosmetics, reorder the #includesAnton Khirnov2013-05-031-9/+11
* avpacket: use AVBuffer to allow refcounting the packets.Anton Khirnov2013-03-081-21/+7
* matroskaenc: check cue point validity before reallocationJanne Grunau2012-10-091-3/+3
* matroska: implement support for ProResLuca Barbato2012-09-191-2/+10
* matroska: implement support for ALACMoritz Bunkus2012-09-191-0/+10