413 Commits (0e12cdc69c86daa11608cfe809ba1aa848f91a09)

Author SHA1 Message Date
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
Gyan Doshi 2e2b44baba avformat/http: clarify that ffmpeg will attempt to add missing CRLF 6 years ago
kjeyapal@akamai.com ce0a753634 avformat/http : Added check for valid URL context before calling shutdown 6 years ago
Andrey Utkin 5d01bd181b http: pass return code from http_open_cnx_internal() on its failure 6 years ago
Clément Bœsch 2e341eb15b lavf/http: use AV_OPT_FLAG_DEPRECATED for user-agent option 7 years ago
Vishwanath Dixit 30940be359 avformat/http: flushing tcp receive buffer when it is write only mode 7 years ago
Stephan Holljes 7b6b8c9265 lavf/http.c: Free allocated client URLContext in case of error. 7 years ago
Richard Shaffer c705476c47 libavformat/http: Refactor and fix additional leaks in get_cookies. 7 years ago
Richard Shaffer 9a8811f478 libavformat/http: Fix memory leak in get_cookies. 7 years ago
wm4 b7d842c554 http: fix potentially dangerous whitespace skipping code 7 years ago
wm4 c0687acbf6 http: avoid out of bound accesses on broken Set-Cookie headers 7 years ago
wm4 39c1d170a3 http: do not print a warning message for expired cookies 7 years ago
Steven Liu 44f3430674 avformat/http: add referer option into http 7 years ago
wm4 43e1ccfea1 http: cosmetics: reformat reconnect check for better readability 7 years ago
Richard Shaffer 9147c09755 avformat/http: fix memory leak in parse_cookie. 7 years ago