summaryrefslogtreecommitdiff
path: root/libavformat/http.c
Commit message (Expand)AuthorAge
...
* avformat/http: Avoid calling http_shutdown() if end of chunk is signalled alr...Karthick Jeyapal2017-12-25
* avformat/http: return EOF from ff_http_do_new_request if previous response sa...Aman Gupta2017-12-22
* avformat/http: add "Opening" info logging to ff_http_do_new_requestAman Gupta2017-12-22
* avformat/http: return EINVAL from ff_http_do_new_request() if re-used with di...Aman Gupta2017-12-22
* libavformat/http: Handled multiple_requests option during writeJeyapal, Karthick2017-11-29
* avformat/http: fix chunked response w/ multiple_requests=1Aman Gupta2017-11-14
* avformat/http: fix stray quote in trace loggingAman Gupta2017-11-13
* libavformat: not treat 0 as EOFDaniel Kucera2017-10-19
* lavf/http: fix compilation without zlibClément Bœsch2017-09-15
* lavf/http: Reset compressed header flag, fix http 302 requestJacek Jendrzej2017-09-15
* libavformat/http: return EIO when ffurl_read return 0, but s->off < target_endraymondzheng2017-06-09
* libavformat/http: Ignore expired cookiesMicah Galizia2017-05-01
* HTTP: improve performance by reducing forward seeksJoel Cunningham2017-02-14
* avformat/http: Check for truncated buffers in http_connect()Michael Niedermayer2017-02-14
* http: move chunk handling from http_read_stream() to http_buf_read().Ronald S. Bultje2016-12-05
* http: make length/offset-related variables unsigned.Ronald S. Bultje2016-12-05
* avformat/http: Fix #ifdef FF_API_HTTP_USER_AGENTMichael Niedermayer2016-09-17
* lavf/http: deprecate user-agent optionSteven Liu2016-09-17
* libavformat/http: add support for content_type option in listen modeMoritz Barsnick2016-08-14
* libavformat/http: add support for headers option in listen modeMoritz Barsnick2016-08-12
* avformat/http: change seek_ret to int64Yuri Zats2016-06-16
* Merge commit 'fab8156b2f30666adabe227b3d7712fd193873b1'Derek Buitenhuis2016-04-21
|\
| * avio: Copy URLContext generic options into child URLContextsMartin Storsjö2016-03-24
| * urlprotocol: receive a list of protocols from the callerAnton Khirnov2016-02-22
* | lavf/http: Add httpproxy to the default protocol whitelist.Carl Eugen Hoyos2016-03-14
* | Use correct msvc type specifiers for ptrdiff_t and size_t.Carl Eugen Hoyos2016-03-09
* | avformat: Add a protocol blacklisting APIDerek Buitenhuis2016-03-04
* | Merge commit '2758cdedfb7ac61f8b5e4861f99218b6fd43491d'Derek Buitenhuis2016-02-29
|\|
| * lavf: reorganize URLProtocolsAnton Khirnov2016-02-22
* | avformat/http: add crypto to default whitlist to get encrypted HLS working a...Schenk, Michael2016-02-03
* | Update demuxers and protocols for protocol whitelist supportMichael Niedermayer2016-02-02
* | avformat/http: Added http_proxy optionJoel Holdsworth2015-12-27
* | avformat: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch2015-12-04
* | lavf/http: fix incorrect warning in range requestsRodger Combs2015-11-25
* | avformat/http: Initialize .str based default for AV_OPT_TYPE_STRING typesMichael Niedermayer2015-10-31
* | avformat/http: add reconnect_delay_max optionMichael Niedermayer2015-09-09
* | avformat/http: exponentially delay reconnection to avoid flooding the serverMichael Niedermayer2015-09-07
* | avformat/http: Add reconnect_at_eof and reconnect_streamed optionsMichael Niedermayer2015-09-07
* | avformat/http: print error that causes reconnectionMichael Niedermayer2015-09-06
* | avformat/http: require seekability only when seeking to position != 0Michael Niedermayer2015-09-06
* | lavf/http: Remove superfluous parenthesis.Stephan Holljes2015-09-03
* | lavf/http: Fix incorrectly placed parenthesis.Stephan Holljes2015-09-03
* | lavf/http: Fix parsing http request data to not read over '\0'.Stephan Holljes2015-08-25
* | lavf/http: Implement server side network code.Stephan Holljes2015-08-01
* | Merge commit '5ae178539b91d25710b7bb322d156c31aea9f8bf'Michael Niedermayer2015-07-30
|\|
| * http: Add the trailing endlines if they are missingLuca Barbato2015-07-30
* | lavf/http: Correctly terminate session with HTTP POST client.Stephan Holljes2015-06-10
* | lavf/http: Add simple autodetection for client HTTP method, based on AVIO_FLA...Stephan Holljes2015-06-06
* | lavf/http: Indent else-clause.Stephan Holljes2015-06-06
* | lavf/http: Properly process HTTP header on listen.Stephan Holljes2015-06-06