]> git.sesse.net Git - vlc/history - modules/demux/mkv.cpp
Removes trailing spaces. Removes tabs.
[vlc] / modules / demux / mkv.cpp
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-09-10 Bernie PurcellSelect subtitle stream from the mkv container automatically
2007-08-21 Rémi Denis-CourmontFix utf8_readdir usage
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-07-20 Christophe MutricyFix some const.
2007-06-12 Laurent AimarFixed access on deleted object.
2007-06-08 Laurent AimarMKV attachments bug fixes. (Patch by Bernie Purcell)
2007-05-31 Laurent Aimarall: added support for demuxer attachment (Patch by...
2007-05-19 Rémi Denis-CourmontUse vlc_object_kill(). Needs triple checking.
2007-05-09 Christophe MutricyFix crash in MKV demuxer. Patch courtesy of Harry Sinto...
2007-05-01 Sigmund Augdal HelbergApply the same probes as is done in Open when checking...
2007-03-13 Jean-Baptiste KempfMKV USF subtitles support and other Subtitles improvements.
2007-03-03 Sigmund Augdal Helbergfix segfault
2007-02-28 Derk-Jan Hartman* matroska bug. don't use block, in case when it can...
2006-12-30 Sigmund Augdal Helbergmkv.cpp: Added support for theora in mkv. Fixes #925
2006-12-11 Derk-Jan Hartman* grah one more compile issue
2006-12-11 Rémi Denis-Courmont- WTF?! Do not use non-existant vlc_closedir_wrapper
2006-12-11 Derk-Jan Hartman* forwardport: [18328]-[18330]
2006-12-11 Derk-Jan Hartman* forwardport [18346]: LocaleFree() a utf8_readdir...
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-25 Rémi Denis-CourmontFix a few warnings and remove extra white spaces
2006-11-25 Rémi Denis-Courmontmkv: use (open|read)dir wrappers
2006-11-16 Derk-Jan Hartman* forwardport [17824] WAVPACK and TTA in matroska
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-08-29 Derk-Jan Hartman* Fix an issue with DAR vs. Canvas size with matroska...
2006-08-23 Derk-Jan Hartman* Fix the extradata with mkv native MPEG4 SP/ASP/AP
2006-08-16 Gildas Bazin* modules/demux/mkv.cpp: remove useless printf()s
2006-07-04 Sam Hocevar * modules/demux/mkv.cpp: fixed a pointer cast bug.
2006-05-14 Clément StenacMerge back branch 0.8.6-playlist-vlm to trunk.
2006-02-16 Clément StenacFix a doxygen comment
2006-02-01 Sam Hocevar * Got rid of SYS_DARWIN everywhere.
2006-01-22 Derk-Jan Hartman* Pass along the SSA header in mkv files to the decoder.
2006-01-12 Antoine CellerierFSF address change.
2006-01-04 Derk-Jan HartmanAnother message queue compile fix
2005-12-06 Gildas Bazin* modules/demux/mkv.cpp: fixed memory leaks.
2005-10-30 Felix Paul Kühne* fixed some untranslatable strings and strings which...
2005-10-28 Steve Lhommemkv.cpp: support the new A_AAC codec ID and SBR for...
2005-10-27 Steve Lhommemkv.cpp: get ready to support pixel cropping (top/botto...
2005-10-22 Steve Lhommemkv.cpp: add some debugging messages for the users...
2005-10-22 Steve Lhommemkv.cpp: add support for the basic A_AAC codec ID
2005-10-22 Steve Lhommemkv.cpp: support for the new header stripping compression
2005-10-21 Steve Lhommemkv.cpp: implement working support for the new SimpleBl...
2005-10-19 Steve Lhommemkv.cpp: read the new KaxSimpleBlock element (when...
2005-10-16 Steve Lhommemkv.cpp: file path comparison is case insensitive on...
2005-10-15 Steve Lhommemkv.cpp: more user-friendly error messages
2005-10-15 Steve Lhommemkv.cpp: use error messages instead of debug messages
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
next