summaryrefslogtreecommitdiffstats
path: root/libavformat/http.c
Commit message (Expand)AuthorAgeFilesLines
* http: Refactor http_open_cnxLuca Barbato2014-08-031-12/+24
* http: K&R formatting cosmeticsDiego Biurrun2014-07-231-104/+110
* http: Use a constant for the supported header sizeLuca Barbato2014-07-221-1/+1
* http: Do move the class instantiation in the conditional blockLuca Barbato2014-07-211-10/+12
* http: Provide an option to override the HTTP methodLuca Barbato2014-07-211-1/+7
* http: Properly initialize icy headers stringAlessandro Ghedini2014-03-121-0/+4
* http: Declare more parameters as const where possibleMartin Storsjö2014-03-121-2/+2
* http: Allow setting a Content-Type for POST requestsClément Bœsch2014-03-111-0/+6
* http: Improve options descriptionsAlessandro Ghedini2014-03-111-2/+2
* http: Always allow no-op seekAnssi Hannula2014-03-111-0/+3
* http: Add support for selecting a request rangeAnssi Hannula2014-03-111-3/+14
* http: Support setting custom User-AgentClément Bœsch2014-03-111-2/+6
* http: Export Content-Type informationMichael Niedermayer2014-03-111-0/+5
* http: Add support reading ICY metadataLuca Barbato2014-03-111-1/+103
* http: Refactor process_lineLuca Barbato2014-03-111-51/+85
* http: K&R formatting cosmeticsLuca Barbato2014-03-111-15/+17
* http: Drop doxy commentsLuca Barbato2014-03-111-5/+11
* http: Return meaningful error codesLuca Barbato2014-03-111-6/+6
* http: Expose the content location via an AVOptionMartin Storsjö2013-11-221-5/+15
* http: Support relative URL redirectionZhang Rui2013-11-221-1/+4
* http: Remove an unrelated and mistakenly set AVOption unit nameMartin Storsjö2013-11-221-1/+1
* http: Check the auth string contents and not only the pointerMichael Niedermayer2013-10-141-1/+2
* http: Support auth method detection for POSTMartin Storsjö2013-10-131-1/+17
* http: Add an option for forcing basic authenticationMartin Storsjö2013-10-131-0/+3
* http: Pass options through to the nested protocolMartin Storsjö2013-09-261-8/+26
* http: Support reading gzip/deflate compressed dataZhang Rui2013-07-281-0/+75
* Use the avstring.h locale-independent character type functionsReimar Döffinger2013-03-071-3/+3
* lavf: Handle the environment variable no_proxy more properlyMartin Storsjö2013-02-271-4/+4
* http: use av_strlcpy instead of strcpy() without size checksJanne Grunau2012-10-091-1/+1
* http: Increase buffer sizes to cope with longer URIsDuncan Salerno2012-09-281-5/+8
* avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-041-2/+2
* lavf: remove unnecessary inclusions of unistd.hMans Rullgard2012-06-201-1/+0
* http: replace atoll() with strtoll()Ronald S. Bultje2012-06-191-3/+3
* http: Properly handle chunked transfer-encoding for replies to post dataMartin Storsjö2012-06-171-9/+6
* http: Fail reading if the connection has gone awayMartin Storsjö2012-06-171-0/+3
* http: Add the url_shutdown function for https, tooMartin Storsjö2012-06-011-0/+1
* http: Simplify code by removing a local variableMartin Storsjö2012-06-011-12/+9
* http: Clear the old URLContext pointer when closedMartin Storsjö2012-06-011-0/+3
* http: Pass the proper return code of net IO operationsSamuel Pitoiset2012-05-301-8/+8
* http: Add 'post_data', a new option which sets custom HTTP post dataSamuel Pitoiset2012-05-301-1/+19
* http: Add support for reusing the http socket for subsequent requestsSamuel Pitoiset2012-05-281-5/+20
* http: Add support for using persistent connectionsSamuel Pitoiset2012-05-281-3/+13
* http: Add support for reading http POST reply headersSamuel Pitoiset2012-05-221-1/+15
* http: Add http_shutdown() for ending writing of postsSamuel Pitoiset2012-05-221-2/+19
* http: Factorize the code by adding http_read_header()Samuel Pitoiset2012-05-201-38/+40
* http: Clear the auth state on redirectsMartin Storsjö2012-03-131-0/+3
* http: Retry auth if it failed due to being staleMartin Storsjö2012-03-131-7/+12
* avio: Add an URLProtocol flag for indicating that a protocol uses networkMartin Storsjö2012-01-051-0/+3
* Remove extraneous semicolonsMans Rullgard2011-12-111-1/+1
* http: Make sure proxyauth is initializedMartin Storsjö2011-12-011-1/+1
OpenPOWER on IntegriCloud