]> git.sesse.net Git - vlc/history - modules/demux
mkv.cpp: make gcc happier
[vlc] / modules / demux /
2005-03-29 Steve Lhommemkv.cpp: make gcc happier
2005-03-29 Laurent Aimar * access.* input/*: added access_filter architecture...
2005-03-29 Gildas Bazin* modules/demux/ts.c: use EIT support in libdvbpsi...
2005-03-29 Laurent Aimar * ts: do not include eit.h if TS_USE_DVB_SI is 0.
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-25 Laurent Aimar * vlc_meta.h: added a few const
2005-03-24 Eric Petit nuv.c: compile fix (for big endian platforms)
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-23 Christophe Massiot* modules/mux/mpeg/ts.c, modules/demux/ts.c: Fixed...
2005-03-23 Laurent Aimar * all: added a nuv demuxer (limited to mpeg4 video...
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-16 Gildas Bazin* modules/demux/ty.c: fixed segfault while probing.
2005-03-16 Rémi Denis-Courmont- TY should have a lower priority than PS
2005-03-14 Laurent Aimar * mp4.c: do not unselect ES at the end.
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-13 Rémi Denis-CourmontFix my email address
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 Anil Daoud* configure.ac: alsa is now really default enabled
2005-03-11 Clément StenacString fixes by Christophe Mutricy
2005-03-11 Steve Lhommemkv.cpp: preload linked segments too
2005-03-11 Steve Lhommemkv.cpp: remove an unused variable
2005-03-11 Rémi Denis-CourmontTivo file demuxer
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-10 Rémi Denis-Courmont- Fix unitialized variable in demux control helper
2005-03-10 Rémi Denis-CourmontSupport block type 2 (and some others as well)
2005-03-09 Steve Lhommemkv.cpp: cleaner handling of some tables (now vectors)
2005-03-09 Gildas Bazin* modules/demux/ps.[c,h]: fixed PSM parsing bug.
2005-03-09 Rémi Denis-CourmontHandle VOC files with multiple blocks properly
2005-03-09 Rémi Denis-Courmont- seeking in .VOC file
2005-03-09 Gildas Bazin* modules/demux/ps.h: support for mp4v/mp4a/h264 +...
2005-03-08 Steve Lhommemkv.cpp: keep the interresting segments somewhere in...
2005-03-08 Rémi Denis-CourmontCreative Voice File demux
2005-03-07 Derk-Jan Hartman* Fix udp->tcp rollover when using multicast in rtsp...
2005-03-07 Steve Lhommemkv.cpp: prepare the code to handle seemless segment...
2005-03-07 Rémi Denis-CourmontFixes a compiler warning
2005-03-07 Steve Lhommemake the previous-chapter "intelligent" seek more gener...
2005-03-07 Rémi Denis-CourmontAllow seeking
2005-03-07 Rémi Denis-Courmonttypo fix
2005-03-07 Rémi Denis-CourmontCosmetic cleanup (pointed out by fenrir)
2005-03-07 Rémi Denis-CourmontFix email address
2005-03-07 Rémi Denis-CourmontForgotten new file from previous commit
2005-03-07 Rémi Denis-Courmont- XA file demux
2005-03-06 Gildas Bazin* modules/demux/mp4, modules/codec/ffmpeg: support...
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-03 Clément StenacPreferences consistency fixes by Christophe Mutricy...
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 LhommeAvoid \r\n problems between platforms
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-25 Laurent Aimar* ts: if no dts but there is a pts then dts == pts.
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* modules/demux/ogg.c: added support for new Ogg mappin...
2005-02-21 Gildas Bazin* src/extras/dirent.c, ALL: fixed win32/ce dirent repla...
2005-02-21 Laurent Aimar * livedotcom: automatic TCP rollover when no data...
2005-02-21 Laurent Aimar * all: woops (debug messages left).
2005-02-21 Laurent Aimar * block: added
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-20 Gildas Bazin* src/misc/httpd.c, modules/demux/subtitle.c, modules...
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...
next