log libmpdemux/network.c @ 17566:f580a7755ac5

age author description
Thu, 09 Feb 2006 14:08:03 +0000 rathann Patch by Stefan Huehner / stefan % huehner ! org \
Sat, 24 Dec 2005 18:17:39 +0000 rtognimp Add "application/x-mms-framed" for ASF
Sat, 10 Dec 2005 01:40:18 +0000 reynaldo Harcoded eng strings on libmpdemux/network.c to help_mp
Fri, 18 Nov 2005 14:39:25 +0000 diego Unify include path handling, -I.. is in CFLAGS.
Thu, 13 Oct 2005 18:33:56 +0000 reimar Use PRI?64 defines as format strings for 64 bit variables.
Tue, 06 Sep 2005 21:14:55 +0000 reimar memleak fixes when using an http proxy
Tue, 06 Sep 2005 21:00:57 +0000 reimar memleak fixes when invalid http url specified.
Tue, 19 Jul 2005 12:07:04 +0000 reimar SHOUTcast and ultravox support
Sun, 10 Jul 2005 14:09:45 +0000 rathann small warning fix:
Fri, 24 Jun 2005 11:01:00 +0000 reimar fix seeking over http for files larger 2 GB
Sun, 29 May 2005 12:54:00 +0000 nicodvb ported all network streams to the new API
Sun, 17 Apr 2005 20:33:25 +0000 rtognimp Do not force real demuxer on x-pn-realaudio mimetype
Thu, 17 Feb 2005 20:55:57 +0000 nicodvb added support for raw udp:// streaming
Fri, 04 Feb 2005 18:31:04 +0000 faust3 bzero is deprecated patch by Gianluigi Tiesi <mplayer at netfarm.it>
Tue, 28 Dec 2004 19:59:56 +0000 rtognimp Try http if pnm connection fails
Mon, 22 Nov 2004 19:45:55 +0000 rtognimp Try port 7070 if 554 fails for realrtsp streams
Sun, 21 Nov 2004 12:16:14 +0000 nicodvb forced autodetection of file format when content-type is video-x-mpeg to give mpeg-ts a chance
Sun, 25 Jul 2004 00:37:07 +0000 rtognimp Fix segfault caused by changing a pointer that will be freed later
Sun, 11 Jul 2004 22:47:49 +0000 rtognimp Make rtp:// cohexist with LIVE.COM
Sat, 26 Jun 2004 10:40:15 +0000 alex avoid double slashes, patch by Yoshinori Sato
Fri, 25 Jun 2004 15:14:27 +0000 alex RFC compliance patch by Eric Lammerts <eric@lammerts.org>
Fri, 18 Jun 2004 14:31:10 +0000 faust3 calling bind with multicast addresses doesn't work on windows, patch by Martin Decky <deckm1am at ss1000.ms.mff.cuni.cz>
Fri, 14 May 2004 23:10:43 +0000 rtognimp Add detection of nsa streamed by aol ultravox server
Sat, 01 May 2004 23:35:25 +0000 rtognimp Try to get an asf file with normal http protocol if http streaming
Thu, 29 Apr 2004 21:34:50 +0000 bertrand Should be Connection: close, and not closed.
Sun, 25 Apr 2004 12:46:37 +0000 rtognimp Suggest -playlist if asf_stream_start fails
Sat, 24 Apr 2004 13:16:16 +0000 rtognimp Handle url redirection
Mon, 19 Apr 2004 19:55:37 +0000 rtognimp 10l: don't run strcmp if arg is NULL
Sat, 17 Apr 2004 16:46:41 +0000 rtognimp Respect -playlist for asx streams
Wed, 14 Apr 2004 20:45:26 +0000 rtognimp Try Real rtsp, then live.com on every rtsp stream (remove extension
Mon, 12 Apr 2004 14:19:12 +0000 rtognimp nsv (Nullsoft streaming video) demuxer
Sat, 13 Mar 2004 16:10:02 +0000 rtognimp Seek in HTTP streams and stdin seek fixes
Tue, 17 Feb 2004 12:30:45 +0000 attila enable seeking in http streams
Mon, 08 Dec 2003 13:25:35 +0000 alex Send HTTP Cookies (reading from mozilla/netscape files) support by Dave Lambley <mplayer-dev-eng@dlambley.freeserve.co.uk>. Disabled by default.
Sun, 23 Nov 2003 13:31:44 +0000 rtognimp Add detection of Real rtsp when there are queries in url.
Wed, 22 Oct 2003 17:54:32 +0000 alex User settable http user-agent. Patch by Per Wigren
Wed, 22 Oct 2003 17:36:47 +0000 alex disable a silly errormessage
Fri, 15 Aug 2003 19:13:23 +0000 albeu ftp support. The change on connect2Server is needed bcs we need 2
Sat, 21 Jun 2003 16:47:31 +0000 bertrand Patch from Andreas Hess <jaska@gmx.net>:
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>
Wed, 28 May 2003 21:40:53 +0000 rtognimp Fix redirection in real rtsp connections.
Fri, 23 May 2003 19:41:37 +0000 rtognimp Recognize ra and rm extensions even with query strings,
Sat, 03 May 2003 06:14:04 +0000 rsf We now check for "sip:" URLs - which are handled using the same LIVE.COM
Fri, 18 Apr 2003 22:33:30 +0000 rtognimp Some .ra files are playable, noted by Ross Finlayson
Fri, 18 Apr 2003 07:48:29 +0000 rsf Fixed the code that checks for a ".rm" URL extension to also make sure
Thu, 17 Apr 2003 20:39:41 +0000 rtognimp Real rstp:// streaming support, ported from xine
Thu, 10 Apr 2003 10:55:18 +0000 bertrand Use inet_ntoa where inet_ntop is not available.
Wed, 09 Apr 2003 16:21:42 +0000 alex removed some wrappers, now the configure checks for inet_pton. patch by Joey Parrish <joey@nicewarrior.org>
Sun, 30 Mar 2003 17:10:36 +0000 albeu Use new config headers
Wed, 26 Mar 2003 11:35:13 +0000 bertrand Added IPv6 support, patch by Dave Lambley <mplayer-dev-eng@dlambley.freeserve.co.uk>
Mon, 13 Jan 2003 03:10:19 +0000 arpi better cache size defaults
Sat, 11 Jan 2003 14:02:23 +0000 bertrand Finally commented out the code for autodetection based on the extension.
Mon, 06 Jan 2003 16:43:42 +0000 bertrand Return another error code for timeout.
Sat, 04 Jan 2003 11:52:17 +0000 bertrand Added the ICY 403 "Service Forbiden" error message.
Thu, 26 Dec 2002 17:25:22 +0000 arpi pnm:// support (ported from xine)
Tue, 05 Nov 2002 19:03:52 +0000 bertrand Added OGG streaming support, patch from Balatoni Denes <pnis@coder.hu>
Fri, 01 Nov 2002 17:46:45 +0000 arpi verbose can be negative
Tue, 29 Oct 2002 09:18:53 +0000 bertrand GCC warning fixes
Wed, 23 Oct 2002 22:07:29 +0000 arpi allow cache to be disabled (-nocache should override cachesize autodetection