summaryrefslogtreecommitdiffstats
path: root/libavformat/url.h
Commit message (Expand)AuthorAgeFilesLines
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-1/+1
* avio: Copy URLContext generic options into child URLContextsMartin Storsjö2016-03-241-1/+3
* avio: Add an option 'rw_timeout'Andrey Utkin2016-03-241-0/+1
* urlprotocol: receive a list of protocols from the callerAnton Khirnov2016-02-221-2/+14
* protocols: make the list of protocols staticAnton Khirnov2016-02-221-1/+15
* lavf: move urlcontext_child_class_next() to protocols.cAnton Khirnov2016-02-221-0/+2
* lavf: reorganize URLProtocolsAnton Khirnov2016-02-221-14/+2
* cosmetics: Drop empty comment linesDiego Biurrun2016-02-181-1/+0
* urlprotocol: remove unused url_interrupt_cb declarationAnton Khirnov2014-10-181-2/+0
* avformat: Mark argument in av_{i|o}format_next/ffurl_protocol_next as constDiego Biurrun2014-07-261-1/+1
* lavf: Remove a now useless parameter to ffurl_register_protocolMartin Storsjö2013-10-301-3/+1
* avf: move url utility functions in a separate fileLuca Barbato2013-06-161-0/+37
* avio: add (ff)url_get_multi_file_handle() for getting more than one fdJordi Ortiz2012-08-171-0/+9
* avio: Add a function for signalling end of reading/writingSamuel Pitoiset2012-05-221-0/+13
* url: Document the expected behaviour of url_readNicolas George2012-03-191-0/+13
* lavf: remove disabled FF_API_OLD_AVIO cruftAnton Khirnov2012-01-271-2/+0
* avio: Add an URLProtocol flag for indicating that a protocol uses networkMartin Storsjö2012-01-051-0/+1
* avio: add avio_open2, taking an interrupt callback and optionsMartin Storsjö2011-11-131-0/+3
* avio: add support for passing options to protocols.Anton Khirnov2011-11-131-2/+18
* avio: add and use ffurl_protocol_next().Anton Khirnov2011-11-131-0/+7
* avio: Add an AVIOInterruptCB parameter to ffurl_open/ffurl_allocMartin Storsjö2011-11-131-2/+8
* avio: Add an internal utility function for checking the new interrupt callbackMartin Storsjö2011-11-131-0/+6
* avio: Add AVIOInterruptCBMartin Storsjö2011-11-131-0/+1
* doxygen: Make sure parameter names match between .c and .h files.Diego Biurrun2011-07-141-3/+3
* multiple inclusion guard cleanupDiego Biurrun2011-05-211-1/+1
* avio: add avio_check()Stefano Sabatini2011-04-131-0/+1
* avio: make URLProtocol internal.Anton Khirnov2011-04-081-0/+17
* avio: make URLContext internal.Anton Khirnov2011-04-081-0/+11
* avio: move two ff_udp_* functions from avio_internal to url.hAnton Khirnov2011-04-081-0/+4
* avio: deprecate the typedef for URLInterruptCBAnton Khirnov2011-04-081-1/+1
* avio: move extern url_interrupt_cb declaration from avio.h to url.hAnton Khirnov2011-04-071-0/+2
* avio: make av_register_protocol2 internal.Anton Khirnov2011-04-071-0/+7
* avio: make URL_PROTOCOL_FLAG_NESTED_SCHEME internalAnton Khirnov2011-04-051-0/+5
* avio: make url_get_file_handle() internal.Anton Khirnov2011-04-041-0/+8
* avio: make url_filesize() internal.Anton Khirnov2011-04-041-0/+7
* avio: make url_close() internal.Anton Khirnov2011-04-041-0/+9
* avio: make url_seek() internal.Anton Khirnov2011-04-041-0/+16
* avio: make url_write() internal.Anton Khirnov2011-04-041-0/+8
* avio: make url_read_complete() internal.Anton Khirnov2011-04-041-0/+9
* avio: make url_read() internal.Anton Khirnov2011-04-041-0/+11
* avio: make url_open() internal.Anton Khirnov2011-04-041-0/+13
* avio: make url_connect internal.Anton Khirnov2011-04-041-0/+5
* avio: make url_alloc internal.Anton Khirnov2011-04-041-0/+43
OpenPOWER on IntegriCloud