427 Commits (0aad5b9bf5e533bd99f1accba4de8e8ef974686f)

Author SHA1 Message Date
Andreas Rheinhardt f3d206d25f fftools, avfilter, avformat: Simplify check for "is dictionary empty?" 6 months ago
Derek Buitenhuis 2d5fa816fb avformat/http: Add support for Retry-After header 7 months ago
Derek Buitenhuis 6d89fd4c27 avformat/http: Rename parse_set_cookie_expiry_time to parse_http_date 7 months ago
Derek Buitenhuis 31de02cf31 avformat/http: Add option to limit total reconnect delay 7 months ago
Derek Buitenhuis 10374ab5ed avformat/http: Add options to set the max number of connection retries 7 months ago
Derek Buitenhuis a776d524e1 avformat/http: Rename attempts to auth_attempts 7 months ago
Derek Buitenhuis fa00624693 avformat/http: Don't bail on parsing headers on "bad" HTTP codes 7 months ago
Derek Buitenhuis b79260550b avformat/http: Use AVERROR_HTTP_TOO_MANY_REQUESTS 7 months ago
Andreas Rheinhardt 790f793844 avutil/common: Don't auto-include mem.h 8 months ago
Anton Khirnov 1e7d2007c3 all: use designated initializers for AVOption.unit 9 months ago
Anton Khirnov 08bebeb1be Revert "all: Don't set AVClass.item_name to its default value" 10 months ago
Andreas Rheinhardt 0c6203c97a all: Don't set AVClass.item_name to its default value 11 months ago
Andreas Rheinhardt 0c6e5f321b avformat/avformat: Avoid including codec.h, frame.h 1 year ago
Kacper Michajłow 0cd2e7dcfb
avformat/http: copy only mime type from Content-Type 1 year ago
Michael J. Walsh 6f1c006959 avformat/http: cookie path attribute should be optional not compulsory 2 years ago
Marvin Scholz 643c2b4722 avformat/http: use av_dict_iterate 2 years ago
James Almer c7ce03d826 avformat/http: include version.h 2 years ago
Nil Admirari c381f5412f libavformat: Remove MAX_PATH limit and use UTF-8 version of getenv() 2 years ago
Steven Liu 1d6e9a7a30 avformat/http: remove unused function ff_http_get_shutdown_status 3 years ago
Martin Storsjö a78f136f3f configure: Use a separate config_components.h header for $ALL_COMPONENTS 3 years ago
Justin Ruggles 0dd1ff67c8 http: Send a Range header even when the offset is 0 3 years ago
Justin Ruggles c1228315c9 http: Improve handling of Content-Range with Transfer-Encoding:chunked 3 years ago
Andreas Rheinhardt 61cbfdc0a2 avformat/http: Fix double-free on error 3 years ago
erankor f23d3a5f8f http: remove cache_redirect option 3 years ago
erankor 625ea2d2a9 http: honor response headers in redirect caching 3 years ago
erankor 6348be83e8 http: make caching of redirect url optional 3 years ago
James Almer b46817d9c3 avformat/http: prevent truncation of sanitized_path 3 years ago
Derek Buitenhuis a35101aae3 avformat/http: Add short_seek_size option 3 years ago
Robert Bengtsson-Ölund ad06929d8d avformat/http: Stop cookie_dict leaking on errors. 3 years ago
Andreas Rheinhardt dc8e15ef15 avformat/http: Remove deprecated "user-agent" option 4 years ago
Moritz Barsnick 94b63e8ae8 avformat/http,tls: honor http_proxy command line variable for HTTPS 4 years ago
Andreas Rheinhardt 9665fd31e8 avformat/http: Fix leak when using deprecated option 4 years ago
Robin Cooksey e22108240b lavf/http: treat 308 as 301 4 years ago
erankor fde5593c7c avformat/http: support retry on connection error 4 years ago
Martin Storsjö 104e5233f0 http: Check for AVERROR_EOF in the check for premature end 4 years ago
Zhao Zhili 90351b5f11 avformat/http: fix memleak 4 years ago
Joey Smith d29c429744 avformat/http: increase BUFFER_SIZE to MAX_URL_SIZE + HTTP_HEADERS_SIZE 5 years ago
Limin Wang 3b8b6d837e avformat/http: Fix for invalid use of av_strtok 5 years ago
Marton Balint 6a7b5226e1 avformat/http: escape unsafe URL path in HTTP request 5 years ago
Marton Balint 86b2fe9411 avformat/http: use AVBPrint to construct HTTP request 5 years ago
Marton Balint a3d8875df1 avformat/http: make sure URL path contains a slash 5 years ago
Marton Balint 987ce96d41 avformat/http: split the fragment part from the HTTP URL before the request 5 years ago
Steven Liu b9606064c4 avformat/hls: support data protocol in uri for EXT-X-MAP 5 years ago
vectronic e81c686a95 avformat/http: add ff_http_do_new_request2 for options 5 years ago
Steven Liu 6c593fee63 avformat/http: add ff_http_get_shutdown_status api for check the status of shutdown 5 years ago
Steven Liu 1b1b974aac avformat/http: change error message from numeric code to string 5 years ago
Jun Li 4f5e660e69 avformat/doc, http, icecast, rtsp: Add option to disable send-expect-100 6 years ago
Carl Eugen Hoyos 7be245498b lavf/http: Print metadata updates with -loglevel verbose. 6 years ago
Justin Ruggles 69fcc093c1 http: Do not try to make a new request when seeking past the end of the file 6 years ago
Wenxiang Qian 85f91ed760 avformat/http: Fix Out-of-Bounds access in process_line() 6 years ago