]> git.sesse.net Git - vlc/history - modules/demux/mkv/mkv.hpp
demux: mkv: enforce valid frame rate
[vlc] / modules / demux / mkv / mkv.hpp
2013-11-21 Ago AllikmaaRegression fix for non-SPU tracks in MKV containers.
2013-11-17 Denis CharmetSupport multichannel raw audio in MKV
2013-11-14 Denis CharmetImplement basic Opus support in MKV
2013-03-27 Rémi Denis-Courmontmkv: mostly useless #include
2012-11-14 Denis CharmetUse encoding scope to correctly decode data
2012-11-13 Jean-Baptiste KempfLGPL
2012-07-22 Denis CharmetAdding Cook support in mkv
2012-02-23 Denis CharmetUse mkv track flags to define the priority of ES
2011-12-15 Pere Orgafix filename self-references
2011-10-18 Hugo Beauzée-Luyssenmkv: typedef struct is useless in C++
2011-10-18 Hugo Beauzée-Luyssenmkv: class with all attributes public -> struct
2011-10-18 Hugo Beauzée-Luyssenmkv: removing virtual destructors for classes that...
2011-10-18 Hugo Beauzée-Luyssenmkv: constification
2011-05-22 Jean-Baptiste KempfMKV: misc simplifications, renaming and privatizations
2011-05-21 Jean-Baptiste KempfMKV: remove unused variables
2011-01-30 Steve LhommeMKV: Multi tags don't exist anymore
2011-01-30 Steve Lhommethe ID could be OK but the class mismatching
2010-08-18 Jean-Baptiste KempfMKV: remove unnecessary include
2010-08-03 Rémi Denis-CourmontRemove useless <dirent.h> check
2010-07-27 Jean-Baptiste KempfMKV: stop spamming about "unknown seekhead reference"
2010-05-30 Jean-Baptiste KempfMKV: code cosmetics and copyright update
2010-05-20 Laurent AimarFixed/improved support for video timestamp in mkv.
2010-04-13 Rémi Denis-CourmontUseless vlc_codecs.h includes
2010-04-12 Jean-Baptiste KempfMatroska: cleanup so that relevant methods are in their...
2010-02-28 Laurent AimarPrevent a potential integer overflow (mkv).
2009-07-23 Jean-Baptiste KempfUse Brackets for global headers.
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-27 Rémi Denis-CourmontMerge branch 'base' into master
2009-05-26 Rémi Denis-CourmontMerge branch 1.0-bugfix (early part) into master
2009-05-26 Rémi Duraffortmkv: use DIR_SEP_CHAR when applicable.
2009-04-21 Rémi Denis-Courmont(p?)gettext -> vlc_\1gettext
2009-04-20 Rémi Denis-CourmontMKV wants to include libintl.h
2009-03-28 Laurent AimarMatroska seems to stupidly store dts instead of pts...
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.