summaryrefslogtreecommitdiff
path: root/libavformat/matroskaenc.c
Commit message (Expand)AuthorAge
* matroskaenc: Provide output bytestream markersMartin Storsjö2016-05-18
* matroska: Write the field order informationLuca Barbato2016-04-03
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* avpacket: Deprecate av_dup_packetLuca Barbato2015-10-26
* avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato2015-10-26
* matroskaenc: Don't write a track language tagJohn Stebbins2015-10-03
* lavc: Make AVPacket.duration int64, and deprecate convergence_durationwm42015-09-29
* webm: Explicitly select libvpx, libopus and libvorbis encodersLuca Barbato2015-08-25
* mkv: Correctly report the latest packet had been flushedLuca Barbato2015-06-09
* matroskadec: export cover art correctlywm42015-04-08
* matroskaenc: Fix type used for chapter timestampsVittorio Giovara2015-03-11
* matroskaenc: Also validate chapter end timeVittorio Giovara2015-03-09
* matroskaenc: Allow writing track "forced" flagJohn Stebbins2015-02-24
* matroskaenc: Validate chapter start and end timesVittorio Giovara2015-02-17
* avformat: Don't anonymously typedef structsDiego Biurrun2015-02-14
* matroskaenc: refuse to write AAC without valid extradataAnton Khirnov2015-01-09
* check memory errors from av_strdup()Vittorio Giovara2014-12-18
* mkv: Validate ASS Start and End fieldsLuca Barbato2014-12-03
* matroskaenc: write correct Display{Width, Height} in stereo encodingVittorio Giovara2014-10-27
* matroskaenc: check avio_open_dyn_buf return valueVittorio Giovara2014-10-24
* lavf: use initial_padding instead of deprecated delayAnton Khirnov2014-10-13
* matroskaenc: convert avstream stereo3d side data during encodingVittorio Giovara2014-08-28
* cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume2014-08-15
* 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