]> git.sesse.net Git - vlc/history - modules/demux/mkv.cpp
mkv.cpp: the JumpTT command now works !!!!!!
[vlc] / modules / demux / mkv.cpp
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
2005-04-06 Steve Lhommemkv.cpp: less warning
2005-04-05 Steve Lhommemkv.cpp: the return of the family preloading
2005-04-05 Steve Lhommemkv.cpp: clean & fix seeking inside virtual_segment_t
2005-04-04 Steve Lhommemkv.cpp: better handling of broken files
2005-04-04 Steve Lhommemkv.cpp: fix playback of files with chapters
2005-04-03 Steve Lhommemkv.cpp: chapter merging works + small fixes
2005-04-03 Steve Lhommemkv.cpp: oops, the first segment wasn't played. closing...
2005-04-03 Steve Lhommemkv.cpp: make editions children of chapters
2005-04-02 Steve Lhommemkv.cpp: store the segment duration in microseconds too
2005-04-02 Steve Lhommemkv.cpp: the segment start time is now an integer in...
2005-04-01 Sigmund Augdal Helbergadded a stream_UrlNew to open a general purpos stream_t...
2005-04-01 Steve Lhommemkv.cpp: oops
2005-04-01 Steve Lhommemkv.cpp: moved seek code in classes, improved support...
2005-03-29 Steve Lhommemkv.cpp: make gcc happier
2005-03-28 Steve Lhommemkv.cpp: compilation fixes for gcc
2005-03-28 Steve Lhommemkv.cpp: seeking in linked files now works
2005-03-28 Steve Lhommemkv.cpp: compute the correct duration even when some...
2005-03-28 Steve Lhommemkv.cpp: handle missing linked segments (seg->missing...
2005-03-28 Steve Lhommemkv.cpp: major rewrite to handle hard-linked segments...
2005-03-28 Steve Lhommemkv.cpp: no more crash on linked segments or multi...
2005-03-27 Steve Lhommemkv.cpp: hard-linked segments can now play in order...
2005-03-27 Steve Lhommemkv.cpp: new options for the demuxer
2005-03-26 Steve Lhommemkv.cpp: avoid gcc warnings
2005-03-25 Steve Lhommemkv.cpp: play all loaded segments sequentially and...
2005-03-25 Steve Lhommemkv.cpp: the first Cluster was lost due to preloading
2005-03-23 Steve Lhommemkv.cpp: fix the pb of switching when seeking was used...
2005-03-23 Steve Lhommemkv.cpp: prepare for more segment switching features
2005-03-23 Steve Lhommemkv.cpp: segment switching almost work and doesn't...
2005-03-17 Steve Lhommemkv.cpp: allow seamless transition between segments
2005-03-16 Steve Lhommemkv.cpp: faster code with newer libs
2005-03-16 Steve Lhommemkv.cpp: seeking is not only based on video
2005-03-16 Steve Lhommemkv.cpp: store silent tracks info
2005-03-16 Steve Lhommemkv.cpp: more code rearranging
2005-03-13 Steve Lhommemkv.cpp: use the same technique for the main segment...
2005-03-13 Steve Lhommemkv.cpp: segment preloading now works
2005-03-12 Steve Lhommemkv.cpp: know your parents better
2005-03-12 Steve Lhommemkv.cpp: better segment initialisation
2005-03-12 Steve Lhommemkv.cpp: don't keep segments already found elsewhere
2005-03-12 Steve Lhommemkv.cpp: more code reorganisation for segment preloading
2005-03-11 Steve Lhommemkv.cpp: preload linked segments too
2005-03-11 Steve Lhommemkv.cpp: remove an unused variable
2005-03-10 Steve Lhommemkv.cpp: support preloading in the same family
2005-03-10 Steve Lhommemkv.cpp: move the segment metadata preloading in anothe...
2005-03-10 Steve Lhommemkv.cpp: parse the Segment Info properly
2005-03-10 Steve Lhommemkv.cpp: store the prev/next UID for later use
2005-03-09 Steve Lhommemkv.cpp: cleaner handling of some tables (now vectors)
2005-03-08 Steve Lhommemkv.cpp: keep the interresting segments somewhere in...
2005-03-07 Steve Lhommemkv.cpp: prepare the code to handle seemless segment...
2005-03-07 Steve Lhommemake the previous-chapter "intelligent" seek more gener...
2005-03-06 Steve Lhommemkv.cpp: support aspect ratio for video tracks
2005-03-05 Gildas Bazin* modules/demux/*: removed useless probing messages.
2005-03-05 Steve Lhommeinput.c, vlc_demux.h: allow seeking back in the same...
2005-03-04 Steve Lhommemkv.cpp: chapters are visible by default
2005-03-03 Steve Lhommemkv.cpp: fix stuttering issue on timestamp (could be...
2005-03-02 Steve Lhommemkv.cpp: update the seekpoint location after a manual...
2005-03-02 Steve Lhommemkv.cpp: handle EOF correctly for ordered chapters
2005-03-02 Steve Lhommemkv.cpp: fix a gcc compilation error
2005-03-02 Steve Lhommemkv.cpp: ordered chapters now functional !
2005-03-02 Steve Lhommemkv.cpp: correct use of the default chapter edition
2005-03-01 Steve Lhommemkv.cpp: better handling of the seekpoint numbers
2005-03-01 Steve Lhommemkv.cpp: update the current chapter during playback
2005-03-01 Steve Lhommemkv.cpp: fix the chapter/edition ending time
2005-02-27 Steve LhommeMore ordered chapters code, still not functional
2005-02-24 Steve Lhommefill more data in the chapter classes
2005-02-24 Steve Lhommemkv.cpp: add more code to support ordered chapters
2005-02-23 Steve Lhommemkv.cpp: I was wrong, the dirent export works
2005-02-23 Steve Lhommemkv.cpp: fix dirent issue with the recent "fixes"
2005-02-21 Gildas Bazin* src/extras/dirent.c, ALL: fixed win32/ce dirent repla...
2005-02-21 Steve Lhommemkv.cpp: prepare code for multiple editions and ordered...
2005-02-21 Steve Lhommemkv.cpp: do not spread gcc problems to other compilers
2005-02-19 Eric Petit demux/mkv.cpp: be gcc 2.9x friendly:
2005-02-18 Steve Lhommemkv.cpp: handle seeking the way it's supposed to work...
2005-02-17 Steve Lhommemkv.cpp: fix the update of the timecode and position...
2005-02-17 Steve Lhommemkv.cpp: more debug and checks
2005-02-17 Steve Lhommemkv.cpp: finer granularity for seeking (useful for...
2005-02-16 Steve Lhommeavoid \r\n problems
2005-02-16 Steve Lhommemkv.cpp: use time-based seeking whenever possible
2005-02-14 Steve Lhommemkv.cpp: don't wait for frames that won't be displayed...
2005-02-14 Steve Lhommemkv.cpp: try to decode H.264 with the avc1 FourCC ...
2005-02-14 Gildas Bazin* modules/demux/mkv.cpp: fix for chapters seeking ...
2005-02-09 Gildas Bazin* modules/demux/mkv.cpp: compilation fixes.
2005-02-09 Gildas Bazin* modules/demux/mkv.cpp: Patch by Steve Lhomme (steve...
next