summaryrefslogtreecommitdiffstats
path: root/libavformat/http.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-061-0/+3
|\
| * avio: Add an URLProtocol flag for indicating that a protocol uses networkMartin Storsjö2012-01-051-0/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-121-1/+1
|\ \ | |/
| * Remove extraneous semicolonsMans Rullgard2011-12-111-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-021-1/+1
|\ \ | |/
| * http: Make sure proxyauth is initializedMartin Storsjö2011-12-011-1/+1
* | http: add user_agent option.Clément Bœsch2011-11-221-2/+6
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-191-26/+149
|\ \ | |/
| * http: Don't use the normal http proxy mechanism for httpsMartin Storsjö2011-11-181-0/+1
| * http: Reorder two code blocksMartin Storsjö2011-11-181-7/+8
| * http: Add a new protocol for opening connections via http proxiesMartin Storsjö2011-11-181-0/+115
| * http: Split out the non-chunked buffer reading part from http_readMartin Storsjö2011-11-181-19/+25
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-141-1/+2
|\ \ | |/
| * avio: add support for passing options to protocols.Anton Khirnov2011-11-131-1/+2
| * avio: Add an AVIOInterruptCB parameter to ffurl_open/ffurl_allocMartin Storsjö2011-11-131-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-121-23/+53
|\ \ | |/
| * http: Handle proxy authenticationMartin Storsjö2011-11-111-23/+52
| * http: Print an error message for Authorization Required, tooMartin Storsjö2011-11-111-1/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-111-25/+31
|\ \ | |/
| * http: Don't add a Range: bytes=0- header for POSTMartin Storsjö2011-11-101-1/+1
| * http: Change the chunksize AVOption into chunked_postMartin Storsjö2011-11-101-4/+5
| * http: Add encoding/decoding flags to the AVOptionsAnton Khirnov2011-11-101-2/+4
| * http: use different classes for http and https.Anton Khirnov2011-11-101-7/+11
| * http: Change an error log message to a warningMartin Storsjö2011-11-101-1/+1
| * http: Remove the now unused ff_http_set_headers custom functionMartin Storsjö2011-11-101-8/+0
| * http: Make custom headers settable via an AVOptionMartin Storsjö2011-11-101-7/+14
| * Replace all usage of strcasecmp/strncasecmpReimar Döffinger2011-11-061-9/+8
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-061-9/+25
|\ \ | |/
| * http: Remove the custom function for disabling chunked postsMartin Storsjö2011-11-051-5/+0
| * avformat: Add the https protocolMartin Storsjö2011-11-051-4/+25
| * Replace outdated references to ffmpeg tool with avconv.Diego Biurrun2011-11-021-2/+2
* | Replace all strcasecmp/strncasecmp usages.Reimar Döffinger2011-11-031-9/+8
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-131-1/+1
|\ \ | |/
| * AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-121-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-051-1/+1
|\ \ | |/
| * http: Consider the stream as seekable if the reply contains Accept-Ranges: bytesStefan Fritsch2011-09-041-0/+2
| * lavf: use designated initializers for AVClasses.Anton Khirnov2011-05-171-1/+4
| * AVOptions: make default_val a union, as proposed in AVOption2.Anton Khirnov2011-05-101-1/+1
* | http: Fix decetion of range support in HTTP serversStefan Fritsch2011-09-031-0/+2
* | Merge commit '85770f2a2651497861ed938efcd0df3696ff5e45'Michael Niedermayer2011-05-011-2/+5
|\ \
| * | AVOptions: make default_val a union, as proposed in AVOption2.Anton Khirnov2011-04-301-1/+1
| * | lavf: use designated initializers for AVClasses.Anton Khirnov2011-04-291-1/+4
| |/
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-211-2/+2
|\ \ | |/
| * libavformat: Make protocols pass URLContext as log context where availableMartin Storsjö2011-04-201-2/+2
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-201-3/+3
|\ \ | |/
| * avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbolsStefano Sabatini2011-04-191-3/+3
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-091-8/+8
|\ \ | |/
| * lavf: use designated initializers for all protocolsAnton Khirnov2011-04-081-8/+8
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-081-3/+3
|\ \ | |/
| * avio: AVIO_ prefixes for URL_ open flags.Anton Khirnov2011-04-071-3/+3
OpenPOWER on IntegriCloud