]> 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-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...
2005-01-29 Clément StenacH264 support in mkv, patch by Steve Lhomme
2005-01-27 Sigmund Augdal Helbergmkc.cpp: fix crash on invalid tracks
2004-12-16 Clément Stenac$#*%§& SVN !
2004-12-11 Clément StenacImprovements to preferences
2004-11-26 Sigmund Augdal Helbergall: got rid of MP4_Stream
2004-10-02 Derk-Jan Hartman* mkv.cpp: cosmetics
2004-09-25 Sigmund Augdal Helbergmkv.cpp: added support for quicktime video codecs in...
2004-09-25 Sigmund Augdal Helbergmkv.cpp: helper function for printing of the mkv parse...
2004-09-25 Sigmund Augdal Helbergmkv.cpp: protect the call to block_zlib_decompress
2004-09-25 Sigmund Augdal Helbergmkv.cpp: turned do_zlib_decompress into block_zlib_deco...
2004-09-25 Sigmund Augdal Helbergmkv.cpp: Parse tags related to compression (unused...
2004-09-23 Derk-Jan Hartman* zlib decompressor for mkv. not working. (i don't...
2004-09-18 Derk-Jan Hartman* mkv.cpp: retrieve the original framesize from the...
2004-09-07 Sigmund Augdal Helbergfixed track selection for mkv-files with default flag...
2004-09-06 Sigmund Augdal Helbergsome timecode and chapter-related fixes from Mosu(thank...
2004-08-28 Gildas Bazin* include/vlc_es_out.h, src/input/es_out.c: added an...
2004-08-16 Eric Petit ALL: BeOS fixes
2004-07-16 Derk-Jan Hartman* it's information, not informations (grep -r)
next