summaryrefslogtreecommitdiff
path: root/libavformat/http.c
Commit message (Expand)AuthorAgeFilesLines
* http: make caching of redirect url optionalerankor2021-12-311-0/+27
* avformat/http: prevent truncation of sanitized_pathJames Almer2021-11-251-1/+1
* avformat/http: Add short_seek_size optionDerek Buitenhuis2021-11-171-0/+4
* avformat/http: Stop cookie_dict leaking on errors.Robert Bengtsson-Ölund2021-06-261-1/+5
* avformat/http: Remove deprecated "user-agent" optionAndreas Rheinhardt2021-04-271-3/+0
* avformat/http,tls: honor http_proxy command line variable for HTTPSMoritz Barsnick2021-03-191-0/+6
* avformat/http: Fix leak when using deprecated optionAndreas Rheinhardt2021-03-071-10/+1
* lavf/http: treat 308 as 301Robin Cooksey2021-01-251-1/+1
* avformat/http: support retry on connection errorerankor2021-01-031-2/+58
* http: Check for AVERROR_EOF in the check for premature endMartin Storsjö2020-11-201-1/+2
* avformat/http: fix memleakZhao Zhili2020-09-251-1/+2
* avformat/http: increase BUFFER_SIZE to MAX_URL_SIZE + HTTP_HEADERS_SIZEJoey Smith2020-05-211-1/+1
* avformat/http: Fix for invalid use of av_strtokLimin Wang2020-05-101-2/+6
* avformat/http: escape unsafe URL path in HTTP requestMarton Balint2020-02-151-1/+35
* avformat/http: use AVBPrint to construct HTTP requestMarton Balint2020-02-151-55/+32
* avformat/http: make sure URL path contains a slashMarton Balint2020-02-151-3/+7
* avformat/http: split the fragment part from the HTTP URL before the requestMarton Balint2020-02-151-0/+5
* avformat/hls: support data protocol in uri for EXT-X-MAPSteven Liu2020-01-181-1/+1
* avformat/http: add ff_http_do_new_request2 for optionsvectronic2019-10-081-1/+7
* avformat/http: add ff_http_get_shutdown_status api for check the status of sh...Steven Liu2019-09-061-0/+16
* avformat/http: change error message from numeric code to stringSteven Liu2019-07-111-1/+1
* avformat/doc, http, icecast, rtsp: Add option to disable send-expect-100Jun Li2019-03-311-11/+17
* lavf/http: Print metadata updates with -loglevel verbose.Carl Eugen Hoyos2019-03-201-2/+4
* http: Do not try to make a new request when seeking past the end of the fileJustin Ruggles2019-02-261-0/+7
* avformat/http: Fix Out-of-Bounds access in process_line()Wenxiang Qian2019-02-171-1/+1
* avformat/http: clarify that ffmpeg will attempt to add missing CRLFGyan Doshi2019-01-291-1/+1
* avformat/http : Added check for valid URL context before calling shutdownkjeyapal@akamai.com2018-11-221-1/+1
* lavf/http: use AV_OPT_FLAG_DEPRECATED for user-agent optionClément Bœsch2018-04-261-2/+1
* avformat/http: flushing tcp receive buffer when it is write only modeVishwanath Dixit2018-04-201-0/+12
* lavf/http.c: Free allocated client URLContext in case of error.Stephan Holljes2018-04-201-0/+4
* libavformat/http: Refactor and fix additional leaks in get_cookies.Richard Shaffer2018-04-191-37/+28
* libavformat/http: Fix memory leak in get_cookies.Richard Shaffer2018-04-171-0/+1
* http: fix potentially dangerous whitespace skipping codewm42018-03-181-0/+2
* http: avoid out of bound accesses on broken Set-Cookie headerswm42018-03-181-0/+3
* http: do not print a warning message for expired cookieswm42018-03-181-1/+1
* avformat/http: add referer option into httpSteven Liu2018-02-011-0/+8
* http: cosmetics: reformat reconnect check for better readabilitywm42018-01-151-3/+9
* avformat/http: fix memory leak in parse_cookie.Richard Shaffer2018-01-121-0/+1
* http: avoid logging reconnect warning if stream was abortedwm42018-01-041-0/+3
* http: bump message level for reconnect message and log timeoutwm42018-01-041-1/+1
* http: block while waiting for reconnectingwm42018-01-041-9/+10
* avformat/http: return EINVAL if ff_http_do_new_request is called with non-htt...Aman Gupta2017-12-301-0/+5
* avformat/http: export http_version from responseAman Gupta2017-12-261-0/+8
* avformat/http: avoid ff_http_do_new_request after http/1.0 responseAman Gupta2017-12-261-0/+2
* avformat/http: Avoid calling http_shutdown() if end of chunk is signalled alr...Karthick Jeyapal2017-12-251-3/+5
* avformat/http: return EOF from ff_http_do_new_request if previous response sa...Aman Gupta2017-12-221-0/+3
* avformat/http: add "Opening" info logging to ff_http_do_new_requestAman Gupta2017-12-221-0/+1
* avformat/http: return EINVAL from ff_http_do_new_request() if re-used with di...Aman Gupta2017-12-221-0/+16
* libavformat/http: Handled multiple_requests option during writeJeyapal, Karthick2017-11-291-0/+6
* avformat/http: fix chunked response w/ multiple_requests=1Aman Gupta2017-11-141-1/+11