]> git.sesse.net Git - vlc/history - modules/demux/mkv/demux.cpp
demux: mkv: enforce valid frame rate
[vlc] / modules / demux / mkv / demux.cpp
2013-11-30 Francois Cartegniedemux: mkv: fix use after free (cid #1049107)
2013-07-10 Denis CharmetCheck element size before reading it
2013-04-27 Denis CharmetAdd try/catch when reading elements with libmatroska.
2013-03-27 Rémi Denis-Courmontmkv: mostly useless #include
2013-02-12 Denis CharmetRemove trailing space line
2013-02-11 Denis CharmetFree unused resources when using linked mkvs
2012-11-13 Jean-Baptiste KempfLGPL
2012-09-08 Denis CharmetAdd MKV tag handling and use them to properly name...
2012-09-04 Denis CharmetMKV: Handle multi-editions as different titles
2012-04-09 Jean-Baptiste KempfMKV: remove unused variable
2012-04-08 Denis CharmetMKV: Don't crash when loading a directory with no uid...
2012-03-19 Denis CharmetFix next/prev uid segment linking in MKV
2012-02-17 Denis CharmetAvoid a crash if there are duplicated files in dir
2012-02-08 Denis CharmetDon't treat truncated files as invalid
2012-01-26 Denis CharmetAllow Ebml elements bigger than 64GB
2011-12-11 Edward WangAdd title play time in playback menus for MKV
2011-11-23 Denis CharmetPrevents a crash if KaxInfo cannot be found in KaxSegment
2011-11-23 Cheng SunFix crash in invalid mkv files
2011-11-01 Denis CharmetFix a bug preventing files without segment duration
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.