summaryrefslogtreecommitdiff
path: root/libavformat/http.c
Commit message (Expand)AuthorAge
...
* http: Pass the proper return code of net IO operationsSamuel Pitoiset2012-05-30
* http: Add 'post_data', a new option which sets custom HTTP post dataSamuel Pitoiset2012-05-30
* http: Add support for reusing the http socket for subsequent requestsSamuel Pitoiset2012-05-28
* http: Add support for using persistent connectionsSamuel Pitoiset2012-05-28
* http: Add support for reading http POST reply headersSamuel Pitoiset2012-05-22
* http: Add http_shutdown() for ending writing of postsSamuel Pitoiset2012-05-22
* http: Factorize the code by adding http_read_header()Samuel Pitoiset2012-05-20
* http: Clear the auth state on redirectsMartin Storsjö2012-03-13
* http: Retry auth if it failed due to being staleMartin Storsjö2012-03-13
* avio: Add an URLProtocol flag for indicating that a protocol uses networkMartin Storsjö2012-01-05
* Remove extraneous semicolonsMans Rullgard2011-12-11
* http: Make sure proxyauth is initializedMartin Storsjö2011-12-01
* http: Don't use the normal http proxy mechanism for httpsMartin Storsjö2011-11-18
* http: Reorder two code blocksMartin Storsjö2011-11-18
* http: Add a new protocol for opening connections via http proxiesMartin Storsjö2011-11-18
* http: Split out the non-chunked buffer reading part from http_readMartin Storsjö2011-11-18
* avio: add support for passing options to protocols.Anton Khirnov2011-11-13
* avio: Add an AVIOInterruptCB parameter to ffurl_open/ffurl_allocMartin Storsjö2011-11-13
* http: Handle proxy authenticationMartin Storsjö2011-11-11
* http: Print an error message for Authorization Required, tooMartin Storsjö2011-11-11
* http: Don't add a Range: bytes=0- header for POSTMartin Storsjö2011-11-10
* http: Change the chunksize AVOption into chunked_postMartin Storsjö2011-11-10
* http: Add encoding/decoding flags to the AVOptionsAnton Khirnov2011-11-10
* http: use different classes for http and https.Anton Khirnov2011-11-10
* http: Change an error log message to a warningMartin Storsjö2011-11-10
* http: Remove the now unused ff_http_set_headers custom functionMartin Storsjö2011-11-10
* http: Make custom headers settable via an AVOptionMartin Storsjö2011-11-10
* Replace all usage of strcasecmp/strncasecmpReimar Döffinger2011-11-06
* http: Remove the custom function for disabling chunked postsMartin Storsjö2011-11-05
* avformat: Add the https protocolMartin Storsjö2011-11-05
* Replace outdated references to ffmpeg tool with avconv.Diego Biurrun2011-11-02
* AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-12
* http: Consider the stream as seekable if the reply contains Accept-Ranges: bytesStefan Fritsch2011-09-04
* lavf: use designated initializers for AVClasses.Anton Khirnov2011-05-17
* AVOptions: make default_val a union, as proposed in AVOption2.Anton Khirnov2011-05-10
* libavformat: Make protocols pass URLContext as log context where availableMartin Storsjö2011-04-20
* avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbolsStefano Sabatini2011-04-19
* lavf: use designated initializers for all protocolsAnton Khirnov2011-04-08
* avio: AVIO_ prefixes for URL_ open flags.Anton Khirnov2011-04-07
* avio: make url_get_file_handle() internal.Anton Khirnov2011-04-04
* avio: make url_close() internal.Anton Khirnov2011-04-04
* avio: make url_write() internal.Anton Khirnov2011-04-04
* avio: make url_read() internal.Anton Khirnov2011-04-04
* avio: make url_open() internal.Anton Khirnov2011-04-04
* http: header field names are case insensitiveTyler2011-03-28
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Replace dprintf with av_dlogLuca Barbato2011-01-29
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-26
* http: Handle 301/307 redirect requests, tooMike Edenfield2010-11-02
* Move AVOptions from libavcodec to libavutilMichael Niedermayer2010-09-26