aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/http.c
Commit message (Expand)AuthorAgeFilesLines
* fftools, avfilter, avformat: Simplify check for "is dictionary empty?"Andreas Rheinhardt2024-05-201-4/+4
* avformat/http: Add support for Retry-After headerDerek Buitenhuis2024-04-251-0/+24
* avformat/http: Rename parse_set_cookie_expiry_time to parse_http_dateDerek Buitenhuis2024-04-251-19/+19
* avformat/http: Add option to limit total reconnect delayDerek Buitenhuis2024-04-251-2/+10
* avformat/http: Add options to set the max number of connection retriesDerek Buitenhuis2024-04-251-3/+9
* avformat/http: Rename attempts to auth_attemptsDerek Buitenhuis2024-04-251-8/+8
* avformat/http: Don't bail on parsing headers on "bad" HTTP codesDerek Buitenhuis2024-04-251-5/+20
* avformat/http: Use AVERROR_HTTP_TOO_MANY_REQUESTSDerek Buitenhuis2024-04-251-0/+7
* avutil/common: Don't auto-include mem.hAndreas Rheinhardt2024-03-311-0/+1
* all: use designated initializers for AVOption.unitAnton Khirnov2024-02-141-3/+3
* Revert "all: Don't set AVClass.item_name to its default value"Anton Khirnov2024-01-201-0/+1
* all: Don't set AVClass.item_name to its default valueAndreas Rheinhardt2023-12-221-1/+0
* avformat/avformat: Avoid including codec.h, frame.hAndreas Rheinhardt2023-09-071-0/+1
* avformat/http: copy only mime type from Content-TypeKacper Michajłow2023-06-291-1/+1
* 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