log asxparser.c @ 37195:ac6c37d85d65 default tip

age author description
Sun, 19 Jan 2014 11:13:04 +0000 reimar asxparser: Declare variables in the blocks that need them.
Sun, 05 May 2013 17:02:31 +0000 reimar Fix memory leak.
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
Thu, 13 Jul 2006 05:03:43 +0000 reynaldo marks several string parameters as const, as they are not modified inside the function, Patch by Stefan Huehner, stefan AT huehner-org
Sat, 01 Jul 2006 03:56:13 +0000 reynaldo rm unnecesary void* casts - part 1
Fri, 10 Mar 2006 22:15:50 +0000 rtognimp Fix possible use of body uninitialized. Remove an unneeded free (body
Sat, 17 Apr 2004 16:46:41 +0000 rtognimp Respect -playlist for asx streams
Wed, 09 Jul 2003 01:30:24 +0000 diego output typo fixes: unknow --> unknown
Sun, 30 Mar 2003 17:02:05 +0000 albeu Remove STREAMTYPE_PLAYLIST.
Fri, 14 Mar 2003 17:45:33 +0000 albeu Fix some memleaks
Sun, 12 Jan 2003 19:41:38 +0000 arpi this patch adds an fallback to playlist (any but the plaintext-list format)
Tue, 12 Nov 2002 14:19:53 +0000 albeu Allow to use the asx parser for some other purposes
Tue, 12 Nov 2002 01:56:42 +0000 albeu New config system + cleanup of header inter dependency
Fri, 25 Oct 2002 14:13:32 +0000 arpi patch for crashes/memory corruptions in ASX playlist parser.
Tue, 23 Apr 2002 20:06:00 +0000 albeu Portability fix with realloc
Sat, 23 Feb 2002 21:11:01 +0000 albeu Bug fix in entry parsing.
Tue, 22 Jan 2002 22:47:17 +0000 albeu Implementation of entryref
Tue, 08 Jan 2002 12:10:33 +0000 nexus FreeBSD fix
Tue, 08 Jan 2002 01:24:25 +0000 arpi tree-based playlist parser code by Alban Bedel <albeu@free.fr>