summaryrefslogtreecommitdiffstats
path: root/stream/network.c
Commit message (Expand)AuthorAgeFilesLines
* cache: refactor how cache enabling is doneUoti Urpala2012-12-031-16/+0
* stream, demux: replace off_t with int64_twm42012-11-201-3/+3
* Fix potential bugs and issues, general cleanupsreimar2012-11-201-1/+9
* network: fix crash with -playlist http://...wm42012-11-141-0/+2
* Rename directories, move files (step 2 of 2)wm42012-11-121-5/+4
* url: simplifycboesch2012-10-301-4/+1
* core, timeline: cache external ordered chapter files tooStefano Pigozzi2012-09-181-6/+6
* libmpdemux: remove demux_real, demux_viv, demux_audiowm42012-08-201-1/+1
* Remove some demuxers and decoderswm42012-07-301-21/+0
* configure, build: remove --disable-libav supportUoti Urpala2011-12-111-2/+0
* stream/network: don't clobber buffer byte counts on errorreimar2011-07-061-0/+1
* stream/network: distinguish EOF/error in streaming control APIreimar2011-07-061-1/+2
* stream: http: Allow setting custom http headercehoyos2011-04-131-0/+7
* stream/http: Add support for login/password in http_proxy env variablecboesch2010-12-161-3/+3
* stream/network.c, stream/http.c: cleanupcboesch2010-12-161-9/+1
* stream/http: Do not keep authentication in URL when proxiedcboesch2010-12-161-1/+1
* stream/http: Add Proxy-Authorization header to authenticate on proxiescboesch2010-12-161-0/+2
* stream/http: don't use proxy values for "Authorization" headercboesch2010-12-161-1/+1
* stream/network.c: Replace hardcoded str size with sizeofcboesch2010-11-141-5/+5
* cleanup: don't check for NULL before free()diego2010-11-081-11/+7
* stream_network: Fix possible crash for invalid http_proxy URLsreimar2010-11-021-0/+4
* build: enable/disable all FFmpeg libraries togetherUoti Urpala2010-11-021-1/+1
* Factorize MPlayer/MEncoder version string handling.diego2010-11-021-7/+3
* stream: Use MSG_NOSIGNAL flag if available for send().reimar2010-11-021-1/+1
* Merge svn changes up to r31291Uoti Urpala2010-06-021-0/+18
|\
| * Add a referrer option to set the HTTP Referer field.reimar2010-05-301-0/+18
* | Merge svn changes up to r30967Uoti Urpala2010-04-261-1/+4
|\|
| * Make http_read_response fail if parsing the response failed.reimar2010-03-231-1/+4
* | Delete things related to old translation systemUoti Urpala2010-03-101-1/+0
* | Merge svn changes up to r30798Uoti Urpala2010-03-101-7/+0
|\|
| * Remove unused static function streaming_stop().cehoyos2010-02-271-6/+0
* | Merge svn changes up to r30672Uoti Urpala2010-03-101-1/+4
|\|
| * Print response headers as debugging output also for HTTP seeks.reimar2010-02-201-0/+3
| * 10l, fix a close() that should be a closesocket()reimar2010-02-201-1/+1
* | Merge svn changes up to r30663Uoti Urpala2010-03-101-1/+5
|\|
| * Fix mov reference files: for video/quicktime mime do not force a demuxerreimar2010-02-201-1/+5
| * stream: Mark functions not used outside of their files as static.diego2010-02-161-1/+1
* | Merge svn changes up to r30529Uoti Urpala2010-03-091-4/+5
|\|
| * Prefer libavformat over our own mov demuxer also for video/quicktimereimar2010-02-051-4/+5
* | Merge svn changes up to r30475Uoti Urpala2010-03-091-2/+18
|\|
| * Add license header to all files missing it in the stream subdirectory.diego2010-01-301-2/+18
| * whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-10/+10
* | Remove trailing whitespace from most filesUoti Urpala2009-07-071-10/+10
* | Translation system changes part 2: replace macros by stringsAmar Takhar2009-07-071-17/+23
* | Translation system changes part 1: wrap translated stringsAmar Takhar2009-07-071-17/+17
|/
* Convert HAVE_WINSOCK2_H into a 0/1 definition.diego2009-02-011-1/+1
* Forgotten reindentreimar2008-11-021-1/+1
* Add a noicyx:// protocol to allow easier testing for misconfigured servers.reimar2008-11-021-0/+1
* Move '#define closesocket close' preprocessor directive to a common placediego2008-09-011-3/+1
* Revert moving closesocket definition and network headers to network.h.diego2008-08-311-0/+8
* Move duplicated '#define closesocket close' into network.h along withdiego2008-08-291-8/+0
* Rename HAVE_WINSOCK preprocessor condition to HAVE_WINSOCK_H.diego2008-08-291-1/+1
* Start unifying names of internal preprocessor directives.diego2008-07-301-1/+1
* mime_type_table is const as wellreimar2007-12-021-1/+1
* wvx files (mimetype video/x-ms-wvx) are asx playlists. Fix bugzilla #750rtogni2007-06-291-1/+1
* Fix a few gcc warnings, approved by Diego and Reimar.rathann2007-02-051-2/+0
* Force lavf on flv streams. Closes bugzilla #354rtogni2006-12-151-0/+4
* Close fd on error.reimar2006-12-091-1/+2
* Change demuxer for "application/octet-stream" http streams fromeugeni2006-09-151-1/+1
* isolated tcp socket code from network.c to a dedicated fileben2006-08-051-207/+1
* kill a warning in getsockopt()ben2006-08-051-1/+2
* proper inclusion of demuxer.h (including libmpdemux in Makefile only was to m...ben2006-08-041-1/+1
* introduce new 'stream' directory for all stream layer related components and ...ben2006-07-311-0/+657