summaryrefslogtreecommitdiff
path: root/libavformat/http.c
Commit message (Expand)AuthorAge
* fftools, avfilter, avformat: Simplify check for "is dictionary empty?"Andreas Rheinhardt2024-05-20
* avformat/http: Add support for Retry-After headerDerek Buitenhuis2024-04-25
* avformat/http: Rename parse_set_cookie_expiry_time to parse_http_dateDerek Buitenhuis2024-04-25
* avformat/http: Add option to limit total reconnect delayDerek Buitenhuis2024-04-25
* avformat/http: Add options to set the max number of connection retriesDerek Buitenhuis2024-04-25
* avformat/http: Rename attempts to auth_attemptsDerek Buitenhuis2024-04-25
* avformat/http: Don't bail on parsing headers on "bad" HTTP codesDerek Buitenhuis2024-04-25
* avformat/http: Use AVERROR_HTTP_TOO_MANY_REQUESTSDerek Buitenhuis2024-04-25
* avutil/common: Don't auto-include mem.hAndreas Rheinhardt2024-03-31
* all: use designated initializers for AVOption.unitAnton Khirnov2024-02-14
* Revert "all: Don't set AVClass.item_name to its default value"Anton Khirnov2024-01-20
* all: Don't set AVClass.item_name to its default valueAndreas Rheinhardt2023-12-22
* avformat/avformat: Avoid including codec.h, frame.hAndreas Rheinhardt2023-09-07
* avformat/http: copy only mime type from Content-TypeKacper Michajłow2023-06-29
* avformat/http: cookie path attribute should be optional not compulsoryMichael J. Walsh2023-03-08
* avformat/http: use av_dict_iterateMarvin Scholz2022-12-01
* 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