| Commit message (Expand) | Author | Age | Files | Lines |
* | stream: implement some HTTP specific options for stream_lavf | wm4 | 2013-01-24 | 1 | -2/+0 |
* | stream_lavf: use ffmpeg for http/https streaming | wm4 | 2012-12-03 | 1 | -2/+2 |
* | cache: simplify further | wm4 | 2012-12-03 | 1 | -4/+2 |
* | cache: refactor how cache enabling is done | Uoti Urpala | 2012-12-03 | 1 | -1/+0 |
* | Fix potential bugs and issues, general cleanups | reimar | 2012-11-20 | 1 | -29/+14 |
* | Rename directories, move files (step 2 of 2) | wm4 | 2012-11-12 | 1 | -2/+2 |
* | http: fix potential NULL pointer issue | wm4 | 2012-11-01 | 1 | -10/+9 |
* | http: fix potential NULL pointer issue | wm4 | 2012-11-01 | 1 | -1/+4 |
* | stream: fix redirection for proxy URLs | reimar | 2012-10-30 | 1 | -6/+4 |
* | core, timeline: cache external ordered chapter files too | Stefano Pigozzi | 2012-09-18 | 1 | -1/+0 |
* | libmpdemux: remove demux_real, demux_viv, demux_audio | wm4 | 2012-08-20 | 1 | -1/+1 |
* | stream/http: add a test file for ultravox in comment | mplayer-svn | 2012-08-03 | 1 | -0/+3 |
* | configure, build: require at least Libav 0.7 | Uoti Urpala | 2011-12-22 | 1 | -3/+0 |
* | fix compilation with old FFmpeg versions | Uoti Urpala | 2011-02-08 | 1 | -0/+5 |
* | stream/http: assume MakeMKV webservers always support ranges | reimar | 2011-01-31 | 1 | -2/+6 |
* | cleanup: Replace two malloc+memset with calloc. | cboesch | 2011-01-29 | 1 | -2/+1 |
* | stream/http: support 307 (Temporary Redirect) responses | cboesch | 2011-01-29 | 1 | -0/+2 |
* | stream/: delete base64_encode(), use libavutil av_base64_encode() | cboesch | 2010-12-16 | 1 | -64/+7 |
* | stream/network.c, stream/http.c: cleanup | cboesch | 2010-12-16 | 1 | -4/+3 |
* | stream/http: Add Proxy-Authorization header to authenticate on proxies | cboesch | 2010-12-16 | 1 | -4/+16 |
* | cleanup: don't check for NULL before free() | diego | 2010-11-08 | 1 | -10/+9 |
* | stream/http.c: Move mime_type_table extern declaration to network.h | diego | 2010-11-02 | 1 | -1/+0 |
* | printf format fixes ("%d" -> "%zd") | diego | 2010-11-02 | 1 | -1/+1 |
* | Merge svn changes up to r31004 | Uoti Urpala | 2010-04-26 | 1 | -1/+6 |
|\ |
|
| * | Change type to uint8_t to avoid checks depending on char signedness. | reimar | 2010-04-02 | 1 | -1/+1 |
| * | Sanitize ICY metadata a bit before printing it. | reimar | 2010-03-31 | 1 | -0/+5 |
* | | Delete things related to old translation system | Uoti Urpala | 2010-03-10 | 1 | -1/+0 |
|/ |
|
* | Do not cast the results of malloc/calloc/realloc. | diego | 2010-02-26 | 1 | -3/+3 |
* | Declare functions from network.c in network.h. | diego | 2010-02-22 | 1 | -2/+0 |
* | Add license header to all files missing it in the stream subdirectory. | diego | 2010-01-30 | 1 | -2/+18 |
* | Handle Content-Length also when Content-Type is not set. | reimar | 2010-01-23 | 1 | -5/+6 |
* | Use atoll to parse Content-Length to support http for files > 2GB. | reimar | 2010-01-23 | 1 | -1/+1 |
* | Make code slightly more readable. | reimar | 2009-12-31 | 1 | -2/+2 |
* | Fix crash if http reply contains neither "Accept-Ranges" nor "Server" fields. | reimar | 2009-12-31 | 1 | -1/+2 |
* | Add a hack for broken youtube servers not returning Accept-Ranges. | reimar | 2009-12-30 | 1 | -0/+2 |
* | Finally rename the STREAM_SEEK define to MP_STREAM_SEEK, there are just too many | reimar | 2009-11-22 | 1 | -1/+1 |
* | whitespace cosmetics: Remove all trailing whitespace. | diego | 2009-05-13 | 1 | -21/+21 |
* | Convert HAVE_WINSOCK2_H into a 0/1 definition. | diego | 2009-02-01 | 1 | -1/+1 |
* | Get rid of pointless 'extern' keywords. | diego | 2008-12-03 | 1 | -1/+1 |
* | Add a noicyx:// protocol to allow easier testing for misconfigured servers. | reimar | 2008-11-02 | 1 | -1/+1 |
* | Avoid a memleak if allocation of field_name fails, fixes bug #1319. | reimar | 2008-10-31 | 1 | -0/+1 |
* | Move '#define closesocket close' preprocessor directive to a common place | diego | 2008-09-01 | 1 | -1/+0 |
* | Revert moving closesocket definition and network headers to network.h. | diego | 2008-08-31 | 1 | -0/+8 |
* | Move duplicated '#define closesocket close' into network.h along with | diego | 2008-08-29 | 1 | -8/+0 |
* | Rename HAVE_WINSOCK preprocessor condition to HAVE_WINSOCK_H. | diego | 2008-08-29 | 1 | -1/+1 |
* | Fill stream->end_pos if possible, fixing lavf demuxers that need to seek. | albeu | 2008-02-19 | 1 | -1/+3 |
* | Support icyx://. | reimar | 2008-02-15 | 1 | -1/+1 |
* | Always display Icy-Metadata if available, whether we recognize an ICY-Server | reimar | 2008-02-15 | 1 | -1/+2 |
* | Move printing of Icy-Metadata into an extra function | reimar | 2008-02-15 | 1 | -14/+18 |
* | Remove useless code | reimar | 2008-02-15 | 1 | -6/+6 |
* | Detect IceCast also by Icy-MetaInt header part in http_streaming_start(), | reimar | 2008-02-15 | 1 | -1/+2 |
* | mime_type_table is const as well | reimar | 2007-12-02 | 1 | -1/+1 |
* | Preserve unsv:// protocol specifier over http redirects. | reimar | 2007-12-02 | 1 | -0/+5 |
* | Mark all stream_info_t as const | reimar | 2007-12-02 | 1 | -2/+2 |
* | Support stream redirection from http to mms, fix bug #927. | ulion | 2007-11-26 | 1 | -2/+12 |
* | cosmetics: typo fix UNSUPORTED --> UNSUPPORTED | diego | 2007-08-28 | 1 | -4/+4 |
* | Fix base64_encode() max output length checking. | uau | 2007-01-28 | 1 | -4/+3 |
* | Fix double free of *http_hdr at server error. | iive | 2006-12-30 | 1 | -2/+2 |
* | Make sure closesocket is called. | reimar | 2006-12-10 | 1 | -0/+10 |
* | STREAM_UNSUPPORTED is -1, so use the former for return value in all places. | reimar | 2006-12-10 | 1 | -4/+2 |
* | Make sure stream->fd is set correct (esp. to -1 on error when fd is closed) | reimar | 2006-12-10 | 1 | -1/+2 |
* | Fix misplaced http_free | reimar | 2006-12-09 | 1 | -1/+1 |
* | Fix potential endless loop in http_streaming_start due | reimar | 2006-12-09 | 1 | -0/+1 |
* | Fix lots and lots of potential memory/fd leaks in http_streaming_start | reimar | 2006-12-09 | 1 | -19/+28 |
* | Support URL redirections that do not specify full URL. | reimar | 2006-11-08 | 1 | -2/+1 |
* | slight overall verbosity reduction | diego | 2006-10-12 | 1 | -2/+2 |
* | Handle 303 (See Other) redirect, part of a patch by Benjamin Zores (ben at ge... | reimar | 2006-08-20 | 1 | -0/+2 |
* | proper inclusion of demuxer.h (including libmpdemux in Makefile only was to m... | ben | 2006-08-04 | 1 | -1/+1 |
* | introduce new 'stream' directory for all stream layer related components and ... | ben | 2006-07-31 | 1 | -0/+948 |