Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | http: Use a constant for the supported header size | Luca Barbato | 2014-07-22 | 1 | -0/+2 |
| | |||||
* | miscellaneous typo fixes | Diego Biurrun | 2012-12-21 | 1 | -1/+1 |
| | |||||
* | http: Add support for reusing the http socket for subsequent requests | Samuel Pitoiset | 2012-05-28 | 1 | -0/+10 |
| | | | | | | | Introduce ff_http_do_new_request(), a new function which sends a new HTTP request, reusing the existing connection to the server. Signed-off-by: Martin Storsjö <martin@martin.st> | ||||
* | http: Remove the now unused ff_http_set_headers custom function | Martin Storsjö | 2011-11-10 | 1 | -18/+0 |
| | | | | Signed-off-by: Martin Storsjö <martin@martin.st> | ||||
* | http: Remove the custom function for disabling chunked posts | Martin Storsjö | 2011-11-05 | 1 | -8/+0 |
| | | | | Signed-off-by: Martin Storsjö <martin@martin.st> | ||||
* | avio: make URLContext internal. | Anton Khirnov | 2011-04-08 | 1 | -1/+1 |
| | |||||
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| | | | | Signed-off-by: Mans Rullgard <mans@mansr.com> | ||||
* | Fix grammar errors in documentation | Måns Rullgård | 2010-06-30 | 1 | -2/+2 |
| | | | | Originally committed as revision 23904 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | HTTP: Add a method for initializing the authentication state from another ↵ | Martin Storsjö | 2010-06-21 | 1 | -0/+11 |
| | | | | | | connection Originally committed as revision 23685 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Add the necessary includes, add an extra empty line for cosmetics | Martin Storsjö | 2010-06-17 | 1 | -0/+3 |
| | | | | Originally committed as revision 23636 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Add support for disabling chunked transfer encoding for the http protocol | Josh Allmann | 2010-06-08 | 1 | -0/+8 |
| | | | | | | Patch by Josh Allmann, josh dot allmann at gmail Originally committed as revision 23531 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Add the capability to write custom HTTP headers | Josh Allmann | 2010-06-08 | 1 | -0/+42 |
Patch by Josh Allmann, joshua dot allmann at gmail Originally committed as revision 23526 to svn://svn.ffmpeg.org/ffmpeg/trunk |