399 Commits (530ac6aa305aeda631c77f8a17e96c14c7ab1a1c)

Author SHA1 Message Date
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
wm4 2477bfe221 http: avoid logging reconnect warning if stream was aborted 7 years ago
wm4 1b283c4a0d http: bump message level for reconnect message and log timeout 7 years ago
wm4 8a108bdea0 http: block while waiting for reconnecting 7 years ago
Aman Gupta c0b08ef94f avformat/http: return EINVAL if ff_http_do_new_request is called with non-http URLContext 7 years ago
Aman Gupta 039007c928 avformat/http: export http_version from response 7 years ago
Aman Gupta 11f989945e avformat/http: avoid ff_http_do_new_request after http/1.0 response 7 years ago
Karthick Jeyapal 6848201f70 avformat/http: Avoid calling http_shutdown() if end of chunk is signalled already 7 years ago
Aman Gupta 54d0ef1738 avformat/http: return EOF from ff_http_do_new_request if previous response said Connection:close 7 years ago
Aman Gupta 9395e44b8d avformat/http: add "Opening" info logging to ff_http_do_new_request 7 years ago
Aman Gupta 28358e466d avformat/http: return EINVAL from ff_http_do_new_request() if re-used with different hostname 7 years ago
Jeyapal, Karthick 4ddf7476c0 libavformat/http: Handled multiple_requests option during write 7 years ago
Aman Gupta 91a565e20f avformat/http: fix chunked response w/ multiple_requests=1 7 years ago
Aman Gupta 52bf0febb3 avformat/http: fix stray quote in trace logging 7 years ago
Daniel Kucera 858db4b01f libavformat: not treat 0 as EOF 7 years ago