]> git.sesse.net Git - vlc/history - modules/demux/mkv/mkv.cpp
demux: provide both URL and file path as with access
[vlc] / modules / demux / mkv / mkv.cpp
2010-07-07 Rémi Denis-Courmontdemux: provide both URL and file path as with access
2010-06-12 Rémi Duraffortmodules: use the new add_shortcut capability (add multi...
2010-06-06 Rémi Denis-Courmontvar_InheritInteger -> var_InheritBool
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-30 Jean-Baptiste KempfMKV: cosmetics and NULL-check
2010-04-18 Laurent AimarFixed mkv seeking when simpleblock is used for video.
2010-04-12 Jean-Baptiste KempfMatroska: cleanup so that relevant methods are in their...
2010-04-06 Laurent AimarFixed seeking to I frames in mkv demuxer.
2010-02-28 Laurent AimarPrevent a potential integer overflow (mkv).
2010-02-27 Laurent AimarFixed segfault with corrupted mkv files with compressed...
2010-02-07 Rémi Denis-CourmontBlind compile fix
2010-02-07 Rémi Denis-Courmontutf8_* -> vlc_* (sed roxxors)
2009-12-30 Rémi Denis-CourmontMatroska demux: use var_Inherit
2009-12-20 Laurent AimarUsed VLC_TS_INVALID/0 in mkv demuxer.
2009-09-02 Rémi Duraffortadd_bool wants booleans.
2009-07-27 Laurent AimarWorkaround for 0 being invalid timestamp.
2009-06-01 Derk-Jan Hartmanmkv: Restore the priority of the mkv module
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-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-01-26 Jean-Baptiste KempfMKV: kill warnings.
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-18 Jean-Baptiste KempfMKV: Split classes in many files.
2008-09-18 Jean-Baptiste KempfMove MKV demuxer to its own subfolder.