aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream/http.c
Commit message (Expand)AuthorAge
* stream_lavf: use ffmpeg for http/https streamingGravatar wm42012-12-03
* cache: simplify furtherGravatar wm42012-12-03
* cache: refactor how cache enabling is doneGravatar Uoti Urpala2012-12-03
* Fix potential bugs and issues, general cleanupsGravatar reimar2012-11-20
* Rename directories, move files (step 2 of 2)Gravatar wm42012-11-12
* http: fix potential NULL pointer issueGravatar wm42012-11-01
* http: fix potential NULL pointer issueGravatar wm42012-11-01
* stream: fix redirection for proxy URLsGravatar reimar2012-10-30
* core, timeline: cache external ordered chapter files tooGravatar Stefano Pigozzi2012-09-18
* libmpdemux: remove demux_real, demux_viv, demux_audioGravatar wm42012-08-20
* stream/http: add a test file for ultravox in commentGravatar mplayer-svn2012-08-03
* configure, build: require at least Libav 0.7Gravatar Uoti Urpala2011-12-22
* fix compilation with old FFmpeg versionsGravatar Uoti Urpala2011-02-08
* stream/http: assume MakeMKV webservers always support rangesGravatar reimar2011-01-31
* cleanup: Replace two malloc+memset with calloc.Gravatar cboesch2011-01-29
* stream/http: support 307 (Temporary Redirect) responsesGravatar cboesch2011-01-29
* stream/: delete base64_encode(), use libavutil av_base64_encode()Gravatar cboesch2010-12-16
* stream/network.c, stream/http.c: cleanupGravatar cboesch2010-12-16
* stream/http: Add Proxy-Authorization header to authenticate on proxiesGravatar cboesch2010-12-16
* cleanup: don't check for NULL before free()Gravatar diego2010-11-08
* stream/http.c: Move mime_type_table extern declaration to network.hGravatar diego2010-11-02
* printf format fixes ("%d" -> "%zd")Gravatar diego2010-11-02
* Merge svn changes up to r31004Gravatar Uoti Urpala2010-04-26
|\
| * Change type to uint8_t to avoid checks depending on char signedness.Gravatar reimar2010-04-02
| * Sanitize ICY metadata a bit before printing it.Gravatar reimar2010-03-31
* | Delete things related to old translation systemGravatar Uoti Urpala2010-03-10
|/
* Do not cast the results of malloc/calloc/realloc.Gravatar diego2010-02-26
* Declare functions from network.c in network.h.Gravatar diego2010-02-22
* Add license header to all files missing it in the stream subdirectory.Gravatar diego2010-01-30
* Handle Content-Length also when Content-Type is not set.Gravatar reimar2010-01-23
* Use atoll to parse Content-Length to support http for files > 2GB.Gravatar reimar2010-01-23
* Make code slightly more readable.Gravatar reimar2009-12-31
* Fix crash if http reply contains neither "Accept-Ranges" nor "Server" fields.Gravatar reimar2009-12-31
* Add a hack for broken youtube servers not returning Accept-Ranges.Gravatar reimar2009-12-30
* Finally rename the STREAM_SEEK define to MP_STREAM_SEEK, there are just too manyGravatar reimar2009-11-22
* whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* Convert HAVE_WINSOCK2_H into a 0/1 definition.Gravatar diego2009-02-01
* Get rid of pointless 'extern' keywords.Gravatar diego2008-12-03
* Add a noicyx:// protocol to allow easier testing for misconfigured servers.Gravatar reimar2008-11-02
* Avoid a memleak if allocation of field_name fails, fixes bug #1319.Gravatar reimar2008-10-31
* Move '#define closesocket close' preprocessor directive to a common placeGravatar diego2008-09-01
* Revert moving closesocket definition and network headers to network.h.Gravatar diego2008-08-31
* Move duplicated '#define closesocket close' into network.h along withGravatar diego2008-08-29
* Rename HAVE_WINSOCK preprocessor condition to HAVE_WINSOCK_H.Gravatar diego2008-08-29
* Fill stream->end_pos if possible, fixing lavf demuxers that need to seek.Gravatar albeu2008-02-19
* Support icyx://.Gravatar reimar2008-02-15
* Always display Icy-Metadata if available, whether we recognize an ICY-ServerGravatar reimar2008-02-15
* Move printing of Icy-Metadata into an extra functionGravatar reimar2008-02-15
* Remove useless codeGravatar reimar2008-02-15
* Detect IceCast also by Icy-MetaInt header part in http_streaming_start(),Gravatar reimar2008-02-15