]> git.sesse.net Git - vlc/history - modules/demux/mkv
skins2: fix memory leak
[vlc] / modules / demux / mkv /
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
2012-08-23 Jean-Baptiste KempfMKV: fixes for Metadata parsing
2012-08-22 Jean-Baptiste KempfMKV: more metadata matching
2012-08-22 Denis CharmetFix MKV PCR "free-run" when a track is disabled.
2012-08-21 Jean-Baptiste KempfMKV: map metadata ENCODED-BY
2012-08-20 Rémi Denis-Courmontvlc_path2uri(): rename from make_URI() and always conve...
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-15 Naohiro KORIYAMAmkv: fix memleak
2012-06-13 Denis CharmetUse default values when parsing MKV audio track
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-09 Jean-Baptiste KempfMKV: remove unused variable
2012-04-08 Denis CharmetMKV: Don't crash when loading a directory with no uid...
2012-04-06 Jean-Baptiste KempfMKV: show title when in Information section
2012-03-26 Frédéric Yhueldemux/mp4: drop DRMS support
2012-03-20 Denis CharmetMKV: Use the appropriate time value to avoid loops
2012-03-19 Denis CharmetFix next/prev uid segment linking in MKV
2012-03-14 Denis CharmetMKV: Don't ignore user preferences for track selection
2012-02-28 Konstantin PavlovFix some common typos.
2012-02-27 Denis CharmetMKV: Handle file with no duration or 0 duration
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-17 Denis CharmetAvoid a crash if there are duplicated files in dir
2012-02-17 Denis CharmetMKV: Don't loop if chapter changes between P and B...
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-16 Jean-Baptiste KempfMKV: correctly set the attachment:// URL for embedded...
2012-02-15 Jean-Baptiste KempfMKV: workaround the seeking-to-0 issue on Win32
2012-02-08 Denis CharmetDon't treat truncated files as invalid
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-HunReplace the bitmap structures of Microsoft with ones...
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-26 Denis CharmetAllow Ebml elements bigger than 64GB
2012-01-24 Denis CharmetMKV: Don't delete es at EOF in Demux() but in Close()
2012-01-24 Denis CharmetMKV: Reset demux internal time when seeking to 0
2012-01-13 Denis CharmetFix the subtitles loss at MKV segment changes
2012-01-12 Laurent AimarFixed a potential integer overflow in MemToBlock().
2011-12-28 Denis CharmetAvoid a crash with some corrupted mkvs
2011-12-28 Denis CharmetMKV: Fix seeking without cues
2011-12-27 Denis CharmetFix a crash with corrupted MKV
2011-12-21 Jean-Baptiste KempfMKV: allow simple title, multiple-chapter in the menus
2011-12-15 Pere Orgafix filename self-references
2011-12-14 Denis CharmetMKV: Do not list chapters and titles when there is...
2011-12-11 Edward WangAdd title play time in playback menus for MKV
2011-12-07 Denis CharmetFix a crash in MKV when seeking to the last block of...
2011-11-23 Jean-Baptiste KempfMKV: update copyright
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-19 Jean-Baptiste KempfMKV: increase debug on attachment management to fix...
2011-11-19 Jean-Baptiste KempfMKV: remove unused variable
2011-11-19 Jean-Baptiste KempfMKV: parse more metadata
2011-11-18 Jean-Baptiste KempfMKV: improve options wording
2011-11-17 Jean-Baptiste KempfMKV: avoid a crash in msg_Dbg
2011-11-01 Denis CharmetFix a bug preventing files without segment duration
2011-10-20 Denis CharmetMatroska: Fix Seek with Cues
2011-10-18 Hugo Beauzée-Luyssenmatroska: Using forward declaration for EbmlParser
2011-10-18 Hugo Beauzée-Luyssenmkv: typedef struct is useless in C++
2011-10-18 Hugo Beauzée-Luyssenmkv: class with all attributes public -> struct
2011-10-18 Hugo Beauzée-Luyssenmkv: removing virtual destructors for classes that...
2011-10-18 Hugo Beauzée-Luyssenmkv: constification
2011-10-18 Hugo Beauzée-Luyssenmkv: Cleaning simplifications
2011-10-18 Hugo Beauzée-Luyssenebml: Removing useless cast.
next