346 Commits (15bca8c67dfe2182cadeb08959d085a1a0716715)

Author SHA1 Message Date
Joel Cunningham 8c8e5d5286 HTTP: improve performance by reducing forward seeks 8 years ago
Michael Niedermayer 8fa18e042a avformat/http: Check for truncated buffers in http_connect() 8 years ago
Ronald S. Bultje 845bb40178 http: move chunk handling from http_read_stream() to http_buf_read(). 8 years ago
Ronald S. Bultje 2a05c8f813 http: make length/offset-related variables unsigned. 8 years ago
Michael Niedermayer a880923170 avformat/http: Fix #ifdef FF_API_HTTP_USER_AGENT 8 years ago
Steven Liu 27714b462d lavf/http: deprecate user-agent option 8 years ago
Moritz Barsnick d14993478c libavformat/http: add support for content_type option in listen mode 8 years ago
Moritz Barsnick e8b355a028 libavformat/http: add support for headers option in listen mode 8 years ago
Yuri Zats ebda8216dc avformat/http: change seek_ret to int64 9 years ago
Martin Storsjö fab8156b2f avio: Copy URLContext generic options into child URLContexts 9 years ago
Carl Eugen Hoyos 58fa694978 lavf/http: Add httpproxy to the default protocol whitelist. 9 years ago
Carl Eugen Hoyos 144ef773c7 Use correct msvc type specifiers for ptrdiff_t and size_t. 9 years ago
Derek Buitenhuis 93629735d7 avformat: Add a protocol blacklisting API 9 years ago
Anton Khirnov 8c0ceafb0f urlprotocol: receive a list of protocols from the caller 9 years ago
Anton Khirnov 2758cdedfb lavf: reorganize URLProtocols 9 years ago
Schenk, Michael 93f4b41208 avformat/http: add crypto to default whitlist to get encrypted HLS working again 9 years ago
Michael Niedermayer fe3fed0b14 Update demuxers and protocols for protocol whitelist support 9 years ago
Joel Holdsworth b4eb1f29eb avformat/http: Added http_proxy option 9 years ago
Clément Bœsch 43ecec0f03 avformat: use AV_OPT_TYPE_BOOL in a bunch of places 9 years ago
Rodger Combs 362c17e656 lavf/http: fix incorrect warning in range requests 9 years ago
Michael Niedermayer 4d76e89c18 avformat/http: Initialize .str based default for AV_OPT_TYPE_STRING types 9 years ago
Michael Niedermayer 7277a4ace9 avformat/http: add reconnect_delay_max option 9 years ago
Michael Niedermayer bdbab4a351 avformat/http: exponentially delay reconnection to avoid flooding the server 9 years ago
Michael Niedermayer 9bd68dea2b avformat/http: Add reconnect_at_eof and reconnect_streamed options 9 years ago
Michael Niedermayer 63974bd494 avformat/http: print error that causes reconnection 9 years ago
Michael Niedermayer 7990beedee avformat/http: require seekability only when seeking to position != 0 9 years ago
Stephan Holljes 280d140cb0 lavf/http: Remove superfluous parenthesis. 9 years ago
Stephan Holljes dd7b486e8e lavf/http: Fix incorrectly placed parenthesis. 9 years ago
Stephan Holljes 4f860848ab lavf/http: Fix parsing http request data to not read over '\0'. 9 years ago
Stephan Holljes 3240e69de6 lavf/http: Implement server side network code. 9 years ago
Luca Barbato 5ae178539b http: Add the trailing endlines if they are missing 9 years ago
Stephan Holljes de3a7ef204 lavf/http: Correctly terminate session with HTTP POST client. 10 years ago
Stephan Holljes 44d1921200 lavf/http: Add simple autodetection for client HTTP method, based on AVIO_FLAG_READ. 10 years ago
Stephan Holljes 290b237556 lavf/http: Indent else-clause. 10 years ago
Stephan Holljes a7e7c68b0e lavf/http: Properly process HTTP header on listen. 10 years ago
Stephan Holljes 8cfaa76a5e lavf/http: Rudimentary error handling for HTTP requests received from clients. 10 years ago
Stephan Holljes bbcee92b6d lavf/http: Process HTTP header before sending response. 10 years ago
Stephan Holljes aa74401af8 lavf/http: Document method option. 10 years ago
Michael Niedermayer a649f36f75 avformat/http: Mark lower_proto as const in http_listen() 10 years ago
Rodger Combs 71b69df622 lavf/http: support HTTPS when listening 10 years ago
Michael Niedermayer 22c0585a00 avformat/http: Fix 2 typos 10 years ago
Vittorio Giovara 1a3eb042c7 Replace av_dlog with normal av_log at trace level 10 years ago
Michael Niedermayer 3668701f96 avformat/http: Return an error in case of prematurely ending data 10 years ago
Rodger Combs a4d58c97d0 lavf/http: handle case where the server returns a redirect during a seek 10 years ago
Stephan Holljes b51027fd18 libavformat/http.c: Make http-listen work as an input stream. 10 years ago
Stephan Holljes 6d8c27f951 libavformat/http.c: Fix missing parenthesis in http_listen() 10 years ago
Stephan Holljes 4a58d757de lavf/http: add proof-of-concept http server. 10 years ago
Himangi Saraogi 919d13d238 avformat/http: Fix null check on allocated value 10 years ago
Micah Galizia c59654d67d avformat/http: replace cookies with updated values instead of appending forever 10 years ago
Zhang Rui 3f375950f3 avformat/http: support auto reconnect 10 years ago