]> git.sesse.net Git - vlc/history - modules/demux/mkv/matroska_segment_parse.cpp
MKV: stop spamming about "unknown seekhead reference"
[vlc] / modules / demux / mkv / matroska_segment_parse.cpp
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.