]> git.sesse.net Git - vlc/history - modules/demux/mkv/matroska_segment.cpp
msg: simplify msg_GenericVa() macro
[vlc] / modules / demux / mkv / matroska_segment.cpp
2015-02-07 Hannes Domanidemux: mkv: delete all tags
2014-07-02 Hugo Beauzée-LuyssenFix build when using C++11
2014-03-22 Denis CharmetReduce trace verbosity for well known "unknown" components
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...
2013-12-15 Denis CharmetAvoid infinite recursion loop when parsing tags
2013-11-28 Jean-Baptiste KempfMKV: change debug message
2013-11-14 Denis CharmetImplement basic Opus support in MKV
2013-11-04 Francois Cartegnievlc_es: add defines for priority levels
2013-10-13 Denis CharmetAvoid double free in case of corrupted files
2013-07-10 Denis CharmetCheck element size before reading it
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-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-12 Denis CharmetCall SET_NEXT_DISPLAY_TIME after SET_PCR to avoid its...
2012-11-21 Denis CharmetDetect Theora keyframe without blockreference
2012-11-13 Jean-Baptiste KempfLGPL
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-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-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
2012-08-23 Jean-Baptiste KempfMKV: fixes for Metadata parsing
2012-08-22 Jean-Baptiste KempfMKV: more metadata matching
2012-08-21 Jean-Baptiste KempfMKV: map metadata ENCODED-BY
2012-08-10 Sébastien ToqueMKV: workaround the seeking-to-0 issue also on android
2012-07-22 Denis CharmetAdding Cook support in mkv
2012-06-12 Jean-Baptiste KempfSupport TotalTracks in MKV
2012-04-27 Jean-Baptiste KempfMKV: debug extra metadata too
2012-04-27 Jean-Baptiste KempfMKV: fix meta regression
2012-04-13 Denis CharmetMKV: Fix seeking without cues for clusters without...
2012-04-13 Jean-Baptiste KempfMKV: reject invalid real audio data
2012-04-13 Jean-Baptiste KempfMKV: regroup real codecs
2012-04-13 Jean-Baptiste KempfMKV: pass the correct extra_data offset in Atrac3 case
2012-04-12 Jean-Baptiste KempfMKV: help debug in case of unrecognized codecs
2012-04-09 Jean-Baptiste KempfMKV: kill a sign warning
2012-04-06 Jean-Baptiste KempfMKV: show title when in Information section
2012-03-14 Denis CharmetMKV: Don't ignore user preferences for track selection
2012-02-23 Denis CharmetUse mkv track flags to define the priority of ES
2012-02-23 David Fuhrmannmkv: fix seek crash on osx
2012-02-18 Denis CharmetFix seek in mka
2012-02-16 Denis CharmetMKV: Avoid late picture drop when using many threads
2012-02-15 Jean-Baptiste KempfMKV: workaround the seeking-to-0 issue on Win32
2012-01-28 KO Myung-HunReplace the bitmap structures of Microsoft with ones...
2012-01-27 Denis CharmetPreload local directory for mkv only when needed
2012-01-24 Denis CharmetMKV: Reset demux internal time when seeking to 0
2011-12-28 Denis CharmetAvoid a crash with some corrupted mkvs
2011-12-28 Denis CharmetMKV: Fix seeking without cues
2011-12-15 Pere Orgafix filename self-references
2011-11-19 Jean-Baptiste KempfMKV: remove unused variable
2011-11-19 Jean-Baptiste KempfMKV: parse more metadata
2011-10-20 Denis CharmetMatroska: Fix Seek with Cues
2011-10-18 Hugo Beauzée-Luyssenmatroska: Using forward declaration for EbmlParser
2011-09-21 Denis CharmetMKV: Virtual segment rewrite
2011-06-11 Rémi Denis-CourmontMKV: comment out if-statement without body
2011-05-21 Jean-Baptiste KempfMKV: privatize matroska_segment_c methods
2011-05-21 Jean-Baptiste KempfMKV: remove unused variables
2011-05-21 Laurent AimarReworked how the event thread works in mkv demuxer.
2011-03-29 Rémi Denis-CourmontMKV: mark ASCII subs as such
2011-01-30 Steve LhommeMKV: Multi tags don't exist anymore
2010-11-26 Hugo Beauzée-LuyssenMKV: Use new vlc_delete_all to clear containers.
2010-11-15 Rémi DuraffortC++: use prefix iterators instead of postfix.
2010-09-23 Gildas Bazindemux/mkv: extract framerate info for RealVideo
2010-07-14 Jai MenonMKV : Add MJPEG codec ID.
2010-07-14 Jai MenonMKV : Add support for parsing Matroska Tag elements...
2010-07-03 Jai MenonMKV : Export MPEG[12] sequence header present in CodecP...
2010-05-30 Jean-Baptiste KempfMKV: code cosmetics and copyright update
2010-05-30 Jean-Baptiste KempfMKV: parse segment cleanup
2010-05-24 Jean-Baptiste KempfMKV: code factorisation around extra_data filling
2010-05-24 Jean-Baptiste KempfMKV: cosmetics
2010-05-24 Jean-Baptiste KempfMKV: code simplification
2010-05-24 Jean-Baptiste KempfMKV: code factorization on Tag parsing
2010-05-20 Laurent AimarFixed/improved support for video timestamp in mkv.
2010-05-19 Jean-Baptiste KempfSupport for webm/mkv and VP8 inside it
2010-04-21 Laurent AimarFixed mkv seeking regression while adding simpleblock...
2010-04-18 Laurent AimarFixed mkv seeking when simpleblock is used for video.
2010-04-13 Jean-Baptiste KempfMKV: fix compilation after vlc_codecs removal
2010-04-12 Jean-Baptiste KempfMatroska demuxer: support for real atrac and real 28_8
2010-04-12 Jean-Baptiste KempfMatroska: cleanup so that relevant methods are in their...
2010-04-12 Jean-Baptiste KempfMatroska: support for Cook
2010-02-28 Laurent AimarFixed segfault with incomplete mkv files.
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'
next