]> git.sesse.net Git - vlc/history - modules/demux/m3u.c
Hopefully "The Right Fix" patch for M3U parsing, by Daniel Straenger.
[vlc] / modules / demux / m3u.c
2005-09-15 Clément StenacHopefully "The Right Fix" patch for M3U parsing, by...
2005-07-11 Christophe Massiot * ALL: miscellaneous unsigned/signed warning fixes...
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2004-12-14 Clément Stenac* Provide playlist_LockFoo functions for some functions
2004-12-11 Clément StenacImprovements to preferences
2004-11-21 Gildas Bazin* modules/demux/m3u.c: ported to new playlist API.
2004-11-02 Derk-Jan Hartman* detect rtsptext reference files as used by QuickTime...
2004-10-18 Derk-Jan Hartman* increase priority real demuxer, lower priority m3u...
2004-10-05 Derk-Jan Hartman* m3u.c: We now support http links to mms sources that...
2004-06-23 Gildas Bazin* modules/demux/m3u.c: allocate buffer for stream_Read().
2004-06-22 Gildas Bazin ALL: a bunch of compilation fixes + disabled plugins...
2004-06-05 Derk-Jan Hartman* Added an extension check to m3u plugins for .ram...
2004-04-23 Gildas Bazin* src/input/control.c, include/ninput.h: Added INPUT_GE...
2004-04-21 Gildas Bazin* modules/misc/playlist/m3u.c: save VLC input options...
2004-04-01 Clément Stenac* modules/demux/playlist : native playlist import
2004-01-25 Derk-Jan Hartman* Stringreview !!!
2004-01-05 Clément Stenac* ALL: playlist API changes
2003-08-14 Sigmund Augdal Helbergvlc_playlist.h:
2003-07-23 Gildas Bazin* ALL: changes to the playlist_Add() and VLC_AddTarget...
2003-06-29 Laurent Aimar * m3u: remove useless debug messages, fix element...
2003-06-28 Laurent Aimar * m3u: clean up and fix .m3u parsing. Please *test*.
2003-06-27 Clément Stenac* modules/demux/m3u.c :
2003-06-26 Clément Stenac* ./modules/demux/m3u.c: added support for Winamp 3...
2003-04-06 Sigmund Augdal HelbergSupport files that are called .asx and .pls but really...
2003-03-30 Gildas Bazin* configure.ac.in: removed the -fno-exceptions gcc...
2003-03-22 Gildas Bazin* modules/demux/m3u.c: the demux couldn't be forced...
2003-03-06 Sigmund Augdal Helbergthe m3u demux now reads the pls files shoutcast uses.
2003-03-06 Sigmund Augdal Helbergwe now insert playlist entries right after the playlist...
2003-02-27 Gildas Bazin* ALL: i18n updates and fixes.
2003-01-23 Laurent Aimar * demux: fix segfault while trying to opening files...
2003-01-16 Boris Dorès- input.c : doesn't even try to use the headphone filte...
2002-12-14 Boris Dorès- support for Windows style file names for relative...
2002-11-26 Sigmund Augdal Helbergallow windows style linebreaks in .m3u files. and fixed...
2002-11-25 Sigmund Augdal Helbergfixed a bug in the contentbased autodetection that...
2002-11-24 Sigmund Augdal Helbergseparated the code to parse html files with embedded...
2002-11-24 Sigmund Augdal Helbergfix to allow absolute entries in m3u/asx files
2002-11-24 Sigmund Augdal Helbergfixed a bug in the code to handle relative paths. Added...
2002-11-18 Gildas Bazin* modules/demux/m3u.c: should manage entries with relat...
2002-11-13 Gildas Bazin* src/playlist/playlist.c: bugfix for when we delete...
2002-11-13 Gildas Bazin* src/playlist/playlist.c: when autodeleting an item...
2002-11-12 Sigmund Augdal Helberg added a new demux that reads .m3u files and addes...