411 Commits (cb803a0072cb98945dcd3f1660bd2a975650ce42)

Author SHA1 Message Date
wm4 8a108bdea0 http: block while waiting for reconnecting 7 years ago
Aman Gupta c0b08ef94f avformat/http: return EINVAL if ff_http_do_new_request is called with non-http URLContext 7 years ago
Aman Gupta 039007c928 avformat/http: export http_version from response 7 years ago
Aman Gupta 11f989945e avformat/http: avoid ff_http_do_new_request after http/1.0 response 7 years ago
Karthick Jeyapal 6848201f70 avformat/http: Avoid calling http_shutdown() if end of chunk is signalled already 7 years ago
Aman Gupta 54d0ef1738 avformat/http: return EOF from ff_http_do_new_request if previous response said Connection:close 7 years ago
Aman Gupta 9395e44b8d avformat/http: add "Opening" info logging to ff_http_do_new_request 7 years ago
Aman Gupta 28358e466d avformat/http: return EINVAL from ff_http_do_new_request() if re-used with different hostname 7 years ago
Jeyapal, Karthick 4ddf7476c0 libavformat/http: Handled multiple_requests option during write 7 years ago
Aman Gupta 91a565e20f avformat/http: fix chunked response w/ multiple_requests=1 7 years ago
Aman Gupta 52bf0febb3 avformat/http: fix stray quote in trace logging 7 years ago
Daniel Kucera 858db4b01f libavformat: not treat 0 as EOF 7 years ago
Jacek Jendrzej 9b1c091114 http: Reset compressed header flag when starting to read a request 7 years ago
Clément Bœsch 6743351558 lavf/http: fix compilation without zlib 7 years ago
Jacek Jendrzej e2f8f14052 lavf/http: Reset compressed header flag, fix http 302 request 7 years ago
raymondzheng 9f20cc5c84 libavformat/http: return EIO when ffurl_read return 0, but s->off < target_end 8 years ago
Micah Galizia 28b2467074 libavformat/http: Ignore expired cookies 8 years ago
Joel Cunningham 8c8e5d5286 HTTP: improve performance by reducing forward seeks 8 years ago
Michael Niedermayer 8fa18e042a avformat/http: Check for truncated buffers in http_connect() 8 years ago
Martin Storsjö 1316446779 http: Check for negative chunk sizes 8 years ago
Ronald S. Bultje 845bb40178 http: move chunk handling from http_read_stream() to http_buf_read(). 8 years ago
Ronald S. Bultje 2a05c8f813 http: make length/offset-related variables unsigned. 8 years ago
Michael Niedermayer a880923170 avformat/http: Fix #ifdef FF_API_HTTP_USER_AGENT 8 years ago
Steven Liu 27714b462d lavf/http: deprecate user-agent option 8 years ago
Moritz Barsnick d14993478c libavformat/http: add support for content_type option in listen mode 8 years ago
Moritz Barsnick e8b355a028 libavformat/http: add support for headers option in listen mode 8 years ago
Yuri Zats ebda8216dc avformat/http: change seek_ret to int64 9 years ago
Martin Storsjö fab8156b2f avio: Copy URLContext generic options into child URLContexts 9 years ago
Carl Eugen Hoyos 58fa694978 lavf/http: Add httpproxy to the default protocol whitelist. 9 years ago
Carl Eugen Hoyos 144ef773c7 Use correct msvc type specifiers for ptrdiff_t and size_t. 9 years ago
Derek Buitenhuis 93629735d7 avformat: Add a protocol blacklisting API 9 years ago
Anton Khirnov 8c0ceafb0f urlprotocol: receive a list of protocols from the caller 9 years ago
Anton Khirnov 2758cdedfb lavf: reorganize URLProtocols 9 years ago
Schenk, Michael 93f4b41208 avformat/http: add crypto to default whitlist to get encrypted HLS working again 9 years ago
Michael Niedermayer fe3fed0b14 Update demuxers and protocols for protocol whitelist support 9 years ago
Joel Holdsworth b4eb1f29eb avformat/http: Added http_proxy option 9 years ago
Clément Bœsch 43ecec0f03 avformat: use AV_OPT_TYPE_BOOL in a bunch of places 9 years ago
Rodger Combs 362c17e656 lavf/http: fix incorrect warning in range requests 9 years ago
Michael Niedermayer 4d76e89c18 avformat/http: Initialize .str based default for AV_OPT_TYPE_STRING types 9 years ago
Michael Niedermayer 7277a4ace9 avformat/http: add reconnect_delay_max option 9 years ago
Michael Niedermayer bdbab4a351 avformat/http: exponentially delay reconnection to avoid flooding the server 9 years ago
Michael Niedermayer 9bd68dea2b avformat/http: Add reconnect_at_eof and reconnect_streamed options 9 years ago
Michael Niedermayer 63974bd494 avformat/http: print error that causes reconnection 9 years ago
Michael Niedermayer 7990beedee avformat/http: require seekability only when seeking to position != 0 9 years ago
Stephan Holljes 280d140cb0 lavf/http: Remove superfluous parenthesis. 9 years ago
Stephan Holljes dd7b486e8e lavf/http: Fix incorrectly placed parenthesis. 9 years ago
Stephan Holljes 4f860848ab lavf/http: Fix parsing http request data to not read over '\0'. 9 years ago
Stephan Holljes 3240e69de6 lavf/http: Implement server side network code. 9 years ago
Luca Barbato 5ae178539b http: Add the trailing endlines if they are missing 9 years ago
Stephan Holljes de3a7ef204 lavf/http: Correctly terminate session with HTTP POST client. 10 years ago