]> git.sesse.net Git - vlc/history - modules/demux/mkv
MKV: the Block duration is for the whole Block, not each frame
[vlc] / modules / demux / mkv /
2015-02-24 Steve LhommeMKV: the Block duration is for the whole Block, not...
2015-02-24 Steve LhommeMKV: fix playback of AC-3 with bogus default duration
2015-02-23 Steve LhommeMKV: Chapter timestamps are already set, don't overwrit...
2015-02-23 Jean-Baptiste KempfMKV: remove trailing spaces
2015-02-23 Steve LhommeMKV: find the duration in the last Cluster when it...
2015-02-23 Steve Lhommebetter size checking of EBML elements before we read...
2015-02-20 Steve LhommeMKV: Don't allow Matroska Void/CRC32 elements fallback...
2015-02-20 Steve LhommeMKV: do not read the whole Cluster data when seeking
2015-02-20 Steve LhommeMKV: fix wrong EBML element checking before a cast
2015-02-09 Francois Cartegniedemux: mkv: handle 0 trailed DTS samples (fix #12725)
2015-02-08 Rémi Denis-Courmontmsg: simplify msg_GenericVa() macro
2015-02-07 Hannes Domanidemux: mkv: delete all tags
2015-02-05 Rémi Denis-Courmontmkv: eliminate dead code
2014-12-26 Francois Cartegniedemux: mkv: don't seek on current pos
2014-11-28 Martell MaloneWin32: fix some time includes
2014-09-29 Francois Cartegniedemux: mkv: move mp4 include off top level
2014-09-27 Francois Cartegniedemux: mkv: fix previous type fix
2014-09-26 Francois Cartegniedemux: mkv: fix type and c++ type cast
2014-08-25 Rémi Denis-Courmontmkv: avoid potential NULL memory comparison
2014-08-17 Jean-Baptiste KempfMKV: remove trailing spaces
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-05-09 Denis CharmetKeep the selected languages at segment change
2014-05-09 Denis CharmetUse the MKV track width and height when the one in...
2014-04-22 Rémi Denis-Courmontmkv: use do/while-zero for impossible loop
2014-04-04 Francois Cartegniedemux: mkv: fix warning & int overflow
2014-04-01 Rémi Denis-Courmontmkv: check for overflow and fix type limit warning
2014-03-22 Denis CharmetReduce trace verbosity for well known "unknown" components
2014-03-22 Denis CharmetDon't demux 5 blocks each time pf_demux is called
2014-03-22 Denis CharmetAdd basic A_QUICKTIME audio support in MKV
2014-03-22 Denis CharmetFix MKV multiple edition handling
2014-03-14 Francois Cartegniedemux: mkv: fix unnamed segments names
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: enforce valid frame rate
2014-03-13 Francois Cartegniedemux: mkv: ensure timescale is always valid
2014-03-13 Francois Cartegniedemux: mkv: fix opus block truncation (fix #10176)
2014-03-12 Francois Cartegniedemux: mkv: fix leak
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
2014-01-19 Rémi Duraffortmkv: fix use-after-free and double-free
2014-01-01 Denis CharmetRemove faulty return when vobsub doesn't define a size.
2013-12-15 Rémi Duraffortmkv: fix memory leak
2013-12-15 Denis CharmetAvoid infinite recursion loop when parsing tags
2013-11-30 Francois Cartegniedemux: mkv: fix use after free (cid #1049107)
2013-11-30 Francois Cartegniedemux: mkv: fix use after free (cid #1049108)
2013-11-28 Jean-Baptiste KempfMKV: change debug message
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-11-04 Francois Cartegnievlc_es: add defines for priority levels
2013-10-20 Denis CharmetAdd VP9 support in mkv
2013-10-19 Denis CharmetAdd HEVC support in MKV
2013-10-13 Denis CharmetAvoid double free in case of corrupted files
2013-10-06 Jean-Baptiste KempfMKV: fix SIGSEGV when codec id is empty
2013-10-05 Denis CharmetAdding alac 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-07-13 Rémi DuraffortFix printf formats
2013-07-10 Denis CharmetCheck element size before reading it
2013-06-23 Rafaël CarréSimplify FLAC extradata (streaminfo) parsing
2013-06-05 Rafaël CarréUse _WIN32 rather than WIN32 (same for WIN64)
2013-04-27 Denis CharmetAdd try/catch when reading elements with libmatroska.
2013-04-25 Denis CharmetMKV: show forced subtitles even if they are not default
2013-03-27 Rémi Denis-Courmontmkv: mostly useless #include
2013-03-08 Rémi Denis-Courmontmkv: fix format string
2013-02-12 Denis CharmetRemove trailing space line
2013-02-11 Denis CharmetFree unused resources when using linked mkvs
2013-02-08 Denis CharmetHandle case where dwFormat is WAVE_FORMAT_EXTENSIBLE
2013-02-02 Denis CharmetRemove the filesize verification when using FindNextElement
2013-01-11 Denis CharmetAvoid inifite loops and stack explosion when parsing...
2013-01-07 Denis CharmetReuse the decoders when possible at segment change
2012-12-28 Denis CharmetInitialize codecs after track parsing and not before...
2012-12-26 Denis CharmetHandle with resilience unknown ebml elements
2012-12-13 Rémi Denis-CourmontReplace block_New() with block_Alloc()
2012-12-12 Denis CharmetCall SET_NEXT_DISPLAY_TIME after SET_PCR to avoid its...
2012-12-11 Denis CharmetMKV: Set default value for audio tracks when parsing one
2012-12-09 Denis CharmetHandle ordered editions with broken links or empty
2012-11-21 Denis CharmetHandle possible negative timestamps in MKV
2012-11-21 Denis CharmetDetect Theora keyframe without blockreference
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-10-30 Rémi Denis-Courmontmkv: fix call to ES_OUT_SET_NEXT_DISPLAY_TIME
2012-10-18 KO Myung-Hunmkv: fix the problem that mkv is not played on OS/2
2012-10-16 Felix Paul Kühnemkv: fixed playback of certain files on 32bit Apple...
2012-09-09 Rémi Denis-CourmontRemove recursion into modules/demux/mkv/
2012-09-08 Denis CharmetAdd MKV tag handling and use them to properly name...
2012-09-06 Denis CharmetMKV: Fix seek to 0 with a non null time offset
2012-09-04 Denis CharmetMKV: Handle multi-editions as different titles
2012-08-24 Jean-Baptiste KempfMKV: fix metadata, by reading the spec
2012-08-23 Jean-Baptiste KempfMKV: improve metadata for broken muxers
2012-08-23 Jean-Baptiste KempfMKV: support target Type for metadata
2012-08-23 Jean-Baptiste KempfMKV: improve debugging of metadata
2012-08-23 Jean-Baptiste KempfMKV: do not set a date in UTC format
next