log libmpdemux/asf_streaming.c @ 17487:fa17424b4c7b

age author description
Sun, 06 Nov 2005 15:25:08 +0000 reimar Fix bugs/crash introduced by translation patch
Sat, 05 Nov 2005 00:53:33 +0000 ptt Changed MSGTR_MPDEMUX_ASF_MallocFailed to MSGTR_MemAllocFailed (msg defined two times inhelp_mp-en.h)
Mon, 31 Oct 2005 23:37:41 +0000 reynaldo libmpdemux translatables to help_mp part 1 / mp_msg calls / try 2
Tue, 06 Sep 2005 21:08:36 +0000 reimar check4proxies always creates a copy, so url should be freed
Tue, 26 Jul 2005 18:55:20 +0000 reimar strncasecmp is not necessary and e.g. strncasecmp(prot, "mms", 3) will
Fri, 03 Jun 2005 15:33:26 +0000 nicodvb printf converted to mp_msg; made static many unnecessarily global symbols
Sun, 29 May 2005 12:54:00 +0000 nicodvb ported all network streams to the new API
Thu, 03 Feb 2005 20:13:44 +0000 reimar fix for streams that do not send a bitrate
Sun, 16 Jan 2005 22:30:28 +0000 rtognimp If asf/tcp fails, asf/http used a wrong port
Tue, 28 Dec 2004 11:16:23 +0000 reimar 10l, variable declarations must be before mp_msg.
Sat, 25 Dec 2004 11:31:32 +0000 reimar fix stream selection and -bandwidth for mms-over-http.
Wed, 21 Jul 2004 10:18:29 +0000 alex reduced code complexity, and also made consistent with other parts
Wed, 21 Jul 2004 10:10:32 +0000 alex removing broken and unneeded copy
Fri, 25 Jun 2004 17:02:51 +0000 alex correct spelling
Sun, 06 Jun 2004 14:53:03 +0000 rtognimp Use same order as WMP for mms protocols (MMSU, MMST, HTTP)
Sun, 02 May 2004 16:22:32 +0000 rtognimp Fix hang for some asf video stream like http://193.219.139.115/ltv/zinios/news1830_20040501.wmv
Sun, 25 Apr 2004 12:41:01 +0000 rtognimp Don't say that a protocol is unsupported if that's not true
Sat, 17 Apr 2004 16:47:52 +0000 rtognimp Fix for some audio asf streams like http://ms.bandeapart.fm/bap/albums/973/6573_h_07-Patience.asf
Sat, 01 Nov 2003 14:10:32 +0000 mosu Accept video/x-ms-asf as the MIME type for ASF as well. Patch by Dominique Andre Gunia <Dominique.Gunia@schunter.etc.tu-bs.de>.
Thu, 25 Sep 2003 00:36:04 +0000 rfelker simple fix for buffer overflow (remotely exploitable). feel free to
Fri, 15 Aug 2003 19:13:23 +0000 albeu ftp support. The change on connect2Server is needed bcs we need 2
Wed, 11 Jun 2003 16:48:09 +0000 diego Networking support under MinGW.
Thu, 29 May 2003 19:36:58 +0000 alex Using recv/send instead read/write for proper MinGW support (it's a 4.2BSD standard). Patch by FloDt <flodt8@yahoo.de>
Sun, 30 Mar 2003 17:10:36 +0000 albeu Use new config headers
Mon, 06 Jan 2003 16:42:20 +0000 bertrand 10l bug...
Thu, 02 Jan 2003 15:38:26 +0000 bertrand - Now mmst will use the MMS/TCP implementation first, instead of trying
Tue, 29 Oct 2002 09:18:53 +0000 bertrand GCC warning fixes
Sun, 22 Sep 2002 02:33:28 +0000 arpi tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bug
Sat, 07 Sep 2002 20:38:44 +0000 bertrand Don't try to reread from the socket if the server says EOF
Tue, 03 Sep 2002 01:32:13 +0000 bertrand - If fatal error while trying to connect to a WM server, skip other proto.