]> git.sesse.net Git - vlc/history - modules/demux/mkv/matroska_segment_parse.cpp
Fix the subtitles loss at MKV segment changes
[vlc] / modules / demux / mkv / matroska_segment_parse.cpp
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.