]> git.sesse.net Git - vlc/history - modules/demux
* Playtree start. Basic functionalities work. Still needs a lot of
[vlc] / modules / demux /
2005-08-19 Christophe Massiot * modules/demux/playlist/m3u.c: If name is empty,...
2005-08-18 Christophe Massiot * modules/demux/demuxdump.c: Better error detection...
2005-08-18 Jean-Paul SamanFix compiler warning. Removed unused variable
2005-08-16 Derk-Jan Hartman* Fix an issue with sgi announce files and adding the...
2005-08-14 Eric Petit ALL: compile fixes
2005-08-14 Christophe Massiot * modules/demux/ts.c: Fixed a side-effect when p_sys...
2005-08-13 Rémi Denis-Courmont- convert UTF16/UTF32 to UTF8 rather than Latin1 -...
2005-08-13 Jean-Paul Samanremove unusefull comment
2005-08-12 Christophe Massiot * modules/demux/livedotcom.cpp: Do not use vlc_UrlEnco...
2005-08-12 Christophe MutricyALL: Improvements in the M3U output and parser. Patch...
2005-08-11 Jean-Paul SamanDon't explicitly flag the block. Clement could you...
2005-08-10 Jean-Paul SamanFlagging BLOCK_FLAG_DISCONTINUITY for every PID in...
2005-08-09 Derk-Jan Hartman* spelling
2005-08-09 Jean-Paul SamanFix compiler warnings about comparing signed and unsigned
2005-08-09 Jean-Paul SamanFix compiler warning about unused variables
2005-08-08 Rémi Denis-CourmontFix memleak in error handling
2005-08-08 Jean-Paul SamanFix a segmentation fault introduced by the previous...
2005-08-08 Jean-Paul SamanFix a segmentation fault introduced by the previous...
2005-08-08 Jean-Paul Saman(Forward port from branch 0.8.1-jpsaman-thedj) TS demux...
2005-08-07 Felix Paul Kühne* fix compile warnings
2005-08-04 Rémi Denis-Courmontfix spelling of "unsupported"
2005-08-03 Rémi Denis-Courmont * M3U: make sure strings are UTF8
2005-07-25 Clément StenacFix compilation
2005-07-25 Gildas Bazin* modules/demux/mp4/libmp4.c: handle SoundDescriptionV2...
2005-07-19 Rémi Denis-CourmontRemove annoying debug message
2005-07-19 Laurent Aimar * livedotcom.cpp: added H264 support.
2005-07-11 Christophe Massiot * ALL: miscellaneous unsigned/signed warning fixes...
2005-07-11 Sam Hocevar * Fixed a bunch of coding errors here and there.
2005-07-10 Clément StenacWarning fixes
2005-07-10 Rémi Denis-Courmontstrncmp => memcmp (refs #258)
2005-07-10 Rémi Denis-CourmontFix gcc4 warnings (refs #258)
2005-07-09 Rémi Denis-CourmontSupport for VOC block type 8 (closes #142)
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontFix compiler warning
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-07-01 Antoine CellerierGenre standardisation patch by Jonas A. Larsen
2005-07-01 Rémi Denis-CourmontRemove unused function
2005-07-01 Rémi Denis-CourmontUnsigned casts
2005-07-01 Christophe MutricyALL: Add some set_shorname() so the preferences look...
2005-06-28 Derk-Jan Hartman* forwardport of [11522]
2005-06-27 Gildas Bazin* modules/demux/playlist/b4s.c: WinCE compilation fix.
2005-06-25 Antoine Cellerierforward port of 11539
2005-06-25 Rémi Denis-CourmontBigger buffer to reduce stuttering
2005-06-23 Derk-Jan Hartman* Disabled UDP timeout on multicast RTSP sessions....
2005-06-23 Derk-Jan Hartman* Properly release streams. closes #226
2005-06-21 Rémi Denis-Courmont- Rounds VOC v1.10 sample rates to usual values (11025...
2005-06-17 Christophe Massiot * modules/demux/playlist/playlist.c: New --no-playlist...
2005-06-17 Christophe Massiot * modules/demux/playlist: Exported symbols inside...
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-06-03 Gildas Bazin* modules/demux/mp4/mp4.c: fixed timestamping (PTS...
2005-06-02 Rémi Denis-CourmontDigest => DigestMD5
2005-06-01 Gildas Bazin* modules/demux/mp4/mp4.c: we don't need to re-packetiz...
2005-06-01 Gildas Bazin* modules/demux/ps.h: bug fix in PSM parsing.
2005-05-31 Christophe Massiot * modules/demux/ts.c: Removed an unneeded deselection...
2005-05-31 Rémi Denis-CourmontMD5 hash API - closes #135
2005-05-27 Clément StenacDon't only play the playlist in playlist demuxers ...
2005-05-25 Steve Lhommemkv.cpp: better handling of timecodes when B frames...
2005-05-24 Derk-Jan Hartman* Fix some detection logic for SSA/ASS subs
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 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)
next