log asxparser.c @ 36144:43bff9dd44be

age author description
Sun, 05 May 2013 17:02:30 +0000 reimar Disable dangerous feature in ASX playlist parser.
Sun, 17 Mar 2013 22:47:17 +0000 diego Add missing strings.h #includes for strcasecmp().
Sun, 07 Nov 2010 12:47:40 +0000 diego Remove some useless NULL pointer checks before invoking free() on the pointer.
Sat, 11 Sep 2010 11:43:05 +0000 diego Move mconfig extern variable declaration to mpcommon.h.
Mon, 03 May 2010 23:34:38 +0000 diego the great MPlayer tab removal: part II
Sat, 27 Feb 2010 20:50:20 +0000 cehoyos Remove unused static functions asx_list_add() and asx_list_remove().
Fri, 26 Feb 2010 15:01:37 +0000 diego Do not cast the results of malloc/calloc/realloc.
Thu, 18 Feb 2010 09:26:00 +0000 diego Mark some more functions that are not used outside of their files as static.
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.
Fri, 08 Feb 2008 18:28:12 +0000 reimar Disable http->mmshttp rewriting hack introduced in r25168,
Mon, 26 Nov 2007 19:04:31 +0000 reimar Replace http:// URLs in asx files by mmshttp://.
Sun, 24 Jun 2007 10:16:18 +0000 reimar Remove two unused functions in asxparser
Mon, 31 Jul 2006 17:39:17 +0000 ben introduce new 'stream' directory for all stream layer related components and split them from libmpdemux
Sat, 15 Jul 2006 16:03:12 +0000 reynaldo marks several read-only string parameters which aren't modified inside the called function as const. Patch by Stefan Huehner, stefan AT huehner-org