Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-01-27lavf: remove disabled FF_API_OLD_AVIO cruftAnton Khirnov
2012-01-06avio: Add an URLProtocol flag for indicating that a protocol uses networkMartin Storsjö
2011-11-13avio: add avio_open2, taking an interrupt callback and optionsMartin Storsjö
2011-11-13avio: add support for passing options to protocols.Anton Khirnov
2011-11-13avio: add and use ffurl_protocol_next().Anton Khirnov
2011-11-13avio: Add an AVIOInterruptCB parameter to ffurl_open/ffurl_allocMartin Storsjö
2011-11-13avio: Add an internal utility function for checking the new interrupt callbackMartin Storsjö
2011-11-13avio: Add AVIOInterruptCBMartin Storsjö
2011-07-14doxygen: Make sure parameter names match between .c and .h files.Diego Biurrun
2011-05-21multiple inclusion guard cleanupDiego Biurrun
2011-04-13avio: add avio_check()Stefano Sabatini
2011-04-08avio: make URLProtocol internal.Anton Khirnov
2011-04-08avio: make URLContext internal.Anton Khirnov
2011-04-08avio: move two ff_udp_* functions from avio_internal to url.hAnton Khirnov
2011-04-08avio: deprecate the typedef for URLInterruptCBAnton Khirnov
2011-04-07avio: move extern url_interrupt_cb declaration from avio.h to url.hAnton Khirnov
2011-04-07avio: make av_register_protocol2 internal.Anton Khirnov
2011-04-05avio: make URL_PROTOCOL_FLAG_NESTED_SCHEME internalAnton Khirnov
2011-04-04avio: make url_get_file_handle() internal.Anton Khirnov
2011-04-04avio: make url_filesize() internal.Anton Khirnov
2011-04-04avio: make url_close() internal.Anton Khirnov
2011-04-04avio: make url_seek() internal.Anton Khirnov
2011-04-04avio: make url_write() internal.Anton Khirnov
2011-04-04avio: make url_read_complete() internal.Anton Khirnov
2011-04-04avio: make url_read() internal.Anton Khirnov
2011-04-04avio: make url_open() internal.Anton Khirnov
2011-04-04avio: make url_connect internal.Anton Khirnov
2011-04-04avio: make url_alloc internal.Anton Khirnov