| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-09-05 | 1 | -1/+1 |
|\ |
|
| * | http: Consider the stream as seekable if the reply contains Accept-Ranges: bytes | Stefan Fritsch | 2011-09-04 | 1 | -0/+2 |
| * | lavf: use designated initializers for AVClasses. | Anton Khirnov | 2011-05-17 | 1 | -1/+4 |
| * | AVOptions: make default_val a union, as proposed in AVOption2. | Anton Khirnov | 2011-05-10 | 1 | -1/+1 |
* | | http: Fix decetion of range support in HTTP servers | Stefan Fritsch | 2011-09-03 | 1 | -0/+2 |
* | | Merge commit '85770f2a2651497861ed938efcd0df3696ff5e45' | Michael Niedermayer | 2011-05-01 | 1 | -2/+5 |
|\ \ |
|
| * | | AVOptions: make default_val a union, as proposed in AVOption2. | Anton Khirnov | 2011-04-30 | 1 | -1/+1 |
| * | | lavf: use designated initializers for AVClasses. | Anton Khirnov | 2011-04-29 | 1 | -1/+4 |
| |/ |
|
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-21 | 1 | -2/+2 |
|\| |
|
| * | libavformat: Make protocols pass URLContext as log context where available | Martin Storsjö | 2011-04-20 | 1 | -2/+2 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-20 | 1 | -3/+3 |
|\| |
|
| * | avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbols | Stefano Sabatini | 2011-04-19 | 1 | -3/+3 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-09 | 1 | -8/+8 |
|\| |
|
| * | lavf: use designated initializers for all protocols | Anton Khirnov | 2011-04-08 | 1 | -8/+8 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-08 | 1 | -3/+3 |
|\| |
|
| * | avio: AVIO_ prefixes for URL_ open flags. | Anton Khirnov | 2011-04-07 | 1 | -3/+3 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-05 | 1 | -15/+16 |
|\| |
|
| * | avio: make url_get_file_handle() internal. | Anton Khirnov | 2011-04-04 | 1 | -1/+1 |
| * | avio: make url_close() internal. | Anton Khirnov | 2011-04-04 | 1 | -5/+5 |
| * | avio: make url_write() internal. | Anton Khirnov | 2011-04-04 | 1 | -6/+6 |
| * | avio: make url_read() internal. | Anton Khirnov | 2011-04-04 | 1 | -2/+2 |
| * | avio: make url_open() internal. | Anton Khirnov | 2011-04-04 | 1 | -1/+2 |
* | | Merge remote-tracking branch 'newdev/master' | Michael Niedermayer | 2011-03-29 | 1 | -7/+7 |
|\| |
|
| * | http: header field names are case insensitive | Tyler | 2011-03-28 | 1 | -7/+7 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| * | Replace dprintf with av_dlog | Luca Barbato | 2011-01-29 | 1 | -3/+3 |
| * | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | | Replace dprintf with av_dlog | Luca Barbato | 2011-01-30 | 1 | -3/+3 |
* | | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò | 2011-01-28 | 1 | -1/+1 |
|/ |
|
* | http: Handle 301/307 redirect requests, too | Mike Edenfield | 2010-11-02 | 1 | -1/+2 |
* | Move AVOptions from libavcodec to libavutil | Michael Niedermayer | 2010-09-26 | 1 | -1/+1 |
* | Move the definition of the maximum url size for static buffers to internal.h | Martin Storsjö | 2010-08-19 | 1 | -3/+2 |
* | http: Return EOF at the end of the content even if the connection isn't closed | Martin Storsjö | 2010-08-09 | 1 | -0/+7 |
* | http: Log a warning when receiving an error code | Martin Storsjö | 2010-07-16 | 1 | -3/+7 |
* | Make ff_url_split() public | Måns Rullgård | 2010-06-27 | 1 | -2/+2 |
* | Make the http protocol open the connection immediately in http_open again | Martin Storsjö | 2010-06-22 | 1 | -32/+1 |
* | Add an AVClass to the HTTPContext | Martin Storsjö | 2010-06-22 | 1 | -1/+12 |
* | Allocate the HTTPContext through URLProtocol.priv_data_size | Martin Storsjö | 2010-06-22 | 1 | -12/+2 |
* | HTTP: Add a method for initializing the authentication state from another con... | Martin Storsjö | 2010-06-21 | 1 | -0/+6 |
* | Reindent | Martin Storsjö | 2010-06-21 | 1 | -1/+1 |
* | HTTP: Compact the code for writing chunked post data | Martin Storsjö | 2010-06-21 | 1 | -6/+3 |
* | HTTP: Get rid of the is_chunked variable, use the chunksize variable instead | Martin Storsjö | 2010-06-21 | 1 | -10/+5 |
* | HTTP: Clarify a comment | Martin Storsjö | 2010-06-21 | 1 | -1/+1 |
* | Reset chunksize back to zero (= no chunked encoding) after each new open | Ronald S. Bultje | 2010-06-20 | 1 | -1/+1 |
* | Use url_write(), not http_write(), for sending the HTTP headers. This prevents | Ronald S. Bultje | 2010-06-20 | 1 | -2/+1 |
* | Make sure the http protocol handler returns errors if a delayed open had failed | Martin Storsjö | 2010-06-09 | 1 | -0/+6 |
* | Initialize the http connection in http_seek, too | Martin Storsjö | 2010-06-09 | 1 | -0/+6 |
* | Reindent | Martin Storsjö | 2010-06-08 | 1 | -1/+1 |
* | Add support for disabling chunked transfer encoding for the http protocol | Josh Allmann | 2010-06-08 | 1 | -5/+17 |
* | Fix handling of errors in the http protocol | Martin Storsjö | 2010-06-08 | 1 | -1/+4 |