log asxparser.c @ 29169:5c48a1cdd1d7

age author description
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