408 Commits (f2b79c5b855b7450c8f3c15b9ec11b439cd2a294)

Author SHA1 Message Date
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
Gabriel Dume 4b1f5e5090 cosmetics: Write NULL pointer inequality checks more compactly 10 years ago
Diego Biurrun 7ccb847f0f http: Reduce scope of a variable in parse_content_encoding() 10 years ago
Martin Storsjö 4e629ef80e http: Fix authentication, broken since 6a463e7fb 10 years ago
Andrew Stone 7e38903b5c http: enable icy metadata by default. 10 years ago
Andrew Stone 7601f9412a http: export icecast metadata as an option with name "metadata". 10 years ago
Martin Storsjö 8bf3bf69ad http: Stop reading after receiving the whole file for non-chunked transfers 10 years ago
Rodger Combs c2a170ac0d avformat/http: fix tls/tcp protocol after a 302 move in https 10 years ago
Luca Barbato 6a463e7fb4 http: Refactor http_open_cnx 10 years ago
Diego Biurrun ce2e858f5b http: K&R formatting cosmetics 10 years ago
Luca Barbato 7bdd2ff682 http: Use a constant for the supported header size 10 years ago
Luca Barbato 389380c279 http: Do move the class instantiation in the conditional block 10 years ago
Luca Barbato 28df1d2411 http: Provide an option to override the HTTP method 10 years ago
Michael Niedermayer 56193d33be avformat/http: remove never twice executable loop 11 years ago
wm4 686e662676 http: restructure http_connect error handling path 11 years ago
wm4 76c8fbc5f2 http: never send 'Cookie: (null)' to the server 11 years ago
Alessandro Ghedini 6998a9f4c4 http: Properly initialize icy headers string 11 years ago
Martin Storsjö e77a2ea950 http: Declare more parameters as const where possible 11 years ago
Clément Bœsch 2572d07c1f http: Allow setting a Content-Type for POST requests 11 years ago
Alessandro Ghedini fe568b3d27 http: Improve options descriptions 11 years ago
Anssi Hannula ab76d9f628 http: Always allow no-op seek 11 years ago
Anssi Hannula 2ec33d2712 http: Add support for selecting a request range 11 years ago
Clément Bœsch ddfc989063 http: Support setting custom User-Agent 11 years ago
Michael Niedermayer e58c85b068 http: Export Content-Type information 11 years ago
Luca Barbato 8075c3d8bb http: Add support reading ICY metadata 11 years ago
Luca Barbato 4ff99ab3d7 http: Refactor process_line 11 years ago
Luca Barbato 7a2fddb448 http: K&R formatting cosmetics 11 years ago