Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-09-06avformat/http: add ff_http_get_shutdown_status api for check the status of sh...Steven Liu
2019-07-11avformat/http: change error message from numeric code to stringSteven Liu
2019-04-01avformat/doc, http, icecast, rtsp: Add option to disable send-expect-100Jun Li
2019-03-20lavf/http: Print metadata updates with -loglevel verbose.Carl Eugen Hoyos
2019-02-26http: Do not try to make a new request when seeking past the end of the fileJustin Ruggles
2019-02-17avformat/http: Fix Out-of-Bounds access in process_line()Wenxiang Qian
2019-01-29avformat/http: clarify that ffmpeg will attempt to add missing CRLFGyan Doshi
2018-11-22avformat/http : Added check for valid URL context before calling shutdownkjeyapal@akamai.com
2018-04-26lavf/http: use AV_OPT_FLAG_DEPRECATED for user-agent optionClément Bœsch
2018-04-20avformat/http: flushing tcp receive buffer when it is write only modeVishwanath Dixit
2018-04-20lavf/http.c: Free allocated client URLContext in case of error.Stephan Holljes
2018-04-19libavformat/http: Refactor and fix additional leaks in get_cookies.Richard Shaffer
2018-04-17libavformat/http: Fix memory leak in get_cookies.Richard Shaffer
2018-03-18http: fix potentially dangerous whitespace skipping codewm4
2018-03-18http: avoid out of bound accesses on broken Set-Cookie headerswm4
2018-03-18http: do not print a warning message for expired cookieswm4
2018-02-01avformat/http: add referer option into httpSteven Liu
2018-01-15http: cosmetics: reformat reconnect check for better readabilitywm4
2018-01-12avformat/http: fix memory leak in parse_cookie.Richard Shaffer
2018-01-04http: avoid logging reconnect warning if stream was abortedwm4
2018-01-04http: bump message level for reconnect message and log timeoutwm4
2018-01-04http: block while waiting for reconnectingwm4
2017-12-30avformat/http: return EINVAL if ff_http_do_new_request is called with non-htt...Aman Gupta
2017-12-27avformat/http: export http_version from responseAman Gupta
2017-12-27avformat/http: avoid ff_http_do_new_request after http/1.0 responseAman Gupta
2017-12-25avformat/http: Avoid calling http_shutdown() if end of chunk is signalled alr...Karthick Jeyapal
2017-12-23avformat/http: return EOF from ff_http_do_new_request if previous response sa...Aman Gupta
2017-12-23avformat/http: add "Opening" info logging to ff_http_do_new_requestAman Gupta
2017-12-23avformat/http: return EINVAL from ff_http_do_new_request() if re-used with di...Aman Gupta
2017-11-29libavformat/http: Handled multiple_requests option during writeJeyapal, Karthick
2017-11-14avformat/http: fix chunked response w/ multiple_requests=1Aman Gupta
2017-11-13avformat/http: fix stray quote in trace loggingAman Gupta
2017-10-19libavformat: not treat 0 as EOFDaniel Kucera
2017-09-15lavf/http: fix compilation without zlibClément Bœsch
2017-09-15lavf/http: Reset compressed header flag, fix http 302 requestJacek Jendrzej
2017-06-09libavformat/http: return EIO when ffurl_read return 0, but s->off < target_endraymondzheng
2017-05-01libavformat/http: Ignore expired cookiesMicah Galizia
2017-02-14HTTP: improve performance by reducing forward seeksJoel Cunningham
2017-02-14avformat/http: Check for truncated buffers in http_connect()Michael Niedermayer
2016-12-06http: move chunk handling from http_read_stream() to http_buf_read().Ronald S. Bultje
2016-12-06http: make length/offset-related variables unsigned.Ronald S. Bultje
2016-09-17avformat/http: Fix #ifdef FF_API_HTTP_USER_AGENTMichael Niedermayer
2016-09-17lavf/http: deprecate user-agent optionSteven Liu
2016-08-14libavformat/http: add support for content_type option in listen modeMoritz Barsnick
2016-08-12libavformat/http: add support for headers option in listen modeMoritz Barsnick
2016-06-17avformat/http: change seek_ret to int64Yuri Zats
2016-04-21Merge commit 'fab8156b2f30666adabe227b3d7712fd193873b1'Derek Buitenhuis
2016-03-24avio: Copy URLContext generic options into child URLContextsMartin Storsjö
2016-03-14lavf/http: Add httpproxy to the default protocol whitelist.Carl Eugen Hoyos
2016-03-09Use correct msvc type specifiers for ptrdiff_t and size_t.Carl Eugen Hoyos