log playtreeparser.c @ 37157:fbf82629be7b

age author description
Sat, 25 Jan 2014 16:54:53 +0000 reimar playtreeparser: Remove pointless assignment.
Sun, 17 Mar 2013 22:47:17 +0000 diego Add missing strings.h #includes for strcasecmp().
Thu, 20 Oct 2011 11:15:30 +0000 ib Prevent adding a base path wrongly.
Thu, 20 Oct 2011 11:12:41 +0000 ib Prevent adding a base path wrongly.
Wed, 15 Jun 2011 18:06:28 +0000 reimar Support "Length" option is .pls playlist files.
Tue, 14 Dec 2010 19:51:26 +0000 reimar Remove pointless NULL checks before free.
Sun, 12 Dec 2010 19:25:43 +0000 reimar Add playlist parser for .nsc files.
Sun, 07 Nov 2010 12:47:40 +0000 diego Remove some useless NULL pointer checks before invoking free() on the pointer.
Fri, 13 Aug 2010 16:00:18 +0000 siretart Avoid trying to parse playlists without any recognized entries.
Sun, 28 Feb 2010 09:41:07 +0000 reimar Use negative return values for errors in pls_read_entry to make it match
Sun, 28 Feb 2010 09:39:30 +0000 reimar A playlist entry number of 0 is invalid for pls playlists.
Sun, 28 Feb 2010 09:37:35 +0000 reimar Improve integer overflow and realloc error handling in playlist parser.
Fri, 26 Feb 2010 15:01:37 +0000 diego Do not cast the results of malloc/calloc/realloc.
Sat, 20 Feb 2010 20:09:06 +0000 diego Add asx_parser_build_tree() to asxparser.h instead of forward declaring it.
Sat, 30 Jan 2010 23:24:23 +0000 diego Add license header to all top-level files missing them.
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Sat, 24 Jan 2009 22:14:32 +0000 compn add "<!DOCTYPE smil" to smil playlist
Thu, 01 Jan 2009 09:47:21 +0000 reimar 1000l, play_tree_parser_stop_keeping broke 0-termination of buffer
Thu, 01 Jan 2009 09:37:02 +0000 reimar Add zero termination missing in two cases.
Thu, 01 Jan 2009 09:35:25 +0000 reimar Add asserts to detect when assumptions for play_tree_parser_get_line
Mon, 26 Nov 2007 20:35:27 +0000 reimar 100l in play_tree_parser_get_line, check that there actually is
Thu, 08 Nov 2007 23:05:54 +0000 cehoyos Fix possible null-pointer-dereference in parse_smil().
Thu, 13 Sep 2007 13:16:30 +0000 diego warning fixes:
Mon, 16 Jul 2007 20:25:23 +0000 rtogni realrtsp smil files can also use ' as field delimiter instead of "
Sun, 18 Mar 2007 21:39:52 +0000 rtogni Support multiple tags in a single line and tags on the same line as the
Mon, 12 Mar 2007 22:42:05 +0000 rtogni Remove code duplication in smil parser
Mon, 12 Mar 2007 21:45:51 +0000 rtogni Support smil embedded into xml, fixes bugzilla #768
Thu, 08 Mar 2007 22:43:35 +0000 rtogni 100l, allocated buffer was too small.
Sun, 18 Feb 2007 15:57:50 +0000 rtogni Add support for smil playlist served over realrtsp
Sun, 14 Jan 2007 23:16:27 +0000 rtogni 10l, fix inverted check for "<media" in smil playlist