summaryrefslogtreecommitdiff
path: root/libavformat/http.c
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-051-15/+16
|\ \ | |/
| * avio: make url_get_file_handle() internal.Anton Khirnov2011-04-041-1/+1
| * avio: make url_close() internal.Anton Khirnov2011-04-041-5/+5
| * avio: make url_write() internal.Anton Khirnov2011-04-041-6/+6
| * avio: make url_read() internal.Anton Khirnov2011-04-041-2/+2
| * avio: make url_open() internal.Anton Khirnov2011-04-041-1/+2
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-291-7/+7
|\ \ | |/
| * http: header field names are case insensitiveTyler2011-03-281-7/+7
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * Replace dprintf with av_dlogLuca Barbato2011-01-291-3/+3
| * Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-1/+1
* | Replace dprintf with av_dlogLuca Barbato2011-01-301-3/+3
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-281-1/+1
|/
* http: Handle 301/307 redirect requests, tooMike Edenfield2010-11-021-1/+2
* Move AVOptions from libavcodec to libavutilMichael Niedermayer2010-09-261-1/+1
* Move the definition of the maximum url size for static buffers to internal.hMartin Storsjö2010-08-191-3/+2
* http: Return EOF at the end of the content even if the connection isn't closedMartin Storsjö2010-08-091-0/+7
* http: Log a warning when receiving an error codeMartin Storsjö2010-07-161-3/+7
* Make ff_url_split() publicMåns Rullgård2010-06-271-2/+2
* Make the http protocol open the connection immediately in http_open againMartin Storsjö2010-06-221-32/+1
* Add an AVClass to the HTTPContextMartin Storsjö2010-06-221-1/+12
* Allocate the HTTPContext through URLProtocol.priv_data_sizeMartin Storsjö2010-06-221-12/+2
* HTTP: Add a method for initializing the authentication state from another con...Martin Storsjö2010-06-211-0/+6
* ReindentMartin Storsjö2010-06-211-1/+1
* HTTP: Compact the code for writing chunked post dataMartin Storsjö2010-06-211-6/+3
* HTTP: Get rid of the is_chunked variable, use the chunksize variable insteadMartin Storsjö2010-06-211-10/+5
* HTTP: Clarify a commentMartin Storsjö2010-06-211-1/+1
* Reset chunksize back to zero (= no chunked encoding) after each new openRonald S. Bultje2010-06-201-1/+1
* Use url_write(), not http_write(), for sending the HTTP headers. This preventsRonald S. Bultje2010-06-201-2/+1
* Make sure the http protocol handler returns errors if a delayed open had failedMartin Storsjö2010-06-091-0/+6
* Initialize the http connection in http_seek, tooMartin Storsjö2010-06-091-0/+6