| Commit message (Expand) | Author | Age | Files | Lines |
* | avio: add (ff)url_get_multi_file_handle() for getting more than one fd | Jordi Ortiz | 2012-08-17 | 1 | -0/+9 |
* | avio: Add a function for signalling end of reading/writing | Samuel Pitoiset | 2012-05-22 | 1 | -0/+13 |
* | url: Document the expected behaviour of url_read | Nicolas George | 2012-03-19 | 1 | -0/+13 |
* | lavf: remove disabled FF_API_OLD_AVIO cruft | Anton Khirnov | 2012-01-27 | 1 | -2/+0 |
* | avio: Add an URLProtocol flag for indicating that a protocol uses network | Martin Storsjö | 2012-01-05 | 1 | -0/+1 |
* | avio: add avio_open2, taking an interrupt callback and options | Martin Storsjö | 2011-11-13 | 1 | -0/+3 |
* | avio: add support for passing options to protocols. | Anton Khirnov | 2011-11-13 | 1 | -2/+18 |
* | avio: add and use ffurl_protocol_next(). | Anton Khirnov | 2011-11-13 | 1 | -0/+7 |
* | avio: Add an AVIOInterruptCB parameter to ffurl_open/ffurl_alloc | Martin Storsjö | 2011-11-13 | 1 | -2/+8 |
* | avio: Add an internal utility function for checking the new interrupt callback | Martin Storsjö | 2011-11-13 | 1 | -0/+6 |
* | avio: Add AVIOInterruptCB | Martin Storsjö | 2011-11-13 | 1 | -0/+1 |
* | doxygen: Make sure parameter names match between .c and .h files. | Diego Biurrun | 2011-07-14 | 1 | -3/+3 |
* | multiple inclusion guard cleanup | Diego Biurrun | 2011-05-21 | 1 | -1/+1 |
* | avio: add avio_check() | Stefano Sabatini | 2011-04-13 | 1 | -0/+1 |
* | avio: make URLProtocol internal. | Anton Khirnov | 2011-04-08 | 1 | -0/+17 |
* | avio: make URLContext internal. | Anton Khirnov | 2011-04-08 | 1 | -0/+11 |
* | avio: move two ff_udp_* functions from avio_internal to url.h | Anton Khirnov | 2011-04-08 | 1 | -0/+4 |
* | avio: deprecate the typedef for URLInterruptCB | Anton Khirnov | 2011-04-08 | 1 | -1/+1 |
* | avio: move extern url_interrupt_cb declaration from avio.h to url.h | Anton Khirnov | 2011-04-07 | 1 | -0/+2 |
* | avio: make av_register_protocol2 internal. | Anton Khirnov | 2011-04-07 | 1 | -0/+7 |
* | avio: make URL_PROTOCOL_FLAG_NESTED_SCHEME internal | Anton Khirnov | 2011-04-05 | 1 | -0/+5 |
* | avio: make url_get_file_handle() internal. | Anton Khirnov | 2011-04-04 | 1 | -0/+8 |
* | avio: make url_filesize() internal. | Anton Khirnov | 2011-04-04 | 1 | -0/+7 |
* | avio: make url_close() internal. | Anton Khirnov | 2011-04-04 | 1 | -0/+9 |
* | avio: make url_seek() internal. | Anton Khirnov | 2011-04-04 | 1 | -0/+16 |
* | avio: make url_write() internal. | Anton Khirnov | 2011-04-04 | 1 | -0/+8 |
* | avio: make url_read_complete() internal. | Anton Khirnov | 2011-04-04 | 1 | -0/+9 |
* | avio: make url_read() internal. | Anton Khirnov | 2011-04-04 | 1 | -0/+11 |
* | avio: make url_open() internal. | Anton Khirnov | 2011-04-04 | 1 | -0/+13 |
* | avio: make url_connect internal. | Anton Khirnov | 2011-04-04 | 1 | -0/+5 |
* | avio: make url_alloc internal. | Anton Khirnov | 2011-04-04 | 1 | -0/+43 |