337 Commits (3402871f36f9d5ec5670190663ebe30c8e15c436)

Author SHA1 Message Date
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
Diego Biurrun daf8cf358a avformat: Don't anonymously typedef structs 10 years ago
Michael Niedermayer bcd4447173 avformat/http: Use av_freep() avoid leaving stale pointers in memory 10 years ago
Michael Niedermayer deccb4d827 avformat/http: simplify chained_options copying 10 years ago
Brandon Lees ffaf2074eb Fix the timeout option not working when connecting to a HTTP url that requires authentication. 10 years ago
Andrey Utkin 70c9d40008 avformat/http: pass return code from http_open_cnx_internal() on its failure 10 years ago
Andrey Utkin 81ce3f8e80 avformat/http: Use ff_http_averror() 10 years ago
Andrey Utkin 9d86ce783b avformat/http: Introduce ff_http_averror() 10 years ago
Nicolas George 4bebce0617 lavf/http: remove special case for cookies attributes. 10 years ago
Nicolas George 481cbc5ad5 lavf/http: fix cookie parsing. 10 years ago