]> git.sesse.net Git - vlc/history - modules/demux/mkv/virtual_segment.cpp
demux: mkv: fix previous type fix
[vlc] / modules / demux / mkv / virtual_segment.cpp
2014-09-26 Francois Cartegniedemux: mkv: fix type and c++ type cast
2014-08-25 Rémi Denis-Courmontmkv: avoid potential NULL memory comparison
2014-08-17 Jean-Baptiste KempfMKV: remove trailing spaces
2014-07-02 Hugo Beauzée-LuyssenFix build when using C++11
2014-05-09 Denis CharmetKeep the selected languages at segment change
2014-03-22 Denis CharmetFix MKV multiple edition handling
2013-07-13 Rémi DuraffortFix printf formats
2013-03-08 Rémi Denis-Courmontmkv: fix format string
2013-01-07 Denis CharmetReuse the decoders when possible at segment change
2012-12-09 Denis CharmetHandle ordered editions with broken links or empty
2012-11-13 Jean-Baptiste KempfLGPL
2012-04-08 Denis CharmetMKV: Don't crash when loading a directory with no uid...
2012-03-20 Denis CharmetMKV: Use the appropriate time value to avoid loops
2012-03-19 Denis CharmetFix next/prev uid segment linking in MKV
2012-02-17 Denis CharmetMKV: Don't loop if chapter changes between P and B...
2012-02-02 Denis CharmetHandle MKV segment change properly
2012-01-13 Denis CharmetFix the subtitles loss at MKV segment changes
2011-12-21 Jean-Baptiste KempfMKV: allow simple title, multiple-chapter in the menus
2011-12-14 Denis CharmetMKV: Do not list chapters and titles when there is...
2011-11-23 Jean-Baptiste KempfMKV: update copyright
2011-11-17 Jean-Baptiste KempfMKV: avoid a crash in msg_Dbg
2011-11-01 Denis CharmetFix a bug preventing files without segment duration
2011-10-02 Tobias GüntnerRemove unused struct member
2011-09-21 Denis CharmetMKV: Virtual segment rewrite
2011-06-20 Hugo Beauzée-Luyssenmkv: Avoid duplicating the entire vector.
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
2010-04-30 Jean-Baptiste KempfMKV: reduce the scope of the var loop counters
2008-09-18 Jean-Baptiste KempfMKV: Split classes in many files.
2008-09-18 Jean-Baptiste KempfMKV: Copy mkv.cpp to many different files.