381 Commits (0a2b768d3ecca32d496da1393406bebcab7680e2)

Author SHA1 Message Date
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
Jacek Jendrzej 9b1c091114 http: Reset compressed header flag when starting to read a request 7 years ago
Clément Bœsch 6743351558 lavf/http: fix compilation without zlib 7 years ago
Jacek Jendrzej e2f8f14052 lavf/http: Reset compressed header flag, fix http 302 request 7 years ago
raymondzheng 9f20cc5c84 libavformat/http: return EIO when ffurl_read return 0, but s->off < target_end 8 years ago
Micah Galizia 28b2467074 libavformat/http: Ignore expired cookies 8 years ago
Joel Cunningham 8c8e5d5286 HTTP: improve performance by reducing forward seeks 8 years ago
Michael Niedermayer 8fa18e042a avformat/http: Check for truncated buffers in http_connect() 8 years ago
Martin Storsjö 1316446779 http: Check for negative chunk sizes 8 years ago
Ronald S. Bultje 845bb40178 http: move chunk handling from http_read_stream() to http_buf_read(). 8 years ago
Ronald S. Bultje 2a05c8f813 http: make length/offset-related variables unsigned. 8 years ago
Michael Niedermayer a880923170 avformat/http: Fix #ifdef FF_API_HTTP_USER_AGENT 8 years ago
Steven Liu 27714b462d lavf/http: deprecate user-agent option 8 years ago
Moritz Barsnick d14993478c libavformat/http: add support for content_type option in listen mode 8 years ago
Moritz Barsnick e8b355a028 libavformat/http: add support for headers option in listen mode 8 years ago
Yuri Zats ebda8216dc avformat/http: change seek_ret to int64 9 years ago
Martin Storsjö fab8156b2f avio: Copy URLContext generic options into child URLContexts 9 years ago
Carl Eugen Hoyos 58fa694978 lavf/http: Add httpproxy to the default protocol whitelist. 9 years ago
Carl Eugen Hoyos 144ef773c7 Use correct msvc type specifiers for ptrdiff_t and size_t. 9 years ago