2012-03-13 |
Martin Storsjö | http: Clear the auth state on redirects |
blob | commitdiff | raw |
2012-03-13 |
Martin Storsjö | http: Retry auth if it failed due to being stale |
blob | commitdiff | raw | diff to current |
2012-01-05 |
Martin Storsjö | avio: Add an URLProtocol flag for indicating that a... |
blob | commitdiff | raw | diff to current |
2011-12-11 |
Mans Rullgard | Remove extraneous semicolons |
blob | commitdiff | raw | diff to current |
2011-12-01 |
Martin Storsjö | http: Make sure proxyauth is initialized |
blob | commitdiff | raw | diff to current |
2011-11-18 |
Martin Storsjö | http: Don't use the normal http proxy mechanism for... |
blob | commitdiff | raw | diff to current |
2011-11-18 |
Martin Storsjö | http: Reorder two code blocks |
blob | commitdiff | raw | diff to current |
2011-11-18 |
Martin Storsjö | http: Add a new protocol for opening connections via... |
blob | commitdiff | raw | diff to current |
2011-11-18 |
Martin Storsjö | http: Split out the non-chunked buffer reading part... |
blob | commitdiff | raw | diff to current |
2011-11-13 |
Anton Khirnov | avio: add support for passing options to protocols. |
blob | commitdiff | raw | diff to current |
2011-11-13 |
Martin Storsjö | avio: Add an AVIOInterruptCB parameter to ffurl_open... |
blob | commitdiff | raw | diff to current |
2011-11-11 |
Martin Storsjö | http: Handle proxy authentication |
blob | commitdiff | raw | diff to current |
2011-11-11 |
Martin Storsjö | http: Print an error message for Authorization Required... |
blob | commitdiff | raw | diff to current |
2011-11-10 |
Martin Storsjö | http: Don't add a Range: bytes=0- header for POST |
blob | commitdiff | raw | diff to current |
2011-11-10 |
Martin Storsjö | http: Change the chunksize AVOption into chunked_post |
blob | commitdiff | raw | diff to current |
2011-11-10 |
Anton Khirnov | http: Add encoding/decoding flags to the AVOptions |
blob | commitdiff | raw | diff to current |
2011-11-10 |
Anton Khirnov | http: use different classes for http and https. |
blob | commitdiff | raw | diff to current |
2011-11-10 |
Martin Storsjö | http: Change an error log message to a warning |
blob | commitdiff | raw | diff to current |
2011-11-10 |
Martin Storsjö | http: Remove the now unused ff_http_set_headers custom... |
blob | commitdiff | raw | diff to current |
2011-11-10 |
Martin Storsjö | http: Make custom headers settable via an AVOption |
blob | commitdiff | raw | diff to current |
2011-11-06 |
Reimar Döffinger | Replace all usage of strcasecmp/strncasecmp |
blob | commitdiff | raw | diff to current |
2011-11-05 |
Martin Storsjö | http: Remove the custom function for disabling chunked... |
blob | commitdiff | raw | diff to current |
2011-11-05 |
Martin Storsjö | avformat: Add the https protocol |
blob | commitdiff | raw | diff to current |
2011-11-02 |
Diego Biurrun | Replace outdated references to ffmpeg tool with avconv. |
blob | commitdiff | raw | diff to current |
2011-10-12 |
Anton Khirnov | AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* |
blob | commitdiff | raw | diff to current |
2011-09-04 |
Stefan Fritsch | http: Consider the stream as seekable if the reply... |
blob | commitdiff | raw | diff to current |
2011-05-17 |
Anton Khirnov | lavf: use designated initializers for AVClasses. |
blob | commitdiff | raw | diff to current |
2011-05-10 |
Anton Khirnov | AVOptions: make default_val a union, as proposed in... |
blob | commitdiff | raw | diff to current |
2011-04-20 |
Martin Storsjö | libavformat: Make protocols pass URLContext as log... |
blob | commitdiff | raw | diff to current |
2011-04-19 |
Stefano Sabatini | avio: remove AVIO_* access symbols in favor of new... |
blob | commitdiff | raw | diff to current |
2011-04-08 |
Anton Khirnov | lavf: use designated initializers for all protocols |
blob | commitdiff | raw | diff to current |
2011-04-07 |
Anton Khirnov | avio: AVIO_ prefixes for URL_ open flags. |
blob | commitdiff | raw | diff to current |
2011-04-04 |
Anton Khirnov | avio: make url_get_file_handle() internal. |
blob | commitdiff | raw | diff to current |
2011-04-04 |
Anton Khirnov | avio: make url_close() internal. |
blob | commitdiff | raw | diff to current |
2011-04-04 |
Anton Khirnov | avio: make url_write() internal. |
blob | commitdiff | raw | diff to current |
2011-04-04 |
Anton Khirnov | avio: make url_read() internal. |
blob | commitdiff | raw | diff to current |
2011-04-04 |
Anton Khirnov | avio: make url_open() internal. |
blob | commitdiff | raw | diff to current |
2011-03-28 |
Tyler | http: header field names are case insensitive |
blob | commitdiff | raw | diff to current |
2011-03-19 |
Mans Rullgard | Replace FFmpeg with Libav in licence headers |
blob | commitdiff | raw | diff to current |
2011-01-29 |
Luca Barbato | Replace dprintf with av_dlog |
blob | commitdiff | raw | diff to current |
2011-01-26 |
Diego Elio Pettenò | Prefix all _demuxer, _muxer, _protocol from libavformat... |
blob | commitdiff | raw | diff to current |
2010-11-02 |
Mike Edenfield | http: Handle 301/307 redirect requests, too |
blob | commitdiff | raw | diff to current |
2010-09-26 |
Michael Niedermayer | Move AVOptions from libavcodec to libavutil |
blob | commitdiff | raw | diff to current |
2010-08-19 |
Martin Storsjö | Move the definition of the maximum url size for static... |
blob | commitdiff | raw | diff to current |
2010-08-09 |
Martin Storsjö | http: Return EOF at the end of the content even if... |
blob | commitdiff | raw | diff to current |
2010-07-16 |
Martin Storsjö | http: Log a warning when receiving an error code |
blob | commitdiff | raw | diff to current |
2010-06-27 |
Måns Rullgård | Make ff_url_split() public |
blob | commitdiff | raw | diff to current |
2010-06-22 |
Martin Storsjö | Make the http protocol open the connection immediately... |
blob | commitdiff | raw | diff to current |
2010-06-22 |
Martin Storsjö | Add an AVClass to the HTTPContext |
blob | commitdiff | raw | diff to current |
2010-06-22 |
Martin Storsjö | Allocate the HTTPContext through URLProtocol.priv_data_size |
blob | commitdiff | raw | diff to current |
2010-06-21 |
Martin Storsjö | HTTP: Add a method for initializing the authentication... |
blob | commitdiff | raw | diff to current |
2010-06-21 |
Martin Storsjö | Reindent |
blob | commitdiff | raw | diff to current |
2010-06-21 |
Martin Storsjö | HTTP: Compact the code for writing chunked post data |
blob | commitdiff | raw | diff to current |
2010-06-21 |
Martin Storsjö | HTTP: Get rid of the is_chunked variable, use the chunk... |
blob | commitdiff | raw | diff to current |
2010-06-21 |
Martin Storsjö | HTTP: Clarify a comment |
blob | commitdiff | raw | diff to current |
2010-06-20 |
Ronald S. Bultje | Reset chunksize back to zero (= no chunked encoding... |
blob | commitdiff | raw | diff to current |
2010-06-20 |
Ronald S. Bultje | Use url_write(), not http_write(), for sending the... |
blob | commitdiff | raw | diff to current |
2010-06-09 |
Martin Storsjö | Make sure the http protocol handler returns errors... |
blob | commitdiff | raw | diff to current |
2010-06-09 |
Martin Storsjö | Initialize the http connection in http_seek, too |
blob | commitdiff | raw | diff to current |
2010-06-08 |
Martin Storsjö | Reindent |
blob | commitdiff | raw | diff to current |
2010-06-08 |
Josh Allmann | Add support for disabling chunked transfer encoding... |
blob | commitdiff | raw | diff to current |
2010-06-08 |
Martin Storsjö | Fix handling of errors in the http protocol |
blob | commitdiff | raw | diff to current |
2010-06-08 |
Martin Storsjö | Fix bugs in the http custom header handling |
blob | commitdiff | raw | diff to current |
2010-06-08 |
Josh Allmann | Add the capability to write custom HTTP headers |
blob | commitdiff | raw | diff to current |
2010-06-08 |
Josh Allmann | Modify the behaviour of http_open to implicitly delay... |
blob | commitdiff | raw | diff to current |
2010-06-04 |
Martin Storsjö | http: Set http_code to 200 when doing a POST |
blob | commitdiff | raw | diff to current |
2010-06-01 |
Martin Storsjö | Declare the url_write buffer parameter as const |
blob | commitdiff | raw | diff to current |
2010-03-24 |
Martin Storsjö | Split out http authentication handling into a separate... |
blob | commitdiff | raw | diff to current |
2010-03-14 |
Aurelien Jacobs | move ff_url_split() and ff_url_join() declarations... |
blob | commitdiff | raw | diff to current |
2010-03-08 |
Martin Storsjö | Reindent |
blob | commitdiff | raw | diff to current |
2010-03-08 |
Martin Storsjö | Rename url_split to ff_url_split |
blob | commitdiff | raw | diff to current |
2010-03-05 |
Martin Storsjö | Use ff_url_join for assembling URLs, instead of snprintf |
blob | commitdiff | raw | diff to current |
2010-01-13 |
Baptiste Coudurier | restore old buffer content when seek failed in http... |
blob | commitdiff | raw | diff to current |
2010-01-12 |
Ronald S. Bultje | Reindent after r21166. |
blob | commitdiff | raw | diff to current |
2010-01-12 |
Tomas Härdin | Use chunked encoding for HTTP uploads. Patch by Tomas... |
blob | commitdiff | raw | diff to current |
2009-06-23 |
Peter Holik | Add support for "chunked" data blocks. Patch by Peter... |
blob | commitdiff | raw | diff to current |
2009-06-06 |
Peter Holik | Cosmetics : Use dprintf instead of printf. |
blob | commitdiff | raw | diff to current |
2009-06-06 |
Jai Menon | Cosmetics : Fix indentation after last commit. |
blob | commitdiff | raw | diff to current |
2009-06-06 |
Peter Holik | Introduce http_get_line and modify http_connect to... |
blob | commitdiff | raw | diff to current |
2009-03-03 |
Ronald S. Bultje | Add url_get_file_handle(), which is used to get the... |
blob | commitdiff | raw | diff to current |
2009-03-03 |
Ronald S. Bultje | Reduce allocated length of the HTTP authentication... |
blob | commitdiff | raw | diff to current |
2009-01-19 |
Diego Biurrun | cosmetics: Remove pointless period after copyright... |
blob | commitdiff | raw | diff to current |
2008-10-03 |
Diego Biurrun | Remove offset_t typedef and use int64_t directly instead. |
blob | commitdiff | raw | diff to current |
2008-05-09 |
Diego Biurrun | Use full path for #includes from another directory. |
blob | commitdiff | raw | diff to current |
2008-02-02 |
Reimar Döffinger | Remove a pointless cast. |
blob | commitdiff | raw | diff to current |
2008-02-02 |
Reimar Döffinger | Missing 'const' in cast. |
blob | commitdiff | raw | diff to current |
2007-12-28 |
Michael Niedermayer | Revert hack which should have never been commited. |
blob | commitdiff | raw | diff to current |
2007-11-22 |
Ramiro Polla | os_support.h is also needed for usleep and lseek on... |
blob | commitdiff | raw | diff to current |
2007-07-19 |
Panagiotis Issaris | Replace all occurrences of AVERROR_IO with AVERROR... |
blob | commitdiff | raw | diff to current |
2007-06-24 |
Måns Rullgård | replace the uses of old string functions that Reimar... |
blob | commitdiff | raw | diff to current |
2007-06-23 |
Måns Rullgård | use new string functions |
blob | commitdiff | raw | diff to current |
2007-05-17 |
Alex Beregszaszi | Use usleep instead of sleep, some MinGW versions lack... |
blob | commitdiff | raw | diff to current |
2007-04-07 |
Diego Biurrun | typos/grammar |
blob | commitdiff | raw | diff to current |
2007-03-19 |
Luca Barbato | expose av_base64_decode and av_base64_encode |
blob | commitdiff | raw | diff to current |
2007-03-12 |
Ronald S. Bultje | Properly initialize filesize during input buffer initia... |
blob | commitdiff | raw | diff to current |
2007-03-06 |
Alex Beregszaszi | handle http error codes |
blob | commitdiff | raw | diff to current |
2007-03-04 |
Ronald S. Bultje | Close connection on EOF |
blob | commitdiff | raw | diff to current |
2007-03-04 |
Ronald S. Bultje | make HTTP MOVED messages also work in ffmpeg (302 is... |
blob | commitdiff | raw | diff to current |
2007-02-28 |
Luca Barbato | Reverting stray commit part II, r8156 had the base64... |
blob | commitdiff | raw | diff to current |
2007-02-28 |
Luca Barbato | Reverting stray commit part I |
blob | commitdiff | raw |
next |