]> git.sesse.net Git - vlc/history - modules/demux/mkv
Avoid useless operations
[vlc] / modules / demux / mkv /
2009-03-29 Laurent AimarDo not activate mkv-preload-local-dir by default.
2009-03-28 Laurent AimarMatroska seems to stupidly store dts instead of pts...
2009-03-22 Rémi Duraffortmkv: fix warning (size_t is unsigned).
2009-03-22 Laurent AimarProtect against broken V_QUICKTIME in mkv.
2009-01-27 Jean-Philippe AndreFix compilation
2009-01-27 Rémi Denis-CourmontTrailing ;
2009-01-26 Jean-Baptiste KempfMkv: kill warnings.
2009-01-26 Jean-Baptiste KempfMKV: kill warnings.
2009-01-17 Rémi Denis-CourmontRemove unused parameter
2008-12-15 Laurent AimarAdded S_TEXT/ASCII codec to matroska.
2008-12-15 Laurent AimarAdded support for real video and 14_4 audio codec in...
2008-12-12 Jean-Baptiste Kempf[MKV] Detect Dirac in MKV.
2008-11-30 Rémi Denis-CourmontBy definition of sizeof, sizeof(char) = 1
2008-11-04 Laurent AimarFixed ES_OUT_SET_DEFAULT name (added ES_).
2008-10-31 Rémi DuraffortUse asprintf instead of malloc+sprintf.
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-10-10 Laurent AimarFixed invalid/useless usage of ES_OUT_RESET_PCR.
2008-10-10 Laurent AimarChange ES_OUT_SET_NEXT_DISPLAY_TIME parameters.
2008-09-19 Jean-Baptiste KempfEbml: remove version check, since we already force...
2008-09-19 Jean-Baptiste KempfMKV: deinlined a function.
2008-09-18 Jean-Baptiste KempfForgotten file: Grmbl at my stoopidity.
2008-09-18 Jean-Baptiste KempfMKV: Split classes in many files.
2008-09-18 Jean-Baptiste KempfMKV: Copy mkv.cpp to many different files.
2008-09-18 Jean-Baptiste KempfMove MKV demuxer to its own subfolder.