summaryrefslogtreecommitdiff
path: root/libavformat/http.c
Commit message (Expand)AuthorAge
* avio: Copy URLContext generic options into child URLContextsMartin Storsjö2016-03-24
* urlprotocol: receive a list of protocols from the callerAnton Khirnov2016-02-22
* lavf: reorganize URLProtocolsAnton Khirnov2016-02-22
* http: Add the trailing endlines if they are missingLuca Barbato2015-07-30
* Replace av_dlog with normal av_log at trace levelVittorio Giovara2015-04-19
* avformat: Don't anonymously typedef structsDiego Biurrun2015-02-14
* cosmetics: Write NULL pointer inequality checks more compactlyGabriel Dume2014-08-15
* http: Reduce scope of a variable in parse_content_encoding()Diego Biurrun2014-08-15
* http: Fix authentication, broken since 6a463e7fbMartin Storsjö2014-08-13
* http: enable icy metadata by default.Andrew Stone2014-08-13
* http: export icecast metadata as an option with name "metadata".Andrew Stone2014-08-13
* http: Stop reading after receiving the whole file for non-chunked transfersMartin Storsjö2014-08-13
* http: Refactor http_open_cnxLuca Barbato2014-08-03
* http: K&R formatting cosmeticsDiego Biurrun2014-07-23
* http: Use a constant for the supported header sizeLuca Barbato2014-07-22
* http: Do move the class instantiation in the conditional blockLuca Barbato2014-07-21
* http: Provide an option to override the HTTP methodLuca Barbato2014-07-21
* 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