346 Commits (15bca8c67dfe2182cadeb08959d085a1a0716715)

Author SHA1 Message Date
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
Luca Barbato 78b21c1d71 http: Drop doxy comments 11 years ago
Luca Barbato 55a215ba63 http: Return meaningful error codes 11 years ago
Lukasz Marek 1aa262f460 lavf/http: return error from seek on invalid whence 11 years ago
Lukasz Marek 4ba6a534dc lavf/http: return error on seeking to negative postion 11 years ago
wm4 636273d3d4 http: handle ICY in presence of chunked transfer encoding 11 years ago
Eli Kara da25a6573f avformat/http: Properly handle cookies that specify sub-domain where the URL. 11 years ago
Anssi Hannula 857841c1b6 avformat/http: always allow no-op seek 11 years ago
Anssi Hannula d52882faef avformat/http: allow the caller to select a request range 11 years ago
Martin Storsjö be4edda673 http: Expose the content location via an AVOption 11 years ago
Zhang Rui 393d80cc27 http: Support relative URL redirection 11 years ago
Martin Storsjö 76267ecc82 http: Remove an unrelated and mistakenly set AVOption unit name 11 years ago
Michael Niedermayer 04047b6166 avformat/http: print http headers at AV_LOG_DEBUG level 11 years ago
wm4 3220a894f7 http: add hack to make streams served by MediaGateway not seekable 11 years ago
Michael Niedermayer b73900b8a6 avformat/http: fix cookies 11 years ago
Michael Niedermayer d2db1bb7de avformat/http: dont fail with unknown Content-Encodings 11 years ago