index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavformat
/
http.c
Age
Commit message (
Expand
)
Author
2019-07-11
avformat/http: change error message from numeric code to string
Steven Liu
2019-03-31
avformat/doc, http, icecast, rtsp: Add option to disable send-expect-100
Jun Li
2019-03-20
lavf/http: Print metadata updates with -loglevel verbose.
Carl Eugen Hoyos
2019-02-26
http: Do not try to make a new request when seeking past the end of the file
Justin Ruggles
2019-02-17
avformat/http: Fix Out-of-Bounds access in process_line()
Wenxiang Qian
2019-01-29
avformat/http: clarify that ffmpeg will attempt to add missing CRLF
Gyan Doshi
2018-11-22
avformat/http : Added check for valid URL context before calling shutdown
kjeyapal@akamai.com
2018-04-26
lavf/http: use AV_OPT_FLAG_DEPRECATED for user-agent option
Clément Bœsch
2018-04-20
avformat/http: flushing tcp receive buffer when it is write only mode
Vishwanath Dixit
2018-04-20
lavf/http.c: Free allocated client URLContext in case of error.
Stephan Holljes
2018-04-19
libavformat/http: Refactor and fix additional leaks in get_cookies.
Richard Shaffer
2018-04-17
libavformat/http: Fix memory leak in get_cookies.
Richard Shaffer
2018-03-18
http: fix potentially dangerous whitespace skipping code
wm4
2018-03-18
http: avoid out of bound accesses on broken Set-Cookie headers
wm4
2018-03-18
http: do not print a warning message for expired cookies
wm4
2018-02-01
avformat/http: add referer option into http
Steven Liu
2018-01-15
http: cosmetics: reformat reconnect check for better readability
wm4
2018-01-12
avformat/http: fix memory leak in parse_cookie.
Richard Shaffer
2018-01-04
http: avoid logging reconnect warning if stream was aborted
wm4
2018-01-04
http: bump message level for reconnect message and log timeout
wm4
2018-01-04
http: block while waiting for reconnecting
wm4
2017-12-30
avformat/http: return EINVAL if ff_http_do_new_request is called with non-htt...
Aman Gupta
2017-12-26
avformat/http: export http_version from response
Aman Gupta
2017-12-26
avformat/http: avoid ff_http_do_new_request after http/1.0 response
Aman Gupta
2017-12-25
avformat/http: Avoid calling http_shutdown() if end of chunk is signalled alr...
Karthick Jeyapal
2017-12-22
avformat/http: return EOF from ff_http_do_new_request if previous response sa...
Aman Gupta
2017-12-22
avformat/http: add "Opening" info logging to ff_http_do_new_request
Aman Gupta
2017-12-22
avformat/http: return EINVAL from ff_http_do_new_request() if re-used with di...
Aman Gupta
2017-11-29
libavformat/http: Handled multiple_requests option during write
Jeyapal, Karthick
2017-11-14
avformat/http: fix chunked response w/ multiple_requests=1
Aman Gupta
2017-11-13
avformat/http: fix stray quote in trace logging
Aman Gupta
2017-10-19
libavformat: not treat 0 as EOF
Daniel Kucera
2017-09-15
lavf/http: fix compilation without zlib
Clément Bœsch
2017-09-15
lavf/http: Reset compressed header flag, fix http 302 request
Jacek Jendrzej
2017-06-09
libavformat/http: return EIO when ffurl_read return 0, but s->off < target_end
raymondzheng
2017-05-01
libavformat/http: Ignore expired cookies
Micah Galizia
2017-02-14
HTTP: improve performance by reducing forward seeks
Joel Cunningham
2017-02-14
avformat/http: Check for truncated buffers in http_connect()
Michael Niedermayer
2016-12-05
http: move chunk handling from http_read_stream() to http_buf_read().
Ronald S. Bultje
2016-12-05
http: make length/offset-related variables unsigned.
Ronald S. Bultje
2016-09-17
avformat/http: Fix #ifdef FF_API_HTTP_USER_AGENT
Michael Niedermayer
2016-09-17
lavf/http: deprecate user-agent option
Steven Liu
2016-08-14
libavformat/http: add support for content_type option in listen mode
Moritz Barsnick
2016-08-12
libavformat/http: add support for headers option in listen mode
Moritz Barsnick
2016-06-16
avformat/http: change seek_ret to int64
Yuri Zats
2016-04-21
Merge commit 'fab8156b2f30666adabe227b3d7712fd193873b1'
Derek Buitenhuis
2016-03-24
avio: Copy URLContext generic options into child URLContexts
Martin Storsjö
2016-03-14
lavf/http: Add httpproxy to the default protocol whitelist.
Carl Eugen Hoyos
2016-03-09
Use correct msvc type specifiers for ptrdiff_t and size_t.
Carl Eugen Hoyos
2016-03-04
avformat: Add a protocol blacklisting API
Derek Buitenhuis
[next]