]> git.sesse.net Git - vlc/history - modules/demux/mkv/matroska_segment_parse.cpp
MKV: fix playback of AC-3 with bogus default duration
[vlc] / modules / demux / mkv / matroska_segment_parse.cpp
2015-02-24 Steve LhommeMKV: fix playback of AC-3 with bogus default duration
2015-02-23 Steve Lhommebetter size checking of EBML elements before we read...
2015-02-20 Steve LhommeMKV: do not read the whole Cluster data when seeking
2015-02-08 Rémi Denis-Courmontmsg: simplify msg_GenericVa() macro
2014-09-29 Francois Cartegniedemux: mkv: move mp4 include off top level
2014-07-02 Hugo Beauzée-LuyssenFix build when using C++11
2014-05-09 Denis CharmetUse the MKV track width and height when the one in...
2014-03-22 Denis CharmetAdd basic A_QUICKTIME audio support in MKV
2014-03-13 Francois Cartegniedemux: mkv: enforce valid frame rate
2014-03-13 Francois Cartegniedemux: mkv: ensure timescale is always valid
2014-01-19 Rémi Duraffortmkv: fix use-after-free and double-free
2014-01-01 Denis CharmetRemove faulty return when vobsub doesn't define a size.
2013-12-15 Rémi Duraffortmkv: fix memory leak
2013-11-30 Francois Cartegniedemux: mkv: fix use after free (cid #1049108)
2013-11-21 Ago AllikmaaRegression fix for non-SPU tracks in MKV containers.
2013-11-17 Denis CharmetSupport multichannel raw audio in MKV
2013-11-14 Denis CharmetImplement basic Opus support in MKV
2013-10-20 Denis CharmetAdd VP9 support in mkv
2013-10-19 Denis CharmetAdd HEVC support in MKV
2013-10-06 Jean-Baptiste KempfMKV: fix SIGSEGV when codec id is empty
2013-10-05 Denis CharmetAdding alac support in mkv
2013-07-10 Denis CharmetCheck element size before reading it
2013-06-23 Rafaël CarréSimplify FLAC extradata (streaminfo) parsing
2013-04-27 Denis CharmetAdd try/catch when reading elements with libmatroska.
2013-02-08 Denis CharmetHandle case where dwFormat is WAVE_FORMAT_EXTENSIBLE
2013-01-07 Denis CharmetReuse the decoders when possible at segment change
2012-12-28 Denis CharmetInitialize codecs after track parsing and not before...
2012-12-11 Denis CharmetMKV: Set default value for audio tracks when parsing one
2012-11-14 Denis CharmetUse encoding scope to correctly decode data
2012-11-13 Jean-Baptiste KempfLGPL
2012-06-15 Naohiro KORIYAMAmkv: fix memleak
2012-06-13 Denis CharmetUse default values when parsing MKV audio track
2012-04-13 Denis CharmetMKV: Fix seeking without cues for clusters without...
2012-02-27 Denis CharmetMKV: Handle file with no duration or 0 duration
2012-02-23 Denis CharmetUse mkv track flags to define the priority of ES
2012-02-16 Jean-Baptiste KempfMKV: correctly set the attachment:// URL for embedded...
2012-01-27 Denis CharmetPreload local directory for mkv only when needed
2011-12-15 Pere Orgafix filename self-references
2011-11-19 Jean-Baptiste KempfMKV: increase debug on attachment management to fix...
2011-10-18 Hugo Beauzée-Luyssenmatroska: Using forward declaration for EbmlParser
2011-09-27 Dominique LeuenbergerMKV: Fix build with libmatroska 1.3.0
2011-09-21 Denis CharmetMKV: Virtual segment rewrite
2011-05-22 Jean-Baptiste KempfMKV: misc simplifications, renaming and privatizations
2011-05-21 Jean-Baptiste KempfMKV: remove unused variables
2011-01-30 Steve LhommeMKV: use the new libebml macros
2010-07-30 Jai MenonMKV : Fix format specifier for KaxChapterUID.
2010-07-27 Jean-Baptiste KempfMKV: stop spamming about "unknown seekhead reference"
2010-06-11 Jai MenonMatroska : Set default compression type for the Content...
2010-06-06 Rémi Denis-Courmontvar_InheritInteger -> var_InheritBool
2010-05-30 Jean-Baptiste KempfMKV: code cosmetics and copyright update
2010-05-30 Jean-Baptiste KempfMKV: code simplification by scope reduction
2010-05-30 Jean-Baptiste KempfMKV: parse segment cleanup
2010-02-06 Rémi Denis-CourmontCleanup msg_Generic functions
2009-12-30 Rémi Denis-CourmontMatroska demux: use var_Inherit
2009-12-16 Laurent AimarRemoved es_format_t::i_aspect.
2009-08-20 Jean-Baptiste KempfMKV: Correct format for int64_t
2009-07-16 Anthony Loiseaucosmetic: remove nullity test on free() and delete
2009-04-14 Rémi Denis-CourmontAvoid POSIX-deprecated asctime_r()
2009-04-10 Rémi Denis-CourmontMerge branch 'master' of git@git.videolan.org:vlc
2009-04-10 Rémi Denis-CourmontMove remaining replacement to static import library
2009-03-28 Laurent AimarMatroska seems to stupidly store dts instead of pts...
2009-01-26 Jean-Baptiste KempfMkv: kill warnings.
2009-01-26 Jean-Baptiste KempfMKV: kill warnings.
2008-09-18 Jean-Baptiste KempfMKV: Split classes in many files.
2008-09-18 Jean-Baptiste KempfMKV: Copy mkv.cpp to many different files.