log stream/network.c @ 37188:32aab8a15bfc

age author description
Sun, 17 Mar 2013 22:47:17 +0000 diego Add missing strings.h #includes for strcasecmp().
Sat, 16 Mar 2013 13:38:34 +0000 reimar Fix previous commit, off_t must be replaced by int64_t
Sat, 16 Mar 2013 10:09:12 +0000 reimar Replace some uses of off_t by uint64_t.
Wed, 05 Dec 2012 08:35:23 +0000 upsuper Add video/ogg as an Ogg mimetype.
Wed, 05 Dec 2012 08:17:37 +0000 cehoyos Recognize audio/ogg as an OGG mimetype.
Sat, 10 Nov 2012 13:19:29 +0000 reimar Add url_new_with_proxy function to reduce code duplication and memleaks.
Sat, 10 Nov 2012 12:46:01 +0000 reimar check4proxies does not modify input URL, so mark it const.
Mon, 21 May 2012 09:42:04 +0000 ib Add MIME type application/ogg for OGG streaming.
Mon, 04 Jul 2011 19:11:21 +0000 reimar Ensure we do not add strange values to amount of buffered bytes
Mon, 04 Jul 2011 19:10:17 +0000 reimar Signal EOF vs. error also via streaming control API (not yet evaluated).
Thu, 17 Mar 2011 08:58:49 +0000 cehoyos Allow setting custom http header.
Sat, 26 Feb 2011 11:57:18 +0000 cboesch Use mp_asprintf in make_noauth_url and make_http_proxy_url.
Fri, 03 Dec 2010 23:10:36 +0000 cboesch Add support for login/password in http_proxy env variable.
Thu, 25 Nov 2010 10:04:07 +0000 cboesch Use calloc instead of malloc+memset.
Thu, 25 Nov 2010 10:02:51 +0000 cboesch Remove GCC warning hack not needed anymore
Thu, 25 Nov 2010 10:01:48 +0000 cboesch Remove dead define
Sun, 21 Nov 2010 16:52:22 +0000 cboesch Do not keep authentication in URL on connection through a proxy
Thu, 18 Nov 2010 20:20:39 +0000 cboesch Add Proxy-Authorization header to authenticate on proxies
Thu, 18 Nov 2010 20:18:44 +0000 cboesch "Authentication" header is for the destination server URL, even through a proxy
Sun, 07 Nov 2010 21:48:12 +0000 cboesch Replace hardcoded str size with sizeof
Sun, 07 Nov 2010 12:47:40 +0000 diego Remove some useless NULL pointer checks before invoking free() on the pointer.
Sun, 17 Oct 2010 16:10:17 +0000 reimar Fix possible crash for invalid http_proxy URLs like just
Mon, 13 Sep 2010 18:19:25 +0000 diego build system: Merge all FFmpeg library checks into a single FFmpeg check.
Fri, 10 Sep 2010 16:54:47 +0000 diego Remove duplicate stream_cache_size extern declaration.
Mon, 28 Jun 2010 08:26:14 +0000 diego Factorize MPlayer/MEncoder version string handling.
Sun, 27 Jun 2010 15:04:13 +0000 reimar Use MSG_NOSIGNAL flag if available for send().
Sun, 30 May 2010 16:50:02 +0000 reimar Add a referrer option to set the HTTP Referer field.
Tue, 23 Mar 2010 19:45:33 +0000 reimar Make http_read_response fail if parsing the response failed.
Sat, 27 Feb 2010 20:13:21 +0000 cehoyos Remove unused static function streaming_stop().
Sat, 20 Feb 2010 19:23:14 +0000 reimar Print response headers as debugging output also for HTTP seeks.
Sat, 20 Feb 2010 19:22:23 +0000 reimar 10l, fix a close() that should be a closesocket()
Sat, 20 Feb 2010 11:48:41 +0000 reimar Fix mov reference files: for video/quicktime mime do not force a demuxer
Tue, 16 Feb 2010 16:32:38 +0000 diego stream: Mark functions not used outside of their files as static.
Fri, 05 Feb 2010 17:35:48 +0000 reimar Prefer libavformat over our own mov demuxer also for video/quicktime
Sat, 30 Jan 2010 22:26:47 +0000 diego Add license header to all files missing it in the stream subdirectory.
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Sun, 01 Feb 2009 13:42:27 +0000 diego Convert HAVE_WINSOCK2_H into a 0/1 definition.
Sun, 02 Nov 2008 17:15:44 +0000 reimar Forgotten reindent
Sun, 02 Nov 2008 17:15:14 +0000 reimar Add a noicyx:// protocol to allow easier testing for misconfigured servers.
Mon, 01 Sep 2008 07:31:57 +0000 diego Move '#define closesocket close' preprocessor directive to a common place
Sun, 31 Aug 2008 13:59:54 +0000 diego Revert moving closesocket definition and network headers to network.h.
Fri, 29 Aug 2008 22:55:39 +0000 diego Move duplicated '#define closesocket close' into network.h along with
Fri, 29 Aug 2008 20:05:08 +0000 diego Rename HAVE_WINSOCK preprocessor condition to HAVE_WINSOCK_H.
Wed, 30 Jul 2008 12:01:30 +0000 diego Start unifying names of internal preprocessor directives.
Sun, 02 Dec 2007 22:12:50 +0000 reimar mime_type_table is const as well
Fri, 29 Jun 2007 21:21:57 +0000 rtogni wvx files (mimetype video/x-ms-wvx) are asx playlists. Fix bugzilla #750
Mon, 05 Feb 2007 23:46:08 +0000 rathann Fix a few gcc warnings, approved by Diego and Reimar.
Fri, 15 Dec 2006 23:09:01 +0000 rtogni Force lavf on flv streams. Closes bugzilla #354
Sat, 09 Dec 2006 18:54:12 +0000 reimar Close fd on error.
Fri, 15 Sep 2006 21:34:38 +0000 eugeni Change demuxer for "application/octet-stream" http streams from
Sat, 05 Aug 2006 10:30:06 +0000 ben isolated tcp socket code from network.c to a dedicated file
Sat, 05 Aug 2006 08:56:54 +0000 ben kill a warning in getsockopt()
Fri, 04 Aug 2006 17:01:29 +0000 ben proper inclusion of demuxer.h (including libmpdemux in Makefile only was to make previous split easier)
Mon, 31 Jul 2006 17:39:17 +0000 ben introduce new 'stream' directory for all stream layer related components and split them from libmpdemux base libmpdemux/network.c@cc132e57eba7