]> git.sesse.net Git - vlc/history - modules/demux/mkv
decoder: do not wait for buffering when there is no data
[vlc] / modules / demux / mkv /
2015-03-19 Steve LhommeMKV: factorize the es_out_Send() and es_out_Control...
2015-03-19 Steve LhommeMKV: packetized codec can use VLC_TS_INVALID as i_pts...
2015-03-19 Steve LhommeMKV: fix COOK/ATRAC3 seeking
2015-03-19 Steve LhommeMKV: fix ATRAC3 playback
2015-03-19 Steve LhommeMKV: A_MS/ACM is not packetized
2015-03-18 Steve LhommeMKV: use the more accurate i_pcr for GET_TIME and GET_P...
2015-03-17 Steve LhommeRevert "MKV: Always set an i_pts in a lace otherwise...
2015-03-17 Steve LhommeMKV: fix a memory leak
2015-03-16 Steve LhommeMKV: Always set an i_pts in a lace otherwise it disturb...
2015-03-16 Steve LhommeMKV: rename the Matroska timestamp fields to differenti...
2015-03-16 Steve LhommeMKV: send the proper PCR before es_out_Send() of the...
2015-03-16 Steve LhommeMKV: no need to shift the dts/pts twice in some cases...
2015-03-16 Steve LhommeMKV: force 64 bits constants the right way
2015-03-16 Steve LhommeMKV: fix mixup between VLC timestamps and Matroska...
2015-03-16 Steve LhommeMKV: don't use i_last_dts if it's invalid
2015-03-14 Steve LhommeMKV: avoid using the last_dts of a track we know is...
2015-03-13 Jean-Baptiste KempfMKV: fix compilation
2015-03-13 Steve LhommeMKV: remove unused i_time_offset variable when seeking
2015-03-13 Steve LhommeMKV: no need to add VLC_TS_0 here, it's already shifted
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-03-10 Steve LhommeMKV: VP9 has incremental frames, no B-frames
2015-03-08 Steve LhommeMKV: MKV_DEBUG is a define to set, not a particular...
2015-03-08 Steve LhommeMKV: do not hard define MKV_DEBUG
2015-02-28 Steve LhommeMKV: make sure the position we keep for reference is...
2015-02-28 Steve LhommeMKV: avoid recursive parsing of the same Seek head
2015-02-28 Steve LhommeMKV: allow dummy elements in Tags to skip old deprecate...
2015-02-28 Steve LhommeMKV: Void and CRC32 are not unknown elements
2015-02-27 Steve LhommeMKV: set the I frame flag when we know it's a keyframe
2015-02-26 Denis CharmetAdd avparser packetizer for VP9 handling
2015-02-25 Steve LhommeMKV: force packetization of MPEG audio frames
2015-02-24 Steve LhommeMKV: less strict warning of normal situations
2015-02-24 Steve LhommeMKV: better mnemonics & logs
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.
next