log playtreeparser.c @ 31200:01540ca7037d

age author description
2010-02-28 reimar Use negative return values for errors in pls_read_entry to make it match
2010-02-28 reimar A playlist entry number of 0 is invalid for pls playlists.
2010-02-28 reimar Improve integer overflow and realloc error handling in playlist parser.
2010-02-26 diego Do not cast the results of malloc/calloc/realloc.
2010-02-20 diego Add asx_parser_build_tree() to asxparser.h instead of forward declaring it.
2010-01-30 diego Add license header to all top-level files missing them.
2009-05-13 diego whitespace cosmetics: Remove all trailing whitespace.
2009-01-24 compn add "<!DOCTYPE smil" to smil playlist
2009-01-01 reimar 1000l, play_tree_parser_stop_keeping broke 0-termination of buffer
2009-01-01 reimar Add zero termination missing in two cases.
2009-01-01 reimar Add asserts to detect when assumptions for play_tree_parser_get_line
2007-11-26 reimar 100l in play_tree_parser_get_line, check that there actually is
2007-11-08 cehoyos Fix possible null-pointer-dereference in parse_smil().
2007-09-13 diego warning fixes:
2007-07-16 rtogni realrtsp smil files can also use ' as field delimiter instead of "
2007-03-18 rtogni Support multiple tags in a single line and tags on the same line as the
2007-03-12 rtogni Remove code duplication in smil parser
2007-03-12 rtogni Support smil embedded into xml, fixes bugzilla #768
2007-03-08 rtogni 100l, allocated buffer was too small.
2007-02-18 rtogni Add support for smil playlist served over realrtsp
2007-01-14 rtogni 10l, fix inverted check for "<media" in smil playlist
2006-11-10 rtogni Skip empty lines in front of winamp playlist.
2006-07-31 ben introduce new 'stream' directory for all stream layer related components and split them from libmpdemux
2006-07-07 reimar relative-to-absolute path fixes: Do not prepend drive letter to \\ paths.
2006-07-06 reynaldo several function from playtreeparser.c maked static,
2006-07-02 reynaldo rm unnecesary casts from void* - part 3
2006-07-01 reynaldo rm unnecesary void* casts - part 1
2006-04-25 albeu Doxygen Attack! - Chapter 3
2005-10-28 reynaldo preliminary support for wpl playlists, closes #362
2004-09-10 al Don't prepend basepath to a full unix path. ( 10l to Joey. )
2004-08-12 joey windows path seperator fixes
2004-06-26 alex Support for comments in plaintext playlist by adland
2004-06-06 rtognimp Enhance detection of embedded smil playlist, add embedded ram playlist
2004-04-26 rtognimp Fix embedded smil playlist detection if there are parameters on the url
2004-04-17 rtognimp Respect -playlist for asx streams
2004-04-01 rtognimp Support for smil playlist, both standalone and embedded into other
2003-08-25 albeu Fix the bug found by Martin Wulffeld
2003-07-27 diego Typos fixed, based on patch sent by Alex.
2003-07-09 diego output typo fixes: unknow --> unknown
2003-04-02 albeu Fix the incredible slowness with very long list. Now a 10^6 entries
2003-03-30 albeu Use new config headers
2003-02-06 arpi this patch fixes latest bug, discovered by .so ... (relative filenames &
2003-01-25 arpi 100l
2003-01-12 arpi this patch adds an fallback to playlist (any but the plaintext-list format)
2003-01-12 mosu bunkus: Another nice off-by-one :)
2003-01-11 arpi This patch adds support for some silly ini-style-playlist-file-format ...
2002-11-12 albeu New config system + cleanup of header inter dependency
2002-07-07 albeu 10L don't add a base path to the urls
2002-07-07 albeu Relative filename in playlist are now relative to the playlist path
2002-07-07 atmos4 Add support for m3u playlists as generated by eg recent versions of winamp.
2002-04-27 albeu Handle winamp playlist as sublist.
2002-04-23 albeu Portability fix with realloc
2002-04-22 albeu Fix a bug produced when line are terminated with \r\n and not a single
2002-02-25 albeu Small bugfix with getting playlist last line.
2002-02-21 albeu Playtree parser switch to a by line mode.
2002-02-15 albeu Fixed bug wich interrupt plaintext parsing before real eof
2002-02-03 albeu Correct bug in plaintext parser : correctly remove trailling \r
2002-01-22 albeu Objectization of the play_tree_parser for more flexiblity
2002-01-14 arpi playtree-based config patch by Alban Bedel <albeu@free.fr>
2002-01-08 arpi tree-based playlist parser code by Alban Bedel <albeu@free.fr>