summaryrefslogtreecommitdiff
path: root/libavformat/http.c
Commit message (Expand)AuthorAge
* http: Properly initialize icy headers stringAlessandro Ghedini2014-03-12
* http: Declare more parameters as const where possibleMartin Storsjö2014-03-12
* http: Allow setting a Content-Type for POST requestsClément Bœsch2014-03-11
* http: Improve options descriptionsAlessandro Ghedini2014-03-11
* http: Always allow no-op seekAnssi Hannula2014-03-11
* http: Add support for selecting a request rangeAnssi Hannula2014-03-11
* http: Support setting custom User-AgentClément Bœsch2014-03-11
* http: Export Content-Type informationMichael Niedermayer2014-03-11
* http: Add support reading ICY metadataLuca Barbato2014-03-11
* http: Refactor process_lineLuca Barbato2014-03-11
* http: K&R formatting cosmeticsLuca Barbato2014-03-11
* http: Drop doxy commentsLuca Barbato2014-03-11
* http: Return meaningful error codesLuca Barbato2014-03-11
* http: Expose the content location via an AVOptionMartin Storsjö2013-11-22
* http: Support relative URL redirectionZhang Rui2013-11-22
* http: Remove an unrelated and mistakenly set AVOption unit nameMartin Storsjö2013-11-22
* http: Check the auth string contents and not only the pointerMichael Niedermayer2013-10-14
* http: Support auth method detection for POSTMartin Storsjö2013-10-13
* http: Add an option for forcing basic authenticationMartin Storsjö2013-10-13
* http: Pass options through to the nested protocolMartin Storsjö2013-09-26
* http: Support reading gzip/deflate compressed dataZhang Rui2013-07-28
* Use the avstring.h locale-independent character type functionsReimar Döffinger2013-03-07
* lavf: Handle the environment variable no_proxy more properlyMartin Storsjö2013-02-27
* http: use av_strlcpy instead of strcpy() without size checksJanne Grunau2012-10-09
* http: Increase buffer sizes to cope with longer URIsDuncan Salerno2012-09-28
* avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-04
* lavf: remove unnecessary inclusions of unistd.hMans Rullgard2012-06-20
* http: replace atoll() with strtoll()Ronald S. Bultje2012-06-19
* http: Properly handle chunked transfer-encoding for replies to post dataMartin Storsjö2012-06-17
* http: Fail reading if the connection has gone awayMartin Storsjö2012-06-17
* http: Add the url_shutdown function for https, tooMartin Storsjö2012-06-01
* http: Simplify code by removing a local variableMartin Storsjö2012-06-01
* http: Clear the old URLContext pointer when closedMartin Storsjö2012-06-01
* 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