]> git.sesse.net Git - vlc/history - modules/demux/mkv.cpp
mkv.cpp: verify that the matroska version needed for playback matches (support only...
[vlc] / modules / demux / mkv.cpp
2005-10-15 Steve Lhommemkv.cpp: verify that the matroska version needed for...
2005-10-15 Steve Lhommemkv.cpp: better test when files with no Segment UID...
2005-10-15 Steve Lhommemkv.cpp: fix a potential problem when the same dir...
2005-10-02 Steve Lhommemkv.cpp: move back the SET_PCR to its previous location...
2005-10-01 Steve Lhommemkv.cpp: added option "mkv-preload-local-dir", disable...
2005-10-01 Steve Lhommemkv.cpp: better timecode sent by the demuxer (doesn...
2005-09-12 Steve Lhommemkv.cpp: avoid dependency problems with older libmatroska
2005-09-11 Steve Lhommemkv.cpp: more memory leaks fixed
2005-09-11 Steve Lhommemkv.cpp: fix some memory leaks
2005-09-11 Steve Lhommemkv.cpp: support segments with "unknown" size
2005-09-10 Steve Lhommemkv.cpp: support playback of segments without a UID
2005-09-07 Derk-Jan Hartman* AVC in mkv should already be packetized.
2005-09-05 Steve Lhomme* mkv.cpp: should fix the compilation error with gcc
2005-09-04 Steve Lhomme* mkv.cpp: fix chapter sorting by timecode, apply the...
2005-09-03 Steve Lhomme* fix a timecode/stuttering problem with VFW tracks
2005-09-03 Steve Lhomme* prevent crashes when a stream is not opened correctly
2005-09-03 Steve Lhomme* fix an uninitialized buffer use
2005-08-13 Rémi Denis-Courmont- convert UTF16/UTF32 to UTF8 rather than Latin1 -...
2005-08-07 Felix Paul Kühne* fix compile warnings
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-07-01 Rémi Denis-CourmontUnsigned casts
2005-06-23 Derk-Jan Hartman* Properly release streams. closes #226
2005-06-13 Derk-Jan Hartman* Largefile support for segmented mkv files (closes...
2005-06-08 Gildas Bazin* modules/demux/mkv.cpp: don't forget to release the...
2005-06-03 Felix Paul Kühne* backport of [11257] to trunk
2005-05-25 Steve Lhommemkv.cpp: better handling of timecodes when B frames...
2005-05-22 Steve Lhommemkv.cpp: try to improve timecode and references handling
2005-05-20 Gildas Bazin* modules/demux/mkv.cpp: fill-in frame rate info.
2005-05-20 Steve Lhommemkv.cpp: fix a problem in UnGet()
2005-05-20 Steve Lhommemkv.cpp: Improve the block UnGet()
2005-05-19 Steve Lhommemkv.cpp: clean the UnGet() feature
2005-05-19 Steve Lhommemkv.cpp: fix a problem when using successive 0s chapter...
2005-05-19 Steve Lhommemkv.cpp: better update of the current chapter when...
2005-05-19 Steve Lhommemkv.cpp: don't use the default edition if there is...
2005-05-19 Steve Lhommemkv.cpp: allow reading segments bigger than 4GB
2005-05-18 Steve Lhommemkv.cpp: more conditional commands + avoid a compiler...
2005-05-17 Steve Lhommemkv.cpp: improve the DVD conditional calls, add one...
2005-05-17 Steve Lhommemkv.cpp: add support for the JumpSS DVD command
2005-05-16 Steve Lhommemkv.cpp: don't decode frames when they shouldn't be
2005-05-16 Steve Lhommemkv.cpp: make seeking more accurate
2005-05-16 Steve Lhommemkv.cpp: fix duration for text subs
2005-05-16 Steve Lhommemkv.cpp: hide the navigation packet from the user
2005-05-16 Steve Lhommemkv.cpp: code factorisation when jumping from one segme...
2005-05-15 Steve Lhommemkv.cpp: fix most memory leaks
2005-05-14 Steve Lhommemkv.cpp: deal about the memleaks later
2005-05-14 Steve Lhommemkv.cpp: fix a memory leak
2005-05-14 Steve Lhommemkv.cpp: start the UI hook a bit later
2005-05-14 Steve Lhommemkv.cpp: make the UI hook silent when it's not used
2005-05-14 Steve Lhommemkv.cpp: improve support for hotkeys for navigation...
2005-05-13 Steve Lhommemkv.cpp: fix the end of stream handling (when there...
2005-05-13 Steve Lhommemkv.cpp: fix the interpretation of JumVTS_PTT (and...
2005-05-13 Steve Lhommemkv.cpp: don't use a button if it doesn't exist
2005-05-13 Steve Lhommemkv.cpp: the UI hook is always on
2005-05-13 Steve Lhommemkv.cpp: add support for the JumpVTS_PTT DVD command
2005-05-13 Steve Lhommemkv.cpp: add a mutex to lock demuxing from another...
2005-05-13 Eric Petit demux/mkv.cpp: gcc < 3 compile fix
2005-05-12 Steve Lhommemkv.cpp: thread handling cleaning
2005-05-07 Steve Lhommemkv.cpp: code cleaning
2005-05-07 Steve Lhommemkv.cpp: improve the button logic and fix the LinkPGC...
2005-05-07 Steve Lhommemkv.cpp: better handling of quitting an ordered edition...
2005-05-07 Steve Lhommemkv.cpp: process the LinkPGCN DVD command correctly
2005-05-07 Steve Lhommemkv.cpp: make the DVD command interpretor global to...
2005-05-06 Steve Lhommemkv.cpp: minor enhancements/cleanings of the button...
2005-05-06 Steve Lhommemkv.cpp: support highlighting a button when clicked...
2005-04-28 Steve Lhommemkv.cpp: add preliminary code to support the UI hooks
2005-04-26 Steve Lhommemkv.cpp: added the thread to support VOB buttons
2005-04-26 Steve Lhommemkv.cpp: do an EnterAndLeave before seeking in Matroska...
2005-04-26 Steve Lhommemkv.cpp: avoid leaving the same item in cascade
2005-04-26 Gildas Bazin* modules/demux/mkv.cpp: itoa -> sprintf.
2005-04-25 Steve Lhommemkv.cpp: add support for new DVD commands, add more...
2005-04-24 Steve Lhommemkv.cpp: Fix a problem when entering a chapter after...
2005-04-24 Steve Lhommemkv.cpp: added support for the "GotoAndPlay()" Matroska...
2005-04-24 Steve Lhommemkv.cpp: support the CallSS VTSM DVD command and cleane...
2005-04-24 Steve Lhommemkv.cpp: clean the way chapters are presented/handled...
2005-04-23 Steve Lhommemkv.cpp: refine the way segments/chapters are presented...
2005-04-23 Steve Lhommemkv.cpp: only display the DVD title info in the Title...
2005-04-23 Steve Lhommemkv.cpp: use the title feature to display the segment...
2005-04-23 Steve Lhommemkv.cpp: allow the chapter codecs to display chapter...
2005-04-21 Steve Lhommemkv.cpp: Enter/Leave on subchapters too
2005-04-21 Steve Lhommemkv.cpp: add a notice about the gcc bug on Darwin
2005-04-21 Steve Lhommemkv.cpp: minor improvements
2005-04-20 Steve Lhommemkv.cpp: the JumpTT command now works !!!!!!
2005-04-20 Steve Lhommemkv.cpp: finding the segment matching the Title for...
2005-04-19 Steve Lhommemkv.cpp: fix a gcc warning
2005-04-19 Steve Lhommemkv.cpp: preliminary support for the JumpTT command
2005-04-19 Steve Lhommemkv.cpp: fix various memory management problems
2005-04-19 Steve Lhommemkv.cpp: compilation fixes
2005-04-19 Steve Lhommemkv.cpp: start calling the interpretor
2005-04-19 Steve Lhommemkv.cpp: initial support for GPRM and SPRM DVD registers
2005-04-19 Steve Lhommemkv.cpp: demux_sys_t needs to keep the same name
2005-04-19 Steve Lhommemkv.cpp: changed the name of classes and prepare the...
2005-04-14 Steve Lhommemkv.cpp: preliminary support for segments with no conte...
2005-04-13 Steve Lhommemkv.cpp: store the chapter codec data for later use
2005-04-13 Steve Lhommemkv.cpp: stronger type checking
2005-04-12 Felix Paul Kühne* ALL: removed l10n of various untranslatable strings...
2005-04-11 Steve Lhommemkv.cpp: store the translation between segment IDs...
2005-04-06 Steve Lhommemkv.cpp: prepare for chapter codecs
2005-04-06 Steve Lhommemkv.cpp: even less warnings
2005-04-06 Steve Lhommemkv.cpp: cleaner duration computation
next