log libmpdemux/asf_streaming.c @ 15585:281d155fb37f

age author description
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.
Tue, 09 Jul 2002 08:26:34 +0000 bertrand Fixed the asf http authentication.
Mon, 08 Jul 2002 04:11:23 +0000 atmos4 Add missing authentication for asf streaming.
Fri, 05 Jul 2002 02:46:03 +0000 bertrand Changed the way that the streams are requested.
Tue, 14 May 2002 22:33:30 +0000 bertrand Enable mmst support. MMST will be tried if the HTTP support failed.
Tue, 30 Apr 2002 16:58:54 +0000 albeu Convert printf to mp_msg in the network layer
Sun, 14 Apr 2002 05:51:32 +0000 bertrand Added big endian handling for the ASF_chunk_t struct.
Thu, 24 Jan 2002 09:29:52 +0000 bertrand Readded the content-type checking, in case of the no HTTP body are
Wed, 23 Jan 2002 14:11:19 +0000 nexus 10l ...
Wed, 23 Jan 2002 08:50:30 +0000 bertrand Added a turn around for badly configured web servers.
Sun, 20 Jan 2002 21:38:11 +0000 bertrand Changed the asf_file_header_t struct to read all the fields properly.
Mon, 14 Jan 2002 01:12:44 +0000 bertrand Changed the proxy protocol to http_proxy.
Sat, 12 Jan 2002 21:08:12 +0000 bertrand Added proxy support.
Thu, 10 Jan 2002 01:42:31 +0000 bertrand Changed the return value of the start function. Doesn't return the fd
Tue, 08 Jan 2002 07:31:29 +0000 bertrand Kept the HTTP connection open after autodetect, so
Tue, 08 Jan 2002 01:13:22 +0000 arpi various small streaming fixes by Alban Bedel <albeu@free.fr>
Tue, 25 Dec 2001 11:40:10 +0000 pl As nobody fixed this yet:
Mon, 17 Dec 2001 01:58:24 +0000 bertrand Fixed the multiple ASF header stream chunk.
Sun, 16 Dec 2001 21:23:36 +0000 bertrand Applied the patch from Alban Bedel <albeu@free.fr>.
Fri, 14 Dec 2001 20:45:30 +0000 bertrand Applied the patch from Alban Bedel <albeu@free.fr>.
Wed, 12 Dec 2001 22:35:51 +0000 bertrand Applied the patch from Alban Bedel <albeu@free.fr> to
Tue, 11 Dec 2001 01:07:40 +0000 bertrand Added a switch for the ASF streaming protocol. It will first try ASF/UDP,
Tue, 20 Nov 2001 22:20:20 +0000 bertrand Removed my buffer hack to use cache2.
Tue, 30 Oct 2001 17:03:11 +0000 arpi config.h cleanup, few things added to steram/demuxer headers
Fri, 26 Oct 2001 18:26:06 +0000 bertrand Added ASF http server streaming (Not mms streaming).
Sat, 20 Oct 2001 18:49:08 +0000 arpi libdemuxer... base asf_streaming.c@8eb757e564f4