summaryrefslogtreecommitdiff
path: root/libavformat/http.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/http: cookie path attribute should be optional not compulsoryMichael J. Walsh2023-03-081-2/+2
* avformat/http: use av_dict_iterateMarvin Scholz2022-12-011-3/+3
* avformat/http: include version.hJames Almer2022-06-241-0/+1
* libavformat: Remove MAX_PATH limit and use UTF-8 version of getenv()Nil Admirari2022-06-211-8/+14
* avformat/http: remove unused function ff_http_get_shutdown_statusSteven Liu2022-05-121-15/+0
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-161-0/+1
* http: Send a Range header even when the offset is 0Justin Ruggles2022-02-111-2/+2
* http: Improve handling of Content-Range with Transfer-Encoding:chunkedJustin Ruggles2022-02-111-1/+7
* avformat/http: Fix double-free on errorAndreas Rheinhardt2022-02-011-3/+1
* http: remove cache_redirect optionerankor2022-01-311-4/+2
* http: honor response headers in redirect cachingerankor2022-01-181-38/+148
* 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