summaryrefslogtreecommitdiffstats
path: root/playtreeparser.c
Commit message (Expand)AuthorAgeFilesLines
* realrtsp smil files can also use ' as field delimiter instead of "rtogni2007-07-161-1/+5
* Support multiple tags in a single line and tags on the same line as the rtogni2007-03-181-8/+15
* Remove code duplication in smil parserrtogni2007-03-121-24/+2
* Support smil embedded into xml, fixes bugzilla #768rtogni2007-03-121-0/+2
* 100l, allocated buffer was too small.rtogni2007-03-081-1/+1
* Add support for smil playlist served over realrtsprtogni2007-02-181-4/+65
* 10l, fix inverted check for "<media" in smil playlistrtogni2007-01-141-1/+1
* Skip empty lines in front of winamp playlist.rtogni2006-11-101-2/+6
* introduce new 'stream' directory for all stream layer related components and ...ben2006-07-311-1/+1
* relative-to-absolute path fixes: Do not prepend drive letter to \\ paths.reimar2006-07-071-1/+3
* several function from playtreeparser.c maked static,reynaldo2006-07-061-7/+7
* rm unnecesary casts from void* - part 3reynaldo2006-07-021-1/+1
* rm unnecesary void* casts - part 1reynaldo2006-07-011-1/+1
* Doxygen Attack! - Chapter 3albeu2006-04-251-0/+3
* preliminary support for wpl playlists, closes #362reynaldo2005-10-281-2/+2
* Don't prepend basepath to a full unix path. ( 10l to Joey. )al2004-09-101-2/+3
* windows path seperator fixesjoey2004-08-121-8/+11
* Support for comments in plaintext playlist by adlandalex2004-06-261-1/+1
* Enhance detection of embedded smil playlist, add embedded ram playlistrtognimp2004-06-061-3/+8
* Fix embedded smil playlist detection if there are parameters on the urlrtognimp2004-04-261-6/+16
* Respect -playlist for asx streamsrtognimp2004-04-171-2/+3
* Support for smil playlist, both standalone and embedded into otherrtognimp2004-04-011-7/+136
* Fix the bug found by Martin Wulffeldalbeu2003-08-251-0/+1
* Typos fixed, based on patch sent by Alex.diego2003-07-271-8/+8
* output typo fixes: unknow --> unknowndiego2003-07-091-1/+1
* Fix the incredible slowness with very long list. Now a 10^6 entriesalbeu2003-04-021-8/+12
* Use new config headersalbeu2003-03-301-11/+4
* this patch fixes latest bug, discovered by .so ... (relative filenames &arpi2003-02-061-7/+21
* 100larpi2003-01-251-1/+1
* this patch adds an fallback to playlist (any but the plaintext-list format)arpi2003-01-121-11/+18
* bunkus: Another nice off-by-one :)mosu2003-01-121-2/+4
* This patch adds support for some silly ini-style-playlist-file-format ...arpi2003-01-111-0/+48
* New config system + cleanup of header inter dependencyalbeu2002-11-121-0/+1
* 10L don't add a base path to the urlsalbeu2002-07-071-1/+1
* Relative filename in playlist are now relative to the playlist pathalbeu2002-07-071-0/+39
* Add support for m3u playlists as generated by eg recent versions of winamp.atmos42002-07-071-1/+51
* Handle winamp playlist as sublist.albeu2002-04-271-2/+5
* Portability fix with reallocalbeu2002-04-231-5/+7
* Fix a bug produced when line are terminated with \r\n and not a singlealbeu2002-04-221-1/+1
* Small bugfix with getting playlist last line.albeu2002-02-251-5/+5
* Playtree parser switch to a by line mode.albeu2002-02-211-181/+297
* Fixed bug wich interrupt plaintext parsing before real eofalbeu2002-02-151-2/+1
* Correct bug in plaintext parser : correctly remove trailling \ralbeu2002-02-031-1/+1
* Objectization of the play_tree_parser for more flexiblityalbeu2002-01-221-102/+142
* playtree-based config patch by Alban Bedel <albeu@free.fr>arpi2002-01-141-1/+4
* tree-based playlist parser code by Alban Bedel <albeu@free.fr>arpi2002-01-081-0/+298