]> git.sesse.net Git - vlc/history - modules/demux
Merge [11470],[11471],[11474] and [11475] - Closes: #205
[vlc] / modules / demux /
2005-06-17 Christophe MassiotBackported r11448.
2005-06-13 Derk-Jan Hartman* backport of [11409]
2005-06-03 Gildas Bazin* modules/demux/mp4/mp4.c: backport of #11266.
2005-06-02 Felix Paul Kühne* ALL: various minor string fixes
2005-06-01 Christophe MutricyBackport of [11220]
2005-05-27 Rémi Denis-Courmontsvn merge -r 11179:11181 trunk branches/0.8.2
2005-05-24 Derk-Jan Hartman* Backport of SSA/ASS fixes [11158] to 0.8.2
2005-05-20 Gildas Bazin* modules/demux/mkv.cpp: fill-in frame rate info.
2005-05-20 Clément StenacDon't print error on non-fatal problems
2005-05-20 Steve Lhommemkv.cpp: fix a problem in UnGet()
2005-05-20 Steve Lhommemkv.cpp: Improve the block UnGet()
2005-05-19 Sigmund Augdal Helberglivedotcom.cpp: Do not url encode sdp data coming from...
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 Laurent Aimar * ts: fixed EITEventFixString.
2005-05-18 Steve Lhommemkv.cpp: more conditional commands + avoid a compiler...
2005-05-18 Gildas Bazin* modules/demux/ogg.c: fill-in frame rate info for...
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 Gildas Bazin* modules/demux/mp4/mp4.c: fixed bug in PTS calculation.
2005-05-16 Steve Lhommemkv.cpp: make seeking more accurate
2005-05-16 Steve Lhommemkv.cpp: fix duration for text subs
2005-05-16 Gildas Bazin* modules/demux/mp4/mp4.c: fill-in frame rate info...
2005-05-16 Steve Lhommemkv.cpp: hide the navigation packet from the user
2005-05-16 Gildas Bazin* modules/demux/ogg.c: fill-in frame rate info in es_fo...
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 Gildas Bazin* modules/demux/ts.c: keep compatibility with non-DVB...
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-09 Rémi Denis-CourmontEncode URL if needed (should fix Debian bug #279735)
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-28 Laurent Aimar es_out*: added ES_OUT_DEL_GROUP
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-26 Laurent Aimar * asf, b4s: warning fixes.
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-20 Gildas Bazin* modules/demux/avi: pass on video palette.
2005-04-20 Gildas Bazin* modules/demux/mp4: support for QuickDraw video tracks.
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 Gildas Bazin* modules/demux/ts.c: got rid of some useless code...
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-17 Sigmund Augdal Helbergdemux/playlist: fix a crash when shoutcast discovery...
2005-04-15 Rémi Denis-Courmont- demux with much bigger buffers to avoid performance...
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-12 Gildas Bazin* ALL: fixed a handful of bugs and memory leaks.
2005-04-11 Steve Lhommemkv.cpp: store the translation between segment IDs...
2005-04-10 Rémi Denis-CourmontFix invalid free() on exit
2005-04-10 Sigmund Augdal Helbergdemux/playlist/*: Added a special "shoutcast" mode...
2005-04-09 Gildas Bazin* src/input/demux.c: skip header id3tag in the core...
2005-04-09 Gildas Bazin* modules/demux/aac.c: removed deprecated aac demux...
2005-04-09 Gildas Bazin* modules/demux/ty.c: fixed probing bug.
2005-04-08 Christophe Massiot * modules/demux/ts.c : Removed unused sysid option...
2005-04-07 Rémi Denis-CourmontMinor cleanup
next