]> git.sesse.net Git - vlc/history - modules/demux/mkv/mkv.cpp
MKV: avoid using the last_dts of a track we know is not used anymore
[vlc] / modules / demux / mkv / mkv.cpp
2015-03-14 Steve LhommeMKV: avoid using the last_dts of a track we know is...
2015-03-13 Steve LhommeMKV: remove unused i_time_offset variable when seeking
2015-03-13 Steve LhommeMKV: init the index time to -1 as it was intended
2015-03-13 Steve LhommeMKV: divide i_default_duration by 1000 once and for all
2015-02-27 Steve LhommeMKV: set the I frame flag when we know it's a keyframe
2015-02-24 Steve LhommeMKV: better mnemonics & logs
2015-02-24 Steve LhommeMKV: the Block duration is for the whole Block, not...
2015-02-09 Francois Cartegniedemux: mkv: handle 0 trailed DTS samples (fix #12725)
2014-07-02 Hugo Beauzée-LuyssenFix build when using C++11
2014-05-12 Felix Abecassismkv: fix declaration/definition mismatch of demux_sys_t
2014-04-22 Rémi Denis-Courmontmkv: use do/while-zero for impossible loop
2014-04-01 Rémi Denis-Courmontmkv: check for overflow and fix type limit warning
2014-03-22 Denis CharmetDon't demux 5 blocks each time pf_demux is called
2014-03-22 Denis CharmetFix MKV multiple edition handling
2014-03-14 Francois Cartegniedemux: mkv: fix single track opus playback
2014-03-14 Francois Cartegniedemux: mkv: fix seek segfault with invalid chapters
2014-03-13 Francois Cartegniedemux: mkv: fix opus block truncation (fix #10176)
2014-02-15 Jean-Paul SamanRevert "demuxers: adjust es_out_Control( out, ES_OUT_GE...
2014-02-15 Jean-Paul Samandemuxers: adjust es_out_Control( out, ES_OUT_GET_ES_STA...
2014-01-27 Rémi Denis-Courmontvlc_readdir: remove string duplication, simplify
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-09-06 Francois Cartegniedemux: mkv: wrong struct member.
2013-09-02 Denis CharmetCorrectly repacketize wavpack frames from Matroska
2013-07-20 Rémi DuraffortFix sizeof mismatch (cid #1049614)
2013-07-19 Rémi DuraffortFix sizeof mismatch (cid #1049614 and #1049613-12)
2013-07-13 Rémi Duraffortmkv: fix missing unlock (cid #1047148)
2013-06-05 Rafaël CarréUse _WIN32 rather than WIN32 (same for WIN64)
2013-02-11 Denis CharmetFree unused resources when using linked mkvs
2012-11-21 Denis CharmetHandle possible negative timestamps in MKV
2012-11-14 Denis CharmetUse timecodescale to compute subtitle duration
2012-11-14 Denis CharmetUse encoding scope to correctly decode data
2012-11-13 Jean-Baptiste KempfLGPL
2012-11-10 Rémi Denis-Courmontmkv: do not use .b_die
2012-09-08 Denis CharmetAdd MKV tag handling and use them to properly name...
2012-09-04 Denis CharmetMKV: Handle multi-editions as different titles
2012-08-22 Denis CharmetFix MKV PCR "free-run" when a track is disabled.
2012-08-20 Rémi Denis-Courmontvlc_path2uri(): rename from make_URI() and always conve...
2012-07-22 Denis CharmetAdding Cook support in mkv
2012-02-28 Konstantin PavlovFix some common typos.
2012-02-27 Denis CharmetMKV: Handle file with no duration or 0 duration
2012-02-16 Denis CharmetMKV: Use frame defaut duration for MKV lace pts
2012-02-16 Denis CharmetMKV: Avoid late picture drop when using many threads
2012-02-02 Denis CharmetHandle MKV segment change properly
2012-02-01 Denis CharmetAvoid infinite loop if eof happens during buffering
2012-01-28 KO Myung-HunCompare a filename ignoring letter case on OS/2
2012-01-27 Denis CharmetPreload local directory for mkv only when needed
2012-01-24 Denis CharmetMKV: Don't delete es at EOF in Demux() but in Close()
2012-01-12 Laurent AimarFixed a potential integer overflow in MemToBlock().
2011-12-28 Denis CharmetMKV: Fix seeking without cues
2011-12-27 Denis CharmetFix a crash with corrupted MKV
2011-11-23 Denis CharmetPrevents a crash if KaxInfo cannot be found in KaxSegment
2011-11-23 Cheng SunFix crash in invalid mkv files
2011-11-18 Jean-Baptiste KempfMKV: improve options wording
2011-09-22 Jean-Baptiste KempfMKV: de-advanced some options
2011-09-21 Denis CharmetMKV: Virtual segment rewrite
2011-08-25 Rémi Denis-CourmontRemove write-only block_t.i_rate
2011-08-18 Denis CharmetFix many ES_OUT_RESET_PCR problems
2011-08-18 Denis CharmetFix block dropping at chapter change for non ordered...
2011-08-17 Rémi Denis-CourmontMKV: compilation with EGCS is not supported anymore
2011-06-11 Rémi Denis-CourmontMKV: remove unused parameter
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-21 Laurent AimarReworked how the event thread works in mkv demuxer.
2010-10-22 Rémi Denis-Courmontadd_bool: remove callback parameter
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.