| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/http: Use av_freep() avoid leaving stale pointers in memory | Michael Niedermayer | 2014-12-20 | 1 | -3/+3 |
* | avformat/http: simplify chained_options copying | Michael Niedermayer | 2014-11-15 | 1 | -4/+1 |
* | Fix the timeout option not working when connecting to a HTTP url that require... | Brandon Lees | 2014-11-15 | 1 | -0/+3 |
* | avformat/http: pass return code from http_open_cnx_internal() on its failure | Andrey Utkin | 2014-10-23 | 1 | -0/+2 |
* | avformat/http: Use ff_http_averror() | Andrey Utkin | 2014-10-20 | 1 | -3/+3 |
* | avformat/http: Introduce ff_http_averror() | Andrey Utkin | 2014-10-20 | 1 | -0/+17 |
* | lavf/http: remove special case for cookies attributes. | Nicolas George | 2014-08-17 | 1 | -5/+0 |
* | lavf/http: fix cookie parsing. | Nicolas George | 2014-08-17 | 1 | -4/+6 |
* | Merge commit '4b1f5e5090abed6c618c8ba380cd7d28d140f867' | Michael Niedermayer | 2014-08-15 | 1 | -1/+1 |
|\ |
|
| * | cosmetics: Write NULL pointer inequality checks more compactly | Gabriel Dume | 2014-08-15 | 1 | -1/+1 |
* | | Merge commit '7ccb847f0f1f28199fa254847b91b6e50fb92832' | Michael Niedermayer | 2014-08-15 | 1 | -2/+2 |
|\| |
|
| * | http: Reduce scope of a variable in parse_content_encoding() | Diego Biurrun | 2014-08-15 | 1 | -2/+2 |
* | | Merge commit '4e629ef80e62a54636cb46033998177dd08cf3ad' | Michael Niedermayer | 2014-08-14 | 1 | -3/+3 |
|\| |
|
| * | http: Fix authentication, broken since 6a463e7fb | Martin Storsjö | 2014-08-13 | 1 | -3/+3 |
* | | Merge commit '7e38903b5c86a759549e70647ae42bb22d353b14' | Michael Niedermayer | 2014-08-13 | 1 | -1/+1 |
|\| |
|
| * | http: enable icy metadata by default. | Andrew Stone | 2014-08-13 | 1 | -1/+1 |
* | | Merge commit '7601f9412a2d3387617a45966b65b452a632c27a' | Michael Niedermayer | 2014-08-13 | 1 | -0/+31 |
|\| |
|
| * | http: export icecast metadata as an option with name "metadata". | Andrew Stone | 2014-08-13 | 1 | -0/+31 |
* | | Merge commit '8bf3bf69ad7333bf0c45f4d2797fc2c61bc8922f' | Michael Niedermayer | 2014-08-13 | 1 | -1/+2 |
|\| |
|
| * | http: Stop reading after receiving the whole file for non-chunked transfers | Martin Storsjö | 2014-08-13 | 1 | -1/+2 |
* | | Merge commit '6a463e7fb4f028c52d2e2d054f9483f4fff492bc' | Michael Niedermayer | 2014-08-04 | 1 | -13/+24 |
|\| |
|
| * | http: Refactor http_open_cnx | Luca Barbato | 2014-08-03 | 1 | -12/+24 |
* | | avformat/http: fix tls/tcp protocol after a 302 move in https | Rodger Combs | 2014-08-04 | 1 | -0/+1 |
* | | Merge commit 'ce2e858f5b3416c2d54f7f8c14e901f75c48b785' | Michael Niedermayer | 2014-07-24 | 1 | -109/+115 |
|\| |
|
| * | http: K&R formatting cosmetics | Diego Biurrun | 2014-07-23 | 1 | -104/+110 |
* | | Merge commit '7bdd2ff6825951f7a6a6008303acfce7c2a63532' | Michael Niedermayer | 2014-07-22 | 1 | -1/+1 |
|\| |
|
| * | http: Use a constant for the supported header size | Luca Barbato | 2014-07-22 | 1 | -1/+1 |
* | | Merge commit '389380c27915b0505fed538cd54c035c891fabd9' | Michael Niedermayer | 2014-07-22 | 1 | -10/+12 |
|\| |
|
| * | http: Do move the class instantiation in the conditional block | Luca Barbato | 2014-07-21 | 1 | -10/+12 |
* | | Merge commit '28df1d24112c6ad0763985df2faeeb198cfbad69' | Michael Niedermayer | 2014-07-22 | 1 | -1/+7 |
|\| |
|
| * | http: Provide an option to override the HTTP method | Luca Barbato | 2014-07-21 | 1 | -1/+7 |
* | | avformat/http: remove never twice executable loop | Michael Niedermayer | 2014-05-14 | 1 | -3/+0 |
* | | http: restructure http_connect error handling path | wm4 | 2014-03-23 | 1 | -8/+10 |
* | | http: never send 'Cookie: (null)' to the server | wm4 | 2014-03-21 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2014-03-12 | 1 | -0/+4 |
|\| |
|
| * | http: Properly initialize icy headers string | Alessandro Ghedini | 2014-03-12 | 1 | -0/+4 |
* | | Merge commit 'e77a2ea9505863e50bf013706f66bf8b7325e524' | Michael Niedermayer | 2014-03-12 | 1 | -2/+2 |
|\| |
|
| * | http: Declare more parameters as const where possible | Martin Storsjö | 2014-03-12 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2014-03-12 | 1 | -2/+3 |
|\| |
|
| * | http: Allow setting a Content-Type for POST requests | Clément Bœsch | 2014-03-11 | 1 | -0/+6 |
| * | http: Improve options descriptions | Alessandro Ghedini | 2014-03-11 | 1 | -2/+2 |
* | | Merge commit 'ab76d9f628ad46e1d3bbf26c5bf1f87083f239ab' | Michael Niedermayer | 2014-03-12 | 1 | -1/+2 |
|\| |
|
| * | http: Always allow no-op seek | Anssi Hannula | 2014-03-11 | 1 | -0/+3 |
* | | Merge commit '2ec33d27127251bbc45e1f88e60691ad59cf2319' | Michael Niedermayer | 2014-03-12 | 1 | -5/+5 |
|\| |
|
| * | http: Add support for selecting a request range | Anssi Hannula | 2014-03-11 | 1 | -3/+14 |
* | | Merge commit 'ddfc98906373d1f17f6205cedd14c68d7a75995f' | Michael Niedermayer | 2014-03-12 | 1 | -1/+2 |
|\| |
|
| * | http: Support setting custom User-Agent | Clément Bœsch | 2014-03-11 | 1 | -2/+6 |
* | | Merge commit 'e58c85b0686892960042232e51c77168b264838a' | Michael Niedermayer | 2014-03-12 | 1 | -3/+4 |
|\| |
|
| * | http: Export Content-Type information | Michael Niedermayer | 2014-03-11 | 1 | -0/+5 |
* | | Merge commit '8075c3d8bb1f6aade0cc7c5c40db9bc1bcd84cab' | Michael Niedermayer | 2014-03-12 | 1 | -36/+65 |
|\| |
|