log playtreeparser.c @ 27355:d3f4acf96cd3

age author description
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
Fri, 10 Nov 2006 20:35:54 +0000 rtogni Skip empty lines in front of winamp playlist.
Mon, 31 Jul 2006 17:39:17 +0000 ben introduce new 'stream' directory for all stream layer related components and split them from libmpdemux
Fri, 07 Jul 2006 11:17:27 +0000 reimar relative-to-absolute path fixes: Do not prepend drive letter to \\ paths.
Thu, 06 Jul 2006 05:05:00 +0000 reynaldo several function from playtreeparser.c maked static,
Sun, 02 Jul 2006 08:17:07 +0000 reynaldo rm unnecesary casts from void* - part 3