]> git.sesse.net Git - vlc/history - modules/demux/mkv/demux.cpp
MKV: Virtual segment rewrite
[vlc] / modules / demux / mkv / demux.cpp
2011-09-21 Denis CharmetMKV: Virtual segment rewrite
2011-07-21 Rémi Denis-CourmontConvert highlight to global mutex
2011-05-28 Laurent AimarFixed potential segfault on error with mkv demuxer.
2011-05-22 Jean-Baptiste KempfMKV: misc simplifications, renaming and privatizations
2011-05-22 Jean-Baptiste KempfMKV: rename functions to match better the actual implem...
2011-05-22 Jean-Baptiste KempfMKV: privatize methods in virtual_segment_t
2011-05-21 Jean-Baptiste KempfMKV: remove unused variables
2011-05-21 Laurent AimarReworked how the event thread works in mkv demuxer.
2011-02-12 Rémi Denis-CourmontRemove useless parameters
2011-01-30 Steve LhommeMKV: use the new libebml macros
2011-01-30 Jean-Baptiste KempfMkv: use MKV_IS_ID and avoid EbmlId() operator use
2011-01-19 Rémi Denis-Courmontgrammar
2010-05-25 Laurent AimarRemoved one vlc_object_find(VOUT, CHILD) in mkv.
2010-05-25 Laurent AimarRemoved one vlc_object_find(INPUT, PARENT) in mkv.
2010-05-19 Jean-Baptiste KempfSupport for webm/mkv and VP8 inside it
2010-04-30 Jean-Baptiste KempfMKV: cosmetics and NULL-check
2010-02-13 Rémi Denis-CourmontMake mouse-moved and mouse-clicked coordinates, remove...
2009-06-28 Laurent AimarDo not skip non finite size element in matroska.
2009-01-26 Jean-Baptiste KempfMKV: kill warnings.
2009-01-17 Rémi Denis-CourmontRemove unused parameter
2008-10-31 Rémi DuraffortUse asprintf instead of malloc+sprintf.
2008-09-18 Jean-Baptiste KempfMKV: Split classes in many files.
2008-09-18 Jean-Baptiste KempfMKV: Copy mkv.cpp to many different files.