| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/http: add ff_http_do_new_request2 for options | vectronic | 2019-10-08 | 1 | -1/+7 |
* | avformat/http: add ff_http_get_shutdown_status api for check the status of sh... | Steven Liu | 2019-09-06 | 1 | -0/+16 |
* | avformat/http: change error message from numeric code to string | Steven Liu | 2019-07-11 | 1 | -1/+1 |
* | avformat/doc, http, icecast, rtsp: Add option to disable send-expect-100 | Jun Li | 2019-03-31 | 1 | -11/+17 |
* | lavf/http: Print metadata updates with -loglevel verbose. | Carl Eugen Hoyos | 2019-03-20 | 1 | -2/+4 |
* | http: Do not try to make a new request when seeking past the end of the file | Justin Ruggles | 2019-02-26 | 1 | -0/+7 |
* | avformat/http: Fix Out-of-Bounds access in process_line() | Wenxiang Qian | 2019-02-17 | 1 | -1/+1 |
* | avformat/http: clarify that ffmpeg will attempt to add missing CRLF | Gyan Doshi | 2019-01-29 | 1 | -1/+1 |
* | avformat/http : Added check for valid URL context before calling shutdown | kjeyapal@akamai.com | 2018-11-22 | 1 | -1/+1 |
* | lavf/http: use AV_OPT_FLAG_DEPRECATED for user-agent option | Clément Bœsch | 2018-04-26 | 1 | -2/+1 |
* | avformat/http: flushing tcp receive buffer when it is write only mode | Vishwanath Dixit | 2018-04-20 | 1 | -0/+12 |
* | lavf/http.c: Free allocated client URLContext in case of error. | Stephan Holljes | 2018-04-20 | 1 | -0/+4 |
* | libavformat/http: Refactor and fix additional leaks in get_cookies. | Richard Shaffer | 2018-04-19 | 1 | -37/+28 |
* | libavformat/http: Fix memory leak in get_cookies. | Richard Shaffer | 2018-04-17 | 1 | -0/+1 |
* | http: fix potentially dangerous whitespace skipping code | wm4 | 2018-03-18 | 1 | -0/+2 |
* | http: avoid out of bound accesses on broken Set-Cookie headers | wm4 | 2018-03-18 | 1 | -0/+3 |
* | http: do not print a warning message for expired cookies | wm4 | 2018-03-18 | 1 | -1/+1 |
* | avformat/http: add referer option into http | Steven Liu | 2018-02-01 | 1 | -0/+8 |
* | http: cosmetics: reformat reconnect check for better readability | wm4 | 2018-01-15 | 1 | -3/+9 |
* | avformat/http: fix memory leak in parse_cookie. | Richard Shaffer | 2018-01-12 | 1 | -0/+1 |
* | http: avoid logging reconnect warning if stream was aborted | wm4 | 2018-01-04 | 1 | -0/+3 |
* | http: bump message level for reconnect message and log timeout | wm4 | 2018-01-04 | 1 | -1/+1 |
* | http: block while waiting for reconnecting | wm4 | 2018-01-04 | 1 | -9/+10 |
* | avformat/http: return EINVAL if ff_http_do_new_request is called with non-htt... | Aman Gupta | 2017-12-30 | 1 | -0/+5 |
* | avformat/http: export http_version from response | Aman Gupta | 2017-12-26 | 1 | -0/+8 |
* | avformat/http: avoid ff_http_do_new_request after http/1.0 response | Aman Gupta | 2017-12-26 | 1 | -0/+2 |
* | avformat/http: Avoid calling http_shutdown() if end of chunk is signalled alr... | Karthick Jeyapal | 2017-12-25 | 1 | -3/+5 |
* | avformat/http: return EOF from ff_http_do_new_request if previous response sa... | Aman Gupta | 2017-12-22 | 1 | -0/+3 |
* | avformat/http: add "Opening" info logging to ff_http_do_new_request | Aman Gupta | 2017-12-22 | 1 | -0/+1 |
* | avformat/http: return EINVAL from ff_http_do_new_request() if re-used with di... | Aman Gupta | 2017-12-22 | 1 | -0/+16 |
* | libavformat/http: Handled multiple_requests option during write | Jeyapal, Karthick | 2017-11-29 | 1 | -0/+6 |
* | avformat/http: fix chunked response w/ multiple_requests=1 | Aman Gupta | 2017-11-14 | 1 | -1/+11 |
* | avformat/http: fix stray quote in trace logging | Aman Gupta | 2017-11-13 | 1 | -1/+1 |
* | libavformat: not treat 0 as EOF | Daniel Kucera | 2017-10-19 | 1 | -1/+4 |
* | lavf/http: fix compilation without zlib | Clément Bœsch | 2017-09-15 | 1 | -0/+2 |
* | lavf/http: Reset compressed header flag, fix http 302 request | Jacek Jendrzej | 2017-09-15 | 1 | -0/+1 |
* | libavformat/http: return EIO when ffurl_read return 0, but s->off < target_end | raymondzheng | 2017-06-09 | 1 | -1/+1 |
* | libavformat/http: Ignore expired cookies | Micah Galizia | 2017-05-01 | 1 | -57/+156 |
* | HTTP: improve performance by reducing forward seeks | Joel Cunningham | 2017-02-14 | 1 | -0/+8 |
* | avformat/http: Check for truncated buffers in http_connect() | Michael Niedermayer | 2017-02-14 | 1 | -1/+10 |
* | http: move chunk handling from http_read_stream() to http_buf_read(). | Ronald S. Bultje | 2016-12-05 | 1 | -26/+31 |
* | http: make length/offset-related variables unsigned. | Ronald S. Bultje | 2016-12-05 | 1 | -32/+38 |
* | avformat/http: Fix #ifdef FF_API_HTTP_USER_AGENT | Michael Niedermayer | 2016-09-17 | 1 | -3/+3 |
* | lavf/http: deprecate user-agent option | Steven Liu | 2016-09-17 | 1 | -1/+12 |
* | libavformat/http: add support for content_type option in listen mode | Moritz Barsnick | 2016-08-14 | 1 | -1/+1 |
* | libavformat/http: add support for headers option in listen mode | Moritz Barsnick | 2016-08-12 | 1 | -1/+5 |
* | avformat/http: change seek_ret to int64 | Yuri Zats | 2016-06-16 | 1 | -1/+2 |
* | Merge commit 'fab8156b2f30666adabe227b3d7712fd193873b1' | Derek Buitenhuis | 2016-04-21 | 1 | -3/+3 |
|\ |
|
| * | avio: Copy URLContext generic options into child URLContexts | Martin Storsjö | 2016-03-24 | 1 | -2/+2 |
| * | urlprotocol: receive a list of protocols from the caller | Anton Khirnov | 2016-02-22 | 1 | -2/+2 |