]> git.sesse.net Git - ffmpeg/history - libavformat/matroskaenc.c
lavc: Make AVPacket.duration int64, and deprecate convergence_duration
[ffmpeg] / libavformat / matroskaenc.c
2015-09-29 wm4lavc: Make AVPacket.duration int64, and deprecate conve...
2015-08-25 Luca Barbatowebm: Explicitly select libvpx, libopus and libvorbis...
2015-06-09 Luca Barbatomkv: Correctly report the latest packet had been flushed
2015-04-08 wm4matroskadec: export cover art correctly
2015-03-11 Vittorio Giovaramatroskaenc: Fix type used for chapter timestamps
2015-03-09 Vittorio Giovaramatroskaenc: Also validate chapter end time
2015-02-24 John Stebbinsmatroskaenc: Allow writing track "forced" flag
2015-02-17 Vittorio Giovaramatroskaenc: Validate chapter start and end times
2015-02-14 Diego Biurrunavformat: Don't anonymously typedef structs
2015-01-09 Anton Khirnovmatroskaenc: refuse to write AAC without valid extradata
2014-12-18 Vittorio Giovaracheck memory errors from av_strdup()
2014-12-03 Luca Barbatomkv: Validate ASS Start and End fields
2014-10-27 Vittorio Giovaramatroskaenc: write correct Display{Width, Height} in...
2014-10-24 Vittorio Giovaramatroskaenc: check avio_open_dyn_buf return value
2014-10-13 Anton Khirnovlavf: use initial_padding instead of deprecated delay
2014-08-28 Vittorio Giovaramatroskaenc: convert avstream stereo3d side data during...
2014-08-15 Gabriel Dumecosmetics: Write NULL pointer equality checks more...
2014-07-01 Luca Barbatomatroska: Factor out mkv_write_stereo_mode
2014-07-01 Luca Barbatomatroska: Factor out write_track from mkv_write_tracks
2014-07-01 Luca Barbatomatroska: K&R formatting cosmetics
2014-06-01 Anton Khirnovflac muxer: support reading updated extradata from...
2014-06-01 Tudor Suciumatroskaenc: Allow VP9 and Opus in webm
2014-05-29 Anton Khirnovmatroskaenc: set the stream timebase earlier
2014-05-29 Anton Khirnovmatroskaenc: base DefaultDuration on the framerate...
2014-05-28 Anton Khirnovmatroskaenc: write the channel mask for FLAC
2014-05-15 Anton Khirnovlavf: add AVFMT_FLAG_BITEXACT.
2014-05-01 Anton Khirnovmatroskaenc: write CodecDelay
2014-03-09 Tim Walkermatroskaenc: enable Annex B to MP4 conversion for HEVC...
2014-03-09 Tim Walkermatroskaenc: write private data in hvcC format for...
2014-03-08 John Stebbinsmatroskaenc: allow override of "writing application...
2013-11-23 Diego BiurrunAdd missing #includes for *INT64_MAX and *INT64_C
2013-09-12 Alexandra Khirnovamatroskaenc: Fix stray pointers left over from av_reall...
2013-09-10 Alexandra Khirnovaavformat: Use av_reallocp_array() where suitable
2013-09-04 John Stebbinsmatroskaenc: Allow chapters to be written in trailer
2013-08-27 John Stebbinsmatroskaenc: Fix writing TRACKDEFAULTFLAG
2013-08-19 Martin Storsjömkv: Allow flushing the current cluster in progress
2013-08-19 Luca Barbatomkv: Flush the old cluster before writing a new one
2013-08-19 Luca Barbatomkv: Add options for specifying cluster limits
2013-08-19 Luca Barbatomkv: Refactor mkv_write_packet
2013-06-24 Rafaël Carrématroskaenc: restore compatibility with non referenced...
2013-05-28 Anton Khirnovmatroskaenc: support muxing WavPack
2013-05-03 Anton Khirnovmatroskaenc: add an option to put the index at the...
2013-05-03 Anton Khirnovmatroskaenc: cosmetics, reorder the #includes
2013-03-08 Anton Khirnovavpacket: use AVBuffer to allow refcounting the packets.
2012-10-09 Janne Grunaumatroskaenc: check cue point validity before reallocation
2012-09-19 Luca Barbatomatroska: implement support for ProRes
2012-09-19 Moritz Bunkusmatroska: implement support for ALAC
2012-09-15 Anton Khirnovlavf: flush the output AVIOContext in av_write_trailer().
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-07-30 Diego Biurrunavformat: Drop pointless "format" from container long...
2012-07-22 Ronald S. Bultjelavf: use conditional notation for default codec in...
2012-05-20 James Zernavformat: Add a flag to mark muxers that allow (non...
2012-04-06 Martin Storsjöcosmetics: Align muxer/demuxer declarations
2012-02-15 Martin Storsjölibavformat: Add an ff_ prefix to some lavf internal...
2011-12-11 Mans Rullgardlavu: replace int/float punning functions
2011-12-02 Janne Grunaulatmdec: fix audio specific config parsing
2011-11-30 Anton Khirnovlavf: make av_set_pts_info private.
2011-11-07 Martin Storsjömatroskaenc: Make sure the seekhead struct is freed...
2011-11-06 Reimar DöffingerReplace all usage of strcasecmp/strncasecmp
2011-10-20 Anton Khirnovlavc: use avpriv_ prefix for ff_split_xiph_headers.
2011-10-20 Anton Khirnovlavc: use avpriv_ prefix for some mpeg4audio symbols...
2011-09-27 Anton Khirnovmatroskaenc: write attachments.
2011-08-22 Anton Khirnovmatroskaenc: saner default codecs.
2011-08-16 Anton Khirnovmatroskaenc: vertical alignment.
2011-08-16 Anton Khirnovmatroskaenc: implement query_codec()
2011-07-17 Anton Khirnovlavf: use designated initialisers for all (de)muxers.
2011-07-12 Anton Khirnovmatroskaenc: make SSA default subtitle codec.
2011-07-08 Anton Khirnovlavf: update AVStream.nb_frames when muxing.
2011-07-03 Mans RullgardDo not include mathematics.h in avutil.h
2011-07-03 Mans RullgardDo not include intfloat_readwrite.h in avutil.h
2011-06-20 Justin RugglesReplace usages of av_get_bits_per_sample_fmt() with...
2011-06-08 Anton KhirnovRemove all uses of now deprecated metadata functions.
2011-05-28 Alok Ahujawebm: support stereo videos in matroska/webm muxer
2011-05-12 Aurelien Jacobsmatroskaenc: make sure we don't produce invalid file...
2011-05-12 Aurelien Jacobsmatroskaenc: add missing new line in av_log() call
2011-05-04 Mans Rullgardmatroskaenc: fix memory leak
2011-04-07 Anton Khirnovmatroskaenc: don't write an empty Cues element.
2011-04-03 Anton Khirnovavio: avio_ prefix for url_close_dyn_buf
2011-04-03 Anton Khirnovavio: avio_ prefix for url_open_dyn_buf
2011-04-03 Anton Khirnovavio: introduce an AVIOContext.seekable field
2011-03-23 Anton Khirnovmatroskaenc: remove a variable that's unused after...
2011-03-23 Anton Khirnovmatroskaenc: simplify get_aac_sample_rates by using...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-03-17 Anton Khirnovavio: rename put_flush_packet -> avio_flush
2011-03-04 Anton Khirnovavio: add avio_tell macro as a replacement for url_ftell
2011-03-01 Anton Khirnovavio: avio_ prefix for url_fseek
2011-02-21 Anton Khirnovavio: avio: avio_ prefixes for put_* functions
2011-02-20 Anton Khirnovavio: rename ByteIOContext to AVIOContext.
2011-02-15 Reinhard TartlerMerge libavcore into libavutil
2011-01-26 Diego Elio PettenòPrefix all _demuxer, _muxer, _protocol from libavformat...
2010-11-23 Anton Khirnovmatroskaenc: don't duplicate title information
2010-11-03 Stefano SabatiniRemove usage of deprecated libavcodec/audioconvert...
2010-10-15 Anton KhirnovExport metadata in the generic format. Deprecate old...
2010-10-05 Anton Khirnovmatroskaenc: write metadata
2010-07-25 Aurelien Jacobsmatroskaenc: add support for muxing SRT tracks
2010-07-14 Aurelien Jacobsmatroskaenc: write DisplayUnit element to better match...
2010-06-30 Måns RullgårdFix grammar errors in documentation
2010-06-08 Måns Rullgårdmatroska: move LFG state from muxer context to local...
2010-06-04 David Conradmatroskaenc: Don't write a second seekhead for the...
2010-06-04 David Conradmatroskaenc: Check that tracks was allocated
next