| Commit message (Expand) | Author | Age | Files | Lines |
* | HTTP: improve performance by reducing forward seeks | Joel Cunningham | 2017-02-14 | 1 | -0/+8 |
* | avformat/http: Check for truncated buffers in http_connect() | Michael Niedermayer | 2017-02-14 | 1 | -1/+10 |
* | http: move chunk handling from http_read_stream() to http_buf_read(). | Ronald S. Bultje | 2016-12-05 | 1 | -26/+31 |
* | http: make length/offset-related variables unsigned. | Ronald S. Bultje | 2016-12-05 | 1 | -32/+38 |
* | avformat/http: Fix #ifdef FF_API_HTTP_USER_AGENT | Michael Niedermayer | 2016-09-17 | 1 | -3/+3 |
* | lavf/http: deprecate user-agent option | Steven Liu | 2016-09-17 | 1 | -1/+12 |
* | libavformat/http: add support for content_type option in listen mode | Moritz Barsnick | 2016-08-14 | 1 | -1/+1 |
* | libavformat/http: add support for headers option in listen mode | Moritz Barsnick | 2016-08-12 | 1 | -1/+5 |
* | avformat/http: change seek_ret to int64 | Yuri Zats | 2016-06-16 | 1 | -1/+2 |
* | Merge commit 'fab8156b2f30666adabe227b3d7712fd193873b1' | Derek Buitenhuis | 2016-04-21 | 1 | -3/+3 |
|\ |
|
| * | avio: Copy URLContext generic options into child URLContexts | Martin Storsjö | 2016-03-24 | 1 | -2/+2 |
| * | urlprotocol: receive a list of protocols from the caller | Anton Khirnov | 2016-02-22 | 1 | -2/+2 |
* | | lavf/http: Add httpproxy to the default protocol whitelist. | Carl Eugen Hoyos | 2016-03-14 | 1 | -2/+2 |
* | | Use correct msvc type specifiers for ptrdiff_t and size_t. | Carl Eugen Hoyos | 2016-03-09 | 1 | -1/+1 |
* | | avformat: Add a protocol blacklisting API | Derek Buitenhuis | 2016-03-04 | 1 | -3/+3 |
* | | Merge commit '2758cdedfb7ac61f8b5e4861f99218b6fd43491d' | Derek Buitenhuis | 2016-02-29 | 1 | -3/+3 |
|\| |
|
| * | lavf: reorganize URLProtocols | Anton Khirnov | 2016-02-22 | 1 | -3/+3 |
* | | avformat/http: add crypto to default whitlist to get encrypted HLS working a... | Schenk, Michael | 2016-02-03 | 1 | -2/+2 |
* | | Update demuxers and protocols for protocol whitelist support | Michael Niedermayer | 2016-02-02 | 1 | -6/+12 |
* | | avformat/http: Added http_proxy option | Joel Holdsworth | 2015-12-27 | 1 | -1/+3 |
* | | avformat: use AV_OPT_TYPE_BOOL in a bunch of places | Clément Bœsch | 2015-12-04 | 1 | -8/+8 |
* | | lavf/http: fix incorrect warning in range requests | Rodger Combs | 2015-11-25 | 1 | -3/+4 |
* | | avformat/http: Initialize .str based default for AV_OPT_TYPE_STRING types | Michael Niedermayer | 2015-10-31 | 1 | -7/+7 |
* | | avformat/http: add reconnect_delay_max option | Michael Niedermayer | 2015-09-09 | 1 | -0/+6 |
* | | avformat/http: exponentially delay reconnection to avoid flooding the server | Michael Niedermayer | 2015-09-07 | 1 | -1/+6 |
* | | avformat/http: Add reconnect_at_eof and reconnect_streamed options | Michael Niedermayer | 2015-09-07 | 1 | -4/+10 |
* | | avformat/http: print error that causes reconnection | Michael Niedermayer | 2015-09-06 | 1 | -1/+1 |
* | | avformat/http: require seekability only when seeking to position != 0 | Michael Niedermayer | 2015-09-06 | 1 | -1/+4 |
* | | lavf/http: Remove superfluous parenthesis. | Stephan Holljes | 2015-09-03 | 1 | -1/+1 |
* | | lavf/http: Fix incorrectly placed parenthesis. | Stephan Holljes | 2015-09-03 | 1 | -1/+1 |
* | | lavf/http: Fix parsing http request data to not read over '\0'. | Stephan Holljes | 2015-08-25 | 1 | -2/+2 |
* | | lavf/http: Implement server side network code. | Stephan Holljes | 2015-08-01 | 1 | -24/+158 |
* | | Merge commit '5ae178539b91d25710b7bb322d156c31aea9f8bf' | Michael Niedermayer | 2015-07-30 | 1 | -1/+8 |
|\| |
|
| * | http: Add the trailing endlines if they are missing | Luca Barbato | 2015-07-30 | 1 | -1/+8 |
* | | lavf/http: Correctly terminate session with HTTP POST client. | Stephan Holljes | 2015-06-10 | 1 | -1/+3 |
* | | lavf/http: Add simple autodetection for client HTTP method, based on AVIO_FLA... | Stephan Holljes | 2015-06-06 | 1 | -0/+9 |
* | | lavf/http: Indent else-clause. | Stephan Holljes | 2015-06-06 | 1 | -9/+8 |
* | | lavf/http: Properly process HTTP header on listen. | Stephan Holljes | 2015-06-06 | 1 | -1/+40 |
* | | lavf/http: Rudimentary error handling for HTTP requests received from clients. | Stephan Holljes | 2015-06-06 | 1 | -0/+18 |
* | | lavf/http: Process HTTP header before sending response. | Stephan Holljes | 2015-06-06 | 1 | -2/+2 |
* | | lavf/http: Document method option. | Stephan Holljes | 2015-06-06 | 1 | -1/+1 |
* | | avformat/http: Mark lower_proto as const in http_listen() | Michael Niedermayer | 2015-05-10 | 1 | -1/+1 |
* | | lavf/http: support HTTPS when listening | Rodger Combs | 2015-05-02 | 1 | -3/+6 |
* | | Merge commit '1a3eb042c704dea190c644def5b32c9cee8832b8' | Michael Niedermayer | 2015-04-20 | 1 | -3/+3 |
|\| |
|
| * | Replace av_dlog with normal av_log at trace level | Vittorio Giovara | 2015-04-19 | 1 | -3/+3 |
* | | avformat/http: Fix 2 typos | Michael Niedermayer | 2015-04-19 | 1 | -1/+1 |
* | | avformat/http: Return an error in case of prematurely ending data | Michael Niedermayer | 2015-04-19 | 1 | -0/+8 |
* | | lavf/http: handle case where the server returns a redirect during a seek | Rodger Combs | 2015-04-13 | 1 | -0/+3 |
* | | libavformat/http.c: Make http-listen work as an input stream. | Stephan Holljes | 2015-04-11 | 1 | -2/+5 |
* | | libavformat/http.c: Fix missing parenthesis in http_listen() | Stephan Holljes | 2015-04-06 | 1 | -3/+3 |