]> git.sesse.net Git - ffmpeg/history - libavformat/url.h
avprobe: fix formatting.
[ffmpeg] / libavformat / url.h
2012-05-22 Samuel Pitoisetavio: Add a function for signalling end of reading...
2012-03-19 Nicolas Georgeurl: Document the expected behaviour of url_read
2012-01-27 Anton Khirnovlavf: remove disabled FF_API_OLD_AVIO cruft
2012-01-05 Martin Storsjöavio: Add an URLProtocol flag for indicating that a...
2011-11-13 Martin Storsjöavio: add avio_open2, taking an interrupt callback...
2011-11-13 Anton Khirnovavio: add support for passing options to protocols.
2011-11-13 Anton Khirnovavio: add and use ffurl_protocol_next().
2011-11-13 Martin Storsjöavio: Add an AVIOInterruptCB parameter to ffurl_open...
2011-11-13 Martin Storsjöavio: Add an internal utility function for checking...
2011-11-13 Martin Storsjöavio: Add AVIOInterruptCB
2011-07-14 Diego Biurrundoxygen: Make sure parameter names match between .c...
2011-05-21 Diego Biurrunmultiple inclusion guard cleanup
2011-04-13 Stefano Sabatiniavio: add avio_check()
2011-04-08 Anton Khirnovavio: make URLProtocol internal.
2011-04-08 Anton Khirnovavio: make URLContext internal.
2011-04-08 Anton Khirnovavio: move two ff_udp_* functions from avio_internal...
2011-04-08 Anton Khirnovavio: deprecate the typedef for URLInterruptCB
2011-04-07 Anton Khirnovavio: move extern url_interrupt_cb declaration from...
2011-04-07 Anton Khirnovavio: make av_register_protocol2 internal.
2011-04-05 Anton Khirnovavio: make URL_PROTOCOL_FLAG_NESTED_SCHEME internal
2011-04-04 Anton Khirnovavio: make url_get_file_handle() internal.
2011-04-04 Anton Khirnovavio: make url_filesize() internal.
2011-04-04 Anton Khirnovavio: make url_close() internal.
2011-04-04 Anton Khirnovavio: make url_seek() internal.
2011-04-04 Anton Khirnovavio: make url_write() internal.
2011-04-04 Anton Khirnovavio: make url_read_complete() internal.
2011-04-04 Anton Khirnovavio: make url_read() internal.
2011-04-04 Anton Khirnovavio: make url_open() internal.
2011-04-04 Anton Khirnovavio: make url_connect internal.
2011-04-04 Anton Khirnovavio: make url_alloc internal.