]> git.sesse.net Git - vlc/history - modules/demux/mkv
grain: fix clobber list
[vlc] / modules / demux / mkv /
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.
2011-10-18 Hugo Beauzée-Luyssenebml: Use init list when possible.
2011-10-18 Hugo Beauzée-Luyssenebml: mb_dummy is a bool
2011-10-18 Hugo Beauzée-Luyssenebml: Constify getters.
2011-10-18 Hugo Beauzée-Luyssenebml: Removing useless virtual attribute.
2011-10-02 Tobias GüntnerRemove unused struct member
2011-09-27 Dominique LeuenbergerMKV: Fix build with libmatroska 1.3.0
2011-09-22 Jean-Baptiste KempfMKV: de-advanced some options
2011-09-21 Denis CharmetHandle mkv file with random data appended
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-07-21 Rémi Denis-CourmontConvert highlight to global mutex
2011-06-20 Hugo Beauzée-Luyssenmkv: Avoid duplicating the entire vector.
2011-06-11 Rémi Denis-CourmontMKV: remove unused parameter
2011-06-11 Rémi Denis-CourmontMKV: comment out if-statement without body
2011-05-28 Laurent AimarFixed potential segfault on error with mkv demuxer.
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-22 Jean-Baptiste KempfMKV: privatize methods in virtual_segment_t
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-02-12 Rémi Denis-CourmontRemove useless parameters
2011-01-30 Steve LhommeMKV: Multi tags don't exist anymore
2011-01-30 Steve LhommeMKV: use the new libebml macros
2011-01-30 Jean-Baptiste KempfMkv: use MKV_IS_ID and avoid EbmlId() operator use
2011-01-30 Steve Lhommethe ID could be OK but the class mismatching
2011-01-19 Rémi Denis-Courmontgrammar
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-11-11 Rémi DuraffortC++: use postfix operator for interators (that's suppos...
2010-10-22 Rémi Denis-Courmontadd_bool: remove callback parameter
2010-10-10 Jean-Baptiste KempfMKV: fix stupid typo, sorry
2010-10-10 Jean-Baptiste KempfMKV, io_callback cosmetics
2010-10-10 Steve Lhommefix Matroska/WebM reading of live HTTP streams
2010-09-23 Gildas Bazindemux/mkv: extract framerate info for RealVideo
2010-08-18 Jean-Baptiste KempfMKV: remove unnecessary include
2010-08-03 Rémi Denis-CourmontRemove useless <dirent.h> check
2010-07-30 Jai MenonMKV : Fix format specifier for KaxChapterUID.
2010-07-27 Jean-Baptiste KempfMKV: stop spamming about "unknown seekhead reference"
2010-07-14 Laurent AimarAdded an assert in mkv.
2010-07-14 Jai MenonMKV : Add MJPEG codec ID.
2010-07-14 Jai MenonMKV : Fix some memory leaks in the EBML parser.
2010-07-14 Jai MenonMKV : Add support for parsing Matroska Tag elements...
2010-07-07 Rémi Denis-Courmontdemux: provide both URL and file path as with access
2010-07-03 Jai MenonMKV : Export MPEG[12] sequence header present in CodecP...
2010-06-12 Rémi Duraffortmodules: use the new add_shortcut capability (add multi...
2010-06-11 Jai MenonMatroska : Set default compression type for the Content...
2010-06-06 Rémi Denis-Courmontvar_InheritInteger -> var_InheritBool
2010-05-30 Jean-Baptiste KempfMKV: code cosmetics and copyright update
2010-05-30 Jean-Baptiste KempfMKV: code simplification by scope reduction
2010-05-30 Jean-Baptiste KempfMKV: parse segment cleanup
2010-05-25 Laurent AimarRemoved one vlc_object_find(VOUT, CHILD) in mkv.
2010-05-25 Laurent AimarRemoved one vlc_object_find(INPUT, PARENT) in mkv.
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-30 Jean-Baptiste KempfMKV: cosmetics and NULL-check
2010-04-30 Jean-Baptiste KempfMKV: reduce the scope of the var loop counters
2010-04-30 Jean-Baptiste KempfMKV: stream_io_callback simplifications
2010-04-30 Jean-Baptiste KempfMKV: EbmlParser, cleanup
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-13 Rémi Denis-CourmontUseless vlc_codecs.h includes
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-04-06 Laurent AimarFixed seeking to I frames in mkv demuxer.
2010-02-28 Laurent AimarPrevent a potential integer overflow (mkv).
2010-02-28 Laurent AimarFixed segfault with incomplete mkv files.
2010-02-27 Laurent AimarFixed segfault with corrupted mkv files with compressed...
2010-02-17 Laurent AimarModified the way xiph codecs headers are transported...
2010-02-13 Rémi Denis-CourmontMake mouse-moved and mouse-clicked coordinates, remove...
2010-02-07 Rémi Denis-CourmontBlind compile fix
2010-02-07 Rémi Denis-Courmontutf8_* -> vlc_* (sed roxxors)
2010-02-06 Rémi Denis-CourmontCleanup msg_Generic functions
next