]> git.sesse.net Git - vlc/history - modules/demux/mkv/matroska_segment.hpp
demux: mkv: fix previous type fix
[vlc] / modules / demux / mkv / matroska_segment.hpp
2014-09-26 Francois Cartegniedemux: mkv: fix type and c++ type cast
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-11-13 Jean-Baptiste KempfLGPL
2012-09-08 Denis CharmetAdd MKV tag handling and use them to properly name...
2012-08-23 Jean-Baptiste KempfMKV: support target Type for metadata
2012-04-13 Denis CharmetMKV: Fix seeking without cues for clusters without...
2012-01-27 Denis CharmetPreload local directory for mkv only when needed
2011-12-15 Pere Orgafix filename self-references
2011-10-18 Hugo Beauzée-Luyssenmatroska: Using forward declaration for EbmlParser
2011-05-22 Jean-Baptiste KempfMKV: misc simplifications, renaming and privatizations
2011-05-21 Jean-Baptiste KempfMKV: privatize matroska_segment_c methods
2010-07-14 Jai MenonMKV : Add support for parsing Matroska Tag elements...
2010-04-18 Laurent AimarFixed mkv seeking when simpleblock is used for video.
2009-01-26 Jean-Baptiste KempfMkv: kill warnings.
2009-01-26 Jean-Baptiste KempfMKV: kill warnings.
2008-11-30 Rémi Denis-CourmontBy definition of sizeof, sizeof(char) = 1
2008-09-18 Jean-Baptiste KempfMKV: Split classes in many files.
2008-09-18 Jean-Baptiste KempfMKV: Copy mkv.cpp to many different files.