| Commit message (Expand) | Author | Age | Files | Lines |
* | network: set default user-agent to MPlayer's | wm4 | 2013-02-26 | 1 | -1/+1 |
* | stream: set default HTTP user agent to "Mozilla/5.0" | wm4 | 2013-01-31 | 1 | -1/+1 |
* | Fix lots of bugs in mp_http URL handling | Rudolf Polzer | 2013-01-10 | 1 | -4/+7 |
* | cache: refactor how cache enabling is done | Uoti Urpala | 2012-12-03 | 1 | -16/+0 |
* | stream, demux: replace off_t with int64_t | wm4 | 2012-11-20 | 1 | -3/+3 |
* | Fix potential bugs and issues, general cleanups | reimar | 2012-11-20 | 1 | -1/+9 |
* | network: fix crash with -playlist http://... | wm4 | 2012-11-14 | 1 | -0/+2 |
* | Rename directories, move files (step 2 of 2) | wm4 | 2012-11-12 | 1 | -5/+4 |
* | url: simplify | cboesch | 2012-10-30 | 1 | -4/+1 |
* | core, timeline: cache external ordered chapter files too | Stefano Pigozzi | 2012-09-18 | 1 | -6/+6 |
* | libmpdemux: remove demux_real, demux_viv, demux_audio | wm4 | 2012-08-20 | 1 | -1/+1 |
* | Remove some demuxers and decoders | wm4 | 2012-07-30 | 1 | -21/+0 |
* | configure, build: remove --disable-libav support | Uoti Urpala | 2011-12-11 | 1 | -2/+0 |
* | stream/network: don't clobber buffer byte counts on error | reimar | 2011-07-06 | 1 | -0/+1 |
* | stream/network: distinguish EOF/error in streaming control API | reimar | 2011-07-06 | 1 | -1/+2 |
* | stream: http: Allow setting custom http header | cehoyos | 2011-04-13 | 1 | -0/+7 |
* | stream/http: Add support for login/password in http_proxy env variable | cboesch | 2010-12-16 | 1 | -3/+3 |
* | stream/network.c, stream/http.c: cleanup | cboesch | 2010-12-16 | 1 | -9/+1 |
* | stream/http: Do not keep authentication in URL when proxied | cboesch | 2010-12-16 | 1 | -1/+1 |
* | stream/http: Add Proxy-Authorization header to authenticate on proxies | cboesch | 2010-12-16 | 1 | -0/+2 |
* | stream/http: don't use proxy values for "Authorization" header | cboesch | 2010-12-16 | 1 | -1/+1 |
* | stream/network.c: Replace hardcoded str size with sizeof | cboesch | 2010-11-14 | 1 | -5/+5 |
* | cleanup: don't check for NULL before free() | diego | 2010-11-08 | 1 | -11/+7 |
* | stream_network: Fix possible crash for invalid http_proxy URLs | reimar | 2010-11-02 | 1 | -0/+4 |
* | build: enable/disable all FFmpeg libraries together | Uoti Urpala | 2010-11-02 | 1 | -1/+1 |
* | Factorize MPlayer/MEncoder version string handling. | diego | 2010-11-02 | 1 | -7/+3 |
* | stream: Use MSG_NOSIGNAL flag if available for send(). | reimar | 2010-11-02 | 1 | -1/+1 |
* | Merge svn changes up to r31291 | Uoti Urpala | 2010-06-02 | 1 | -0/+18 |
|\ |
|
| * | Add a referrer option to set the HTTP Referer field. | reimar | 2010-05-30 | 1 | -0/+18 |
* | | Merge svn changes up to r30967 | Uoti Urpala | 2010-04-26 | 1 | -1/+4 |
|\| |
|
| * | Make http_read_response fail if parsing the response failed. | reimar | 2010-03-23 | 1 | -1/+4 |
* | | Delete things related to old translation system | Uoti Urpala | 2010-03-10 | 1 | -1/+0 |
* | | Merge svn changes up to r30798 | Uoti Urpala | 2010-03-10 | 1 | -7/+0 |
|\| |
|
| * | Remove unused static function streaming_stop(). | cehoyos | 2010-02-27 | 1 | -6/+0 |
* | | Merge svn changes up to r30672 | Uoti Urpala | 2010-03-10 | 1 | -1/+4 |
|\| |
|
| * | Print response headers as debugging output also for HTTP seeks. | reimar | 2010-02-20 | 1 | -0/+3 |
| * | 10l, fix a close() that should be a closesocket() | reimar | 2010-02-20 | 1 | -1/+1 |
* | | Merge svn changes up to r30663 | Uoti Urpala | 2010-03-10 | 1 | -1/+5 |
|\| |
|
| * | Fix mov reference files: for video/quicktime mime do not force a demuxer | reimar | 2010-02-20 | 1 | -1/+5 |
| * | stream: Mark functions not used outside of their files as static. | diego | 2010-02-16 | 1 | -1/+1 |
* | | Merge svn changes up to r30529 | Uoti Urpala | 2010-03-09 | 1 | -4/+5 |
|\| |
|
| * | Prefer libavformat over our own mov demuxer also for video/quicktime | reimar | 2010-02-05 | 1 | -4/+5 |
* | | Merge svn changes up to r30475 | Uoti Urpala | 2010-03-09 | 1 | -2/+18 |
|\| |
|
| * | Add license header to all files missing it in the stream subdirectory. | diego | 2010-01-30 | 1 | -2/+18 |
| * | whitespace cosmetics: Remove all trailing whitespace. | diego | 2009-05-13 | 1 | -10/+10 |
* | | Remove trailing whitespace from most files | Uoti Urpala | 2009-07-07 | 1 | -10/+10 |
* | | Translation system changes part 2: replace macros by strings | Amar Takhar | 2009-07-07 | 1 | -17/+23 |
* | | Translation system changes part 1: wrap translated strings | Amar Takhar | 2009-07-07 | 1 | -17/+17 |
|/ |
|
* | Convert HAVE_WINSOCK2_H into a 0/1 definition. | diego | 2009-02-01 | 1 | -1/+1 |
* | Forgotten reindent | reimar | 2008-11-02 | 1 | -1/+1 |
* | Add a noicyx:// protocol to allow easier testing for misconfigured servers. | reimar | 2008-11-02 | 1 | -0/+1 |
* | Move '#define closesocket close' preprocessor directive to a common place | diego | 2008-09-01 | 1 | -3/+1 |
* | 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 |
* | Start unifying names of internal preprocessor directives. | diego | 2008-07-30 | 1 | -1/+1 |
* | mime_type_table is const as well | reimar | 2007-12-02 | 1 | -1/+1 |
* | wvx files (mimetype video/x-ms-wvx) are asx playlists. Fix bugzilla #750 | rtogni | 2007-06-29 | 1 | -1/+1 |
* | Fix a few gcc warnings, approved by Diego and Reimar. | rathann | 2007-02-05 | 1 | -2/+0 |
* | Force lavf on flv streams. Closes bugzilla #354 | rtogni | 2006-12-15 | 1 | -0/+4 |
* | Close fd on error. | reimar | 2006-12-09 | 1 | -1/+2 |
* | Change demuxer for "application/octet-stream" http streams from | eugeni | 2006-09-15 | 1 | -1/+1 |
* | isolated tcp socket code from network.c to a dedicated file | ben | 2006-08-05 | 1 | -207/+1 |
* | kill a warning in getsockopt() | ben | 2006-08-05 | 1 | -1/+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/+657 |