summaryrefslogtreecommitdiffstats
path: root/libavformat/http.c
Commit message (Expand)AuthorAgeFilesLines
* http: Do not try to make a new request when seeking past the end of the fileJustin Ruggles2019-02-261-0/+7
* avformat/http: Fix Out-of-Bounds access in process_line()Wenxiang Qian2019-02-171-1/+1
* avformat/http: clarify that ffmpeg will attempt to add missing CRLFGyan Doshi2019-01-291-1/+1
* avformat/http : Added check for valid URL context before calling shutdownkjeyapal@akamai.com2018-11-221-1/+1
* lavf/http: use AV_OPT_FLAG_DEPRECATED for user-agent optionClément Bœsch2018-04-261-2/+1
* avformat/http: flushing tcp receive buffer when it is write only modeVishwanath Dixit2018-04-201-0/+12
* lavf/http.c: Free allocated client URLContext in case of error.Stephan Holljes2018-04-201-0/+4
* libavformat/http: Refactor and fix additional leaks in get_cookies.Richard Shaffer2018-04-191-37/+28
* libavformat/http: Fix memory leak in get_cookies.Richard Shaffer2018-04-171-0/+1
* http: fix potentially dangerous whitespace skipping codewm42018-03-181-0/+2
* http: avoid out of bound accesses on broken Set-Cookie headerswm42018-03-181-0/+3
* http: do not print a warning message for expired cookieswm42018-03-181-1/+1
* avformat/http: add referer option into httpSteven Liu2018-02-011-0/+8
* http: cosmetics: reformat reconnect check for better readabilitywm42018-01-151-3/+9
* avformat/http: fix memory leak in parse_cookie.Richard Shaffer2018-01-121-0/+1
* http: avoid logging reconnect warning if stream was abortedwm42018-01-041-0/+3
* http: bump message level for reconnect message and log timeoutwm42018-01-041-1/+1
* http: block while waiting for reconnectingwm42018-01-041-9/+10
* avformat/http: return EINVAL if ff_http_do_new_request is called with non-htt...Aman Gupta2017-12-301-0/+5
* avformat/http: export http_version from responseAman Gupta2017-12-261-0/+8
* avformat/http: avoid ff_http_do_new_request after http/1.0 responseAman Gupta2017-12-261-0/+2
* avformat/http: Avoid calling http_shutdown() if end of chunk is signalled alr...Karthick Jeyapal2017-12-251-3/+5
* avformat/http: return EOF from ff_http_do_new_request if previous response sa...Aman Gupta2017-12-221-0/+3
* avformat/http: add "Opening" info logging to ff_http_do_new_requestAman Gupta2017-12-221-0/+1
* avformat/http: return EINVAL from ff_http_do_new_request() if re-used with di...Aman Gupta2017-12-221-0/+16
* libavformat/http: Handled multiple_requests option during writeJeyapal, Karthick2017-11-291-0/+6
* avformat/http: fix chunked response w/ multiple_requests=1Aman Gupta2017-11-141-1/+11
* avformat/http: fix stray quote in trace loggingAman Gupta2017-11-131-1/+1
* libavformat: not treat 0 as EOFDaniel Kucera2017-10-191-1/+4
* lavf/http: fix compilation without zlibClément Bœsch2017-09-151-0/+2
* lavf/http: Reset compressed header flag, fix http 302 requestJacek Jendrzej2017-09-151-0/+1
* libavformat/http: return EIO when ffurl_read return 0, but s->off < target_endraymondzheng2017-06-091-1/+1
* libavformat/http: Ignore expired cookiesMicah Galizia2017-05-011-57/+156
* HTTP: improve performance by reducing forward seeksJoel Cunningham2017-02-141-0/+8
* avformat/http: Check for truncated buffers in http_connect()Michael Niedermayer2017-02-141-1/+10
* http: move chunk handling from http_read_stream() to http_buf_read().Ronald S. Bultje2016-12-051-26/+31
* http: make length/offset-related variables unsigned.Ronald S. Bultje2016-12-051-32/+38
* avformat/http: Fix #ifdef FF_API_HTTP_USER_AGENTMichael Niedermayer2016-09-171-3/+3
* lavf/http: deprecate user-agent optionSteven Liu2016-09-171-1/+12
* libavformat/http: add support for content_type option in listen modeMoritz Barsnick2016-08-141-1/+1
* libavformat/http: add support for headers option in listen modeMoritz Barsnick2016-08-121-1/+5
* avformat/http: change seek_ret to int64Yuri Zats2016-06-161-1/+2
* Merge commit 'fab8156b2f30666adabe227b3d7712fd193873b1'Derek Buitenhuis2016-04-211-3/+3
|\
| * avio: Copy URLContext generic options into child URLContextsMartin Storsjö2016-03-241-2/+2
| * urlprotocol: receive a list of protocols from the callerAnton Khirnov2016-02-221-2/+2
* | lavf/http: Add httpproxy to the default protocol whitelist.Carl Eugen Hoyos2016-03-141-2/+2
* | Use correct msvc type specifiers for ptrdiff_t and size_t.Carl Eugen Hoyos2016-03-091-1/+1
* | avformat: Add a protocol blacklisting APIDerek Buitenhuis2016-03-041-3/+3
* | Merge commit '2758cdedfb7ac61f8b5e4861f99218b6fd43491d'Derek Buitenhuis2016-02-291-3/+3
|\ \ | |/
| * lavf: reorganize URLProtocolsAnton Khirnov2016-02-221-3/+3
OpenPOWER on IntegriCloud