]> git.sesse.net Git - vlc/history - modules/demux/mkv/matroska_segment.cpp
Modified the way xiph codecs headers are transported in VLC.
[vlc] / modules / demux / mkv / matroska_segment.cpp
2010-02-17 Laurent AimarModified the way xiph codecs headers are transported...
2010-01-28 Jean-Baptiste KempfMKV: support of PGS (BD subs) in .mkv
2009-12-06 Rémi Denis-CourmontDo not assert memory allocations
2009-12-05 JP DingerObligatory win32 compile fixes.
2009-12-05 JP DingerReplace argument = realloc( argument, size ); with...
2009-07-11 Christophe MutricyTypos
2009-06-28 Laurent AimarForged a TTA1 header in matroska if not present.
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 Derk-Jan HartmanMerge commit 'origin/1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge branch '1.0'
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-21 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-20 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-20 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-16 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-16 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-15 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-14 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-14 John Stebbinsvobsub idx parsing in matroska tracks
2009-05-14 Rémi Denis-CourmontMerge commit 'origin/1.0-bugfix'
2009-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-13 Laurent AimarUsed VLC_CODEC_* and vlc_fourcc_GetCodec when suitable.
2009-04-14 Jean-Baptiste KempfMKV: fix support of MLP tracks in MKV.
2009-04-10 Derk-Jan Hartmanmkv: remove unmatche #endif introduced [b870bc9ddf45f01...
2009-04-10 Rémi Denis-CourmontUse stack array rather than alloca
2009-03-28 Laurent AimarMatroska seems to stupidly store dts instead of pts...
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.
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-04 Laurent AimarFixed ES_OUT_SET_DEFAULT name (added ES_).
2008-10-10 Laurent AimarChange ES_OUT_SET_NEXT_DISPLAY_TIME parameters.
2008-09-18 Jean-Baptiste KempfMKV: Split classes in many files.
2008-09-18 Jean-Baptiste KempfMKV: Copy mkv.cpp to many different files.