]> git.sesse.net Git - ffmpeg/history - libavformat/url.h
extract_extradata_bsf: make sure all needed parameter set NALUs were found
[ffmpeg] / libavformat / url.h
2016-05-04 Vittorio Giovaracosmetics: Fix spelling mistakes
2016-03-24 Martin Storsjöavio: Copy URLContext generic options into child URLCon...
2016-03-24 Andrey Utkinavio: Add an option 'rw_timeout'
2016-02-22 Anton Khirnovurlprotocol: receive a list of protocols from the caller
2016-02-22 Anton Khirnovprotocols: make the list of protocols static
2016-02-22 Anton Khirnovlavf: move urlcontext_child_class_next() to protocols.c
2016-02-22 Anton Khirnovlavf: reorganize URLProtocols
2016-02-18 Diego Biurruncosmetics: Drop empty comment lines
2014-10-18 Anton Khirnovurlprotocol: remove unused url_interrupt_cb declaration
2014-07-26 Diego Biurrunavformat: Mark argument in av_{i|o}format_next/ffurl_pr...
2013-10-30 Martin Storsjölavf: Remove a now useless parameter to ffurl_register_...
2013-06-16 Luca Barbatoavf: move url utility functions in a separate file
2012-08-17 Jordi Ortizavio: add (ff)url_get_multi_file_handle() for getting...
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.