344 Commits (e5be73e178e046bd0fa380d5aaa072e6de4e8526)

Author SHA1 Message Date
  Ronald S. Bultje e5be73e178 http: move chunk handling from http_read_stream() to http_buf_read(). 9 years ago
  Ronald S. Bultje 0e0a413725 http: make length/offset-related variables unsigned. 9 years ago
  Michael Niedermayer a880923170 avformat/http: Fix #ifdef FF_API_HTTP_USER_AGENT 9 years ago
  Steven Liu 27714b462d lavf/http: deprecate user-agent option 9 years ago
  Moritz Barsnick d14993478c libavformat/http: add support for content_type option in listen mode 9 years ago
  Moritz Barsnick e8b355a028 libavformat/http: add support for headers option in listen mode 9 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 11 years ago
  Carl Eugen Hoyos 58fa694978 lavf/http: Add httpproxy to the default protocol whitelist. 10 years ago
  Carl Eugen Hoyos 144ef773c7 Use correct msvc type specifiers for ptrdiff_t and size_t. 10 years ago
  Derek Buitenhuis 93629735d7 avformat: Add a protocol blacklisting API 10 years ago
  Anton Khirnov 8c0ceafb0f urlprotocol: receive a list of protocols from the caller 10 years ago
  Anton Khirnov 2758cdedfb lavf: reorganize URLProtocols 10 years ago
  Schenk, Michael 93f4b41208 avformat/http: add crypto to default whitlist to get encrypted HLS working again 10 years ago
  Michael Niedermayer fe3fed0b14 Update demuxers and protocols for protocol whitelist support 10 years ago
  Joel Holdsworth b4eb1f29eb avformat/http: Added http_proxy option 10 years ago
  Clément Bœsch 43ecec0f03 avformat: use AV_OPT_TYPE_BOOL in a bunch of places 10 years ago
  Rodger Combs 362c17e656 lavf/http: fix incorrect warning in range requests 10 years ago
  Michael Niedermayer 4d76e89c18 avformat/http: Initialize .str based default for AV_OPT_TYPE_STRING types 10 years ago
  Michael Niedermayer 7277a4ace9 avformat/http: add reconnect_delay_max option 10 years ago
  Michael Niedermayer bdbab4a351 avformat/http: exponentially delay reconnection to avoid flooding the server 10 years ago
  Michael Niedermayer 9bd68dea2b avformat/http: Add reconnect_at_eof and reconnect_streamed options 10 years ago
  Michael Niedermayer 63974bd494 avformat/http: print error that causes reconnection 10 years ago
  Michael Niedermayer 7990beedee avformat/http: require seekability only when seeking to position != 0 10 years ago
  Stephan Holljes 280d140cb0 lavf/http: Remove superfluous parenthesis. 10 years ago
  Stephan Holljes dd7b486e8e lavf/http: Fix incorrectly placed parenthesis. 10 years ago
  Stephan Holljes 4f860848ab lavf/http: Fix parsing http request data to not read over '\0'. 10 years ago
  Stephan Holljes 3240e69de6 lavf/http: Implement server side network code. 10 years ago
  Luca Barbato 5ae178539b http: Add the trailing endlines if they are missing 10 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 11 years ago
  Michael Niedermayer 3668701f96 avformat/http: Return an error in case of prematurely ending data 11 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() 11 years ago
  Stephan Holljes 4a58d757de lavf/http: add proof-of-concept http server. 11 years ago
  Himangi Saraogi 919d13d238 avformat/http: Fix null check on allocated value 11 years ago
  Micah Galizia c59654d67d avformat/http: replace cookies with updated values instead of appending forever 11 years ago
  Zhang Rui 3f375950f3 avformat/http: support auto reconnect 11 years ago
  Diego Biurrun daf8cf358a avformat: Don't anonymously typedef structs 11 years ago
  Michael Niedermayer bcd4447173 avformat/http: Use av_freep() avoid leaving stale pointers in memory 11 years ago