]> git.sesse.net Git - ffmpeg/history - libavformat/matroska.c
extract_extradata_bsf: make sure all needed parameter set NALUs were found
[ffmpeg] / libavformat / matroska.c
2016-11-23 James Almermatroska: use av_stream_add_side_data() for stereo3d...
2016-08-24 Luca Barbatoav1: Add codec_id and basic demuxing support
2016-05-04 Vittorio Giovaracosmetics: Fix spelling mistakes
2016-02-22 Luca Barbatomatroska: Always consider S_TEXT/UTF8 as SRT when demuxing
2015-04-08 wm4matroskadec: export cover art correctly
2015-03-15 Luca Barbatomkv: Add support for DVB subtitles
2014-08-28 Vittorio Giovaramatroskadec: parse stereo mode on decoding
2014-05-01 Anton Khirnovmatroska: add the Opus mapping
2013-10-31 Yusuke Nakamuramatroskadec: Support HEVC demuxing
2013-01-14 Tom Fineganmkv: support vp9 tag
2013-01-06 Diego BiurrunDrop Snow codec
2012-09-19 Luca Barbatomatroska: implement support for ProRes
2012-09-19 Moritz Bunkusmatroska: implement support for ALAC
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2010-07-25 Aurelien Jacobsmatroskaenc: add support for muxing SRT tracks
2010-05-19 Googlematroska: Add V_VP8
2010-03-12 Aurelien Jacobsmatroskadec: add support for SIPR audio tracks
2010-02-01 Anton KhirnovAdd a list of generic tags and change demuxers to follo...
2010-01-27 Carl Eugen HoyosSupport demuxing Blu-ray subtitles in matroska files.
2009-03-30 Aurelien Jacobsmatroska: add support for MLP and TRUEHD codec tags
2009-03-01 Aurelien JacobsAdd some basic metadata conversion tables for matroska...
2008-12-12 Aurelien Jacobsmatroska: sort codec tags list
2008-12-12 Kurtnoisematroska: add dirac support (patch by Kurtnoise kurtno...
2008-09-01 Aurelien Jacobsmatroska: add E-AC-3 support
2008-08-20 Aurelien Jacobsmatroska: add support for most variants of PCM
2008-08-05 Aurelien Jacobsmatroskadec: remove useless comments in ff_mkv_codec_tags
2008-07-27 Aurelien Jacobsmatroska: add support for A_QUICKTIME/QDM2 codec
2008-01-27 Evgeniy StepanovAdd support for Matroska attachments.
2008-01-07 Aurelien JacobsMake ff_mkv_codec_tags lie entirely in .rodata section.
2007-12-29 Evgeniy Stepanovexport raw SSA tracks with their own codec ID (patch...
2007-12-02 Reimar DöffingerMake ff_mkv_codec_tags array const, it is never written.
2007-09-06 David ConradUse V_MPEG4/ISO/ASP for mpeg4 when muxing mkv
2007-08-24 David ConradAdd V_SNOW
2007-07-25 Aurelien Jacobsuse the most appropriate codec id for A_MPEG/L1 and L2
2007-07-25 Aurelien Jacobsreorder matroska codec tags so that the encoder picks...
2007-07-16 Aurelien Jacobsadd support for S_ASS and S_SSA codec string
2007-07-11 Aurelien Jacobsadd support for ASS like subtitles in Matroska
2007-07-11 Aurelien Jacobsadd support for Matroska subtitle tracks
2007-06-04 Aurelien Jacobsadd support for real audio in matroska
2007-06-04 David Conradsplit some common code from the mkv demuxer that will...
2007-04-15 Aurelien Jacobsadd an enum for need_parsing
2007-04-10 Aurelien Jacobscosmetics: indentation
2007-04-09 Aurelien Jacobsadd support for seeking to a keyframe instead of a...
2007-04-09 Aurelien Jacobsadd an intermediate variable (prepare for next patch)
2007-04-09 Aurelien Jacobsadd support for seeking in matroska files
2007-04-09 Aurelien Jacobsmove matroska_find_track_by_num() upper in the file
2007-04-09 Aurelien Jacobscluster position is relative to segment_start
2007-04-09 Aurelien Jacobsproperly set streams start_time
2007-04-09 Aurelien Jacobsremove unused context field
2007-04-09 Aurelien Jacobsremove wrong and no more used packet reordering code
2007-04-08 Michael Niedermayerallocate 32 extra bytes at the end of the probe buffer...
2007-03-25 Aurelien Jacobsadd support for V_THEORA into Matroska
2007-03-15 Aurelien Jacobsdisable pts reordering code and initialize a parser...
2007-03-13 Aurelien Jacobsremove outdated comment
2007-03-13 Aurelien Jacobsremove no more needed parameters
2007-03-13 Aurelien Jacobsset pkt->duration for laced packets too
2007-03-13 Aurelien Jacobscalculate pts for laced packets
2007-03-13 Aurelien Jacobscalculate default_duration for AAC tracks
2007-03-13 Aurelien Jacobsscale duration and default_duration
2007-03-12 Aurelien Jacobsmove timecode calculation out of laces loop
2007-03-11 Aurelien Jacobscosmetic: indent after last commit
2007-03-11 Aurelien Jacobsreorder pts of packets from tracks using V_MPEG* codecs
2007-03-11 Aurelien Jacobsrevert r7181
2007-03-11 Aurelien Jacobscheck if current block contains a B frame and gives...
2007-03-11 Aurelien Jacobsextract ebml_read_binary() out of matroska_parse_block()
2007-03-11 Aurelien Jacobsreindent after last commit
2007-03-11 Aurelien Jacobsparse clusters until some packets are queued
2007-03-11 Aurelien Jacobsfix a stupid bug in ebml_read_sint()
2007-03-11 Aurelien Jacobsuse codec_get_id() instead of deprecated codec_get_...
2007-03-02 Aurelien Jacobsdon't rely on a specific appearance order for ebml...
2007-03-02 Aurelien Jacobsadd support for simple blocks (ie. matroska v2)
2007-03-01 Aurelien Jacobscosmetics: fix indentation of the new matroska_parse_bl...
2007-03-01 Aurelien Jacobssplit a matroska_parse_block() function from matroska_p...
2007-03-01 Aurelien Jacobsfix an off-by-one error in probing function
2007-01-19 Alex Beregszaszirename BE/LE_8/16/32 to AV_RL/B_8/16/32
2006-11-28 Aurelien Jacobsmatroska: scale timecode according to time_scale
2006-11-23 Aurelien JacobsNo need for special trick anymore for flac in matroska.
2006-11-21 Aurelien Jacobsadd support for FLAC in matroska
2006-11-20 Aurelien Jacobsadd support for tta in matroska
2006-11-20 Aurelien Jacobscosmetics: reindent after last commit
2006-11-20 Aurelien Jacobsmatroska: split real video frames so that each packet...
2006-11-20 Aurelien Jacobsmatroska: properly handle real video extradata
2006-11-20 Aurelien Jacobssimplify free()+set to NULL using av_freep()
2006-11-12 Aurelien JacobsAllows playback of truncated matroska files.
2006-11-11 Steve L'HommeFix wrong comment.
2006-11-11 Steve L'HommeAdd A_AAC codec identifier support in matroska.
2006-11-09 Baptiste Coudurierget rid of CODEC_ID_MPEG4AAC after next version bump...
2006-11-08 Aurelien Jacobsadd support for AAC in matroska
2006-11-08 Aurelien Jacobsadd audio output sampling freqency reading in matroska
2006-11-08 Aurelien JacobsBetter way to detect cluster (fix files encoded with...
2006-11-07 Aurelien JacobsAllow reading matroska title.
2006-11-06 Aurelien Jacobscosmetics: reindent after last commit
2006-11-06 Aurelien JacobsDon't need to check for NULL before av_free().
2006-11-06 Steve L'HommeAdd support for block duration.
2006-11-06 Steve L'HommeEnsure codec_id = CODEC_ID_NONE for unknown codecs...
2006-11-06 Steve L'Hommeguess matroska files frame rate
2006-11-06 Steve L'Hommeremove floats in 10 bytes/byte support (no version...
2006-11-06 Kostya ShishkovWavPack support in Matroska
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
next