log playtreeparser.c @ 27195:5eb532ff5793

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
Sat, 01 Jul 2006 03:56:13 +0000 reynaldo rm unnecesary void* casts - part 1
Tue, 25 Apr 2006 01:26:10 +0000 albeu Doxygen Attack! - Chapter 3
Fri, 28 Oct 2005 22:12:20 +0000 reynaldo preliminary support for wpl playlists, closes #362
Fri, 10 Sep 2004 20:53:22 +0000 al Don't prepend basepath to a full unix path. ( 10l to Joey. )
Thu, 12 Aug 2004 22:33:21 +0000 joey windows path seperator fixes
Sat, 26 Jun 2004 13:07:04 +0000 alex Support for comments in plaintext playlist by adland
Sun, 06 Jun 2004 19:06:39 +0000 rtognimp Enhance detection of embedded smil playlist, add embedded ram playlist
Mon, 26 Apr 2004 19:33:37 +0000 rtognimp Fix embedded smil playlist detection if there are parameters on the url
Sat, 17 Apr 2004 16:46:41 +0000 rtognimp Respect -playlist for asx streams
Thu, 01 Apr 2004 22:11:28 +0000 rtognimp Support for smil playlist, both standalone and embedded into other
Mon, 25 Aug 2003 15:29:55 +0000 albeu Fix the bug found by Martin Wulffeld
Sun, 27 Jul 2003 22:41:53 +0000 diego Typos fixed, based on patch sent by Alex.
Wed, 09 Jul 2003 01:30:24 +0000 diego output typo fixes: unknow --> unknown
Wed, 02 Apr 2003 15:32:12 +0000 albeu Fix the incredible slowness with very long list. Now a 10^6 entries
Sun, 30 Mar 2003 17:10:36 +0000 albeu Use new config headers
Thu, 06 Feb 2003 20:57:25 +0000 arpi this patch fixes latest bug, discovered by .so ... (relative filenames &
Sat, 25 Jan 2003 11:34:00 +0000 arpi 100l
Sun, 12 Jan 2003 19:41:38 +0000 arpi this patch adds an fallback to playlist (any but the plaintext-list format)
Sun, 12 Jan 2003 11:45:49 +0000 mosu bunkus: Another nice off-by-one :)
Sat, 11 Jan 2003 21:01:48 +0000 arpi This patch adds support for some silly ini-style-playlist-file-format ...
Tue, 12 Nov 2002 01:56:42 +0000 albeu New config system + cleanup of header inter dependency
Sun, 07 Jul 2002 04:07:57 +0000 albeu 10L don't add a base path to the urls
Sun, 07 Jul 2002 03:59:58 +0000 albeu Relative filename in playlist are now relative to the playlist path
Sun, 07 Jul 2002 00:00:04 +0000 atmos4 Add support for m3u playlists as generated by eg recent versions of winamp.
Sat, 27 Apr 2002 18:46:38 +0000 albeu Handle winamp playlist as sublist.
Tue, 23 Apr 2002 20:06:00 +0000 albeu Portability fix with realloc
Mon, 22 Apr 2002 18:42:42 +0000 albeu Fix a bug produced when line are terminated with \r\n and not a single
Mon, 25 Feb 2002 11:13:34 +0000 albeu Small bugfix with getting playlist last line.
Thu, 21 Feb 2002 13:12:53 +0000 albeu Playtree parser switch to a by line mode.
Fri, 15 Feb 2002 10:33:03 +0000 albeu Fixed bug wich interrupt plaintext parsing before real eof
Sun, 03 Feb 2002 16:49:41 +0000 albeu Correct bug in plaintext parser : correctly remove trailling \r
Tue, 22 Jan 2002 22:46:12 +0000 albeu Objectization of the play_tree_parser for more flexiblity
Mon, 14 Jan 2002 23:38:49 +0000 arpi playtree-based config patch by Alban Bedel <albeu@free.fr>
Tue, 08 Jan 2002 01:24:25 +0000 arpi tree-based playlist parser code by Alban Bedel <albeu@free.fr>