summaryrefslogtreecommitdiffstats
path: root/playtreeparser.c
Commit message (Expand)AuthorAgeFilesLines
* playtree: don't try to parse playlists without recognized entriessiretart2010-11-021-0/+3
* Merge svn changes up to r30798Uoti Urpala2010-03-101-4/+19
|\
| * Use negative return values for errors in pls_read_entry to make it matchreimar2010-02-281-3/+3
| * A playlist entry number of 0 is invalid for pls playlists.reimar2010-02-281-1/+1
| * Improve integer overflow and realloc error handling in playlist parser.reimar2010-02-281-3/+18
* | Merge svn changes up to r30748Uoti Urpala2010-03-101-5/+5
|\|
| * Do not cast the results of malloc/calloc/realloc.diego2010-02-261-5/+5
* | Merge svn changes up to r30675Uoti Urpala2010-03-101-3/+1
|\|
| * Add asx_parser_build_tree() to asxparser.h instead of forward declaring it.diego2010-02-201-3/+1
* | Merge svn changes up to r30475Uoti Urpala2010-03-091-0/+17
|\|
| * Add license header to all top-level files missing them.diego2010-01-301-0/+17
| * whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-22/+22
* | Remove trailing whitespace from most filesUoti Urpala2009-07-071-22/+22
* | Merge svn changes up to r28366Uoti Urpala2009-01-261-0/+2
|\|
| * add "<!DOCTYPE smil" to smil playlistcompn2009-01-241-0/+2
* | Merge svn changes up to r28310Uoti Urpala2009-01-151-3/+7
|\|
| * 1000l, play_tree_parser_stop_keeping broke 0-termination of bufferreimar2009-01-011-0/+1
| * Add zero termination missing in two cases.reimar2009-01-011-1/+2
| * Add asserts to detect when assumptions for play_tree_parser_get_linereimar2009-01-011-2/+4
* | Move global mconfig to mpctxUoti Urpala2008-04-261-11/+12
|/
* 100l in play_tree_parser_get_line, check that there actually isreimar2007-11-261-1/+1
* Fix possible null-pointer-dereference in parse_smil().cehoyos2007-11-081-0/+1
* warning fixes:diego2007-09-131-1/+1
* 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