summaryrefslogtreecommitdiff
path: root/libavformat/http.c
Commit message (Expand)AuthorAge
* avformat/http: include version.hJames Almer2022-06-24
* libavformat: Remove MAX_PATH limit and use UTF-8 version of getenv()Nil Admirari2022-06-21
* avformat/http: remove unused function ff_http_get_shutdown_statusSteven Liu2022-05-12
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-16
* http: Send a Range header even when the offset is 0Justin Ruggles2022-02-11
* http: Improve handling of Content-Range with Transfer-Encoding:chunkedJustin Ruggles2022-02-11
* avformat/http: Fix double-free on errorAndreas Rheinhardt2022-02-01
* http: remove cache_redirect optionerankor2022-01-31
* http: honor response headers in redirect cachingerankor2022-01-18
* http: make caching of redirect url optionalerankor2021-12-31
* avformat/http: prevent truncation of sanitized_pathJames Almer2021-11-25
* avformat/http: Add short_seek_size optionDerek Buitenhuis2021-11-17
* avformat/http: Stop cookie_dict leaking on errors.Robert Bengtsson-Ölund2021-06-26
* avformat/http: Remove deprecated "user-agent" optionAndreas Rheinhardt2021-04-27
* avformat/http,tls: honor http_proxy command line variable for HTTPSMoritz Barsnick2021-03-19
* avformat/http: Fix leak when using deprecated optionAndreas Rheinhardt2021-03-07
* lavf/http: treat 308 as 301Robin Cooksey2021-01-25
* avformat/http: support retry on connection errorerankor2021-01-03
* http: Check for AVERROR_EOF in the check for premature endMartin Storsjö2020-11-20
* avformat/http: fix memleakZhao Zhili2020-09-25
* avformat/http: increase BUFFER_SIZE to MAX_URL_SIZE + HTTP_HEADERS_SIZEJoey Smith2020-05-21
* avformat/http: Fix for invalid use of av_strtokLimin Wang2020-05-10
* avformat/http: escape unsafe URL path in HTTP requestMarton Balint2020-02-15
* avformat/http: use AVBPrint to construct HTTP requestMarton Balint2020-02-15
* avformat/http: make sure URL path contains a slashMarton Balint2020-02-15
* avformat/http: split the fragment part from the HTTP URL before the requestMarton Balint2020-02-15
* avformat/hls: support data protocol in uri for EXT-X-MAPSteven Liu2020-01-18
* avformat/http: add ff_http_do_new_request2 for optionsvectronic2019-10-08
* avformat/http: add ff_http_get_shutdown_status api for check the status of sh...Steven Liu2019-09-06
* avformat/http: change error message from numeric code to stringSteven Liu2019-07-11
* avformat/doc, http, icecast, rtsp: Add option to disable send-expect-100Jun Li2019-03-31
* lavf/http: Print metadata updates with -loglevel verbose.Carl Eugen Hoyos2019-03-20
* http: Do not try to make a new request when seeking past the end of the fileJustin Ruggles2019-02-26
* avformat/http: Fix Out-of-Bounds access in process_line()Wenxiang Qian2019-02-17
* avformat/http: clarify that ffmpeg will attempt to add missing CRLFGyan Doshi2019-01-29
* avformat/http : Added check for valid URL context before calling shutdownkjeyapal@akamai.com2018-11-22
* lavf/http: use AV_OPT_FLAG_DEPRECATED for user-agent optionClément Bœsch2018-04-26
* avformat/http: flushing tcp receive buffer when it is write only modeVishwanath Dixit2018-04-20
* lavf/http.c: Free allocated client URLContext in case of error.Stephan Holljes2018-04-20
* libavformat/http: Refactor and fix additional leaks in get_cookies.Richard Shaffer2018-04-19
* libavformat/http: Fix memory leak in get_cookies.Richard Shaffer2018-04-17
* http: fix potentially dangerous whitespace skipping codewm42018-03-18
* http: avoid out of bound accesses on broken Set-Cookie headerswm42018-03-18
* http: do not print a warning message for expired cookieswm42018-03-18
* avformat/http: add referer option into httpSteven Liu2018-02-01
* http: cosmetics: reformat reconnect check for better readabilitywm42018-01-15
* avformat/http: fix memory leak in parse_cookie.Richard Shaffer2018-01-12
* http: avoid logging reconnect warning if stream was abortedwm42018-01-04
* http: bump message level for reconnect message and log timeoutwm42018-01-04
* http: block while waiting for reconnectingwm42018-01-04