223 Commits (fc85646ad495f3418042468da415af73a7a07334)

Author SHA1 Message Date
Martin Storsjö 8f73c06077 URLProtocol: Add URL_PROTOCOL_FLAG_NESTED_SCHEME 14 years ago
Martin Storsjö f3bea9915f URLProtocol: Add a flags field 14 years ago
Anton Khirnov a2704c9712 avio: add avio_tell macro as a replacement for url_ftell 14 years ago
Anton Khirnov e16ead0716 lavf: deprecate get_strz() in favor of avio_get_str 14 years ago
Reimar Döffinger 41d8555f72 avio: add avio_get_str() 14 years ago
Anton Khirnov 0300db8ad7 avio: deprecate url_fskip 14 years ago
Anton Khirnov 6b4aa5dac8 avio: avio_ prefix for url_fseek 14 years ago
Anton Khirnov 61840b4360 avio: deprecate put_tag 14 years ago
Anton Khirnov 22a3212e32 avio: rename url_fopen/fclose -> avio_open/close. 14 years ago
Anton Khirnov 0ac8e2bf2b avio: make put_nbyte internal. 14 years ago
Anton Khirnov 77eb5504d3 avio: avio: avio_ prefixes for put_* functions 14 years ago
Anton Khirnov b3db9ceef1 avio: make get_partial_buffer internal. 14 years ago
Anton Khirnov b7effd4e83 avio: avio_ prefixes for get_* functions 14 years ago
Anton Khirnov 8d9ac969cb avio: rename av_alloc_put_byte -> avio_alloc_context for consistency 14 years ago
Anton Khirnov e731b8d872 avio: move init_put_byte() to a new private header and rename it 14 years ago
Anton Khirnov ae628ec1fd avio: rename ByteIOContext to AVIOContext. 14 years ago
Nicolas George 90441276e4 Non-blocking protocol: core wrapper functions 14 years ago
Nicolas George fe174fc8fc Non-blocking protocols: flag and documentation 14 years ago
Anton Khirnov 93b78d1210 lavf: make a variant of ff_get_str16_nolen public 14 years ago
Anton Khirnov dccbd97d72 lavf: move ff_put_str16_nolen from asf to avio and rename it 14 years ago
Anton Khirnov 4efd5cf34b avio: add av_put_str and deprecate put_strz in favor of it 14 years ago
Anton Khirnov 50196a982b lavf: move the version macros to a new header 14 years ago
Anssi Hannula 17ee8f669f Add function put_nbyte() to speed up padding in SPDIF muxer. 14 years ago
Stefano Sabatini 267ff3aed1 Document url_write(). 14 years ago
Aurelien Jacobs a178edf298 drop rtp_get_file_handles() which is not part of public API and not used anymore 14 years ago
Aurelien Jacobs 8ef30ac1f3 add FF_API_UDP_GET_FILE define to disable the deprecated udp_get_file_handle() 14 years ago
Stefano Sabatini 85c15960b4 Move the definitions of AVSEEK_SIZE to make it appear before the 14 years ago
Stefano Sabatini 8bf256bcc0 Document url_get_filename(). 14 years ago
Stefano Sabatini f3f5eb6e70 Document url_filesize(). 14 years ago
Aurelien Jacobs 364cacc7c7 add FF_API_URL_RESETBUF define to disable the deprecated url_resetbuf() 14 years ago
Aurelien Jacobs 838b27b42c add FF_API_REGISTER_PROTOCOL define to disable the deprecated 14 years ago
Aurelien Jacobs 404eba44b1 add FF_API_URL_CLASS define to enable usage of URLContext as a AVClass 14 years ago
Martin Storsjö d5e9ddeb73 url_fskip: Return an error code if the url_fseek failed 15 years ago
Josh Allmann de1807bbc4 Pad the buffer in url_close_dyn_buf, for buffers opened with url_open_dyn_buf 15 years ago
Måns Rullgård 49bd8e4b84 Fix grammar errors in documentation 15 years ago
Martin Storsjö ed8d57665b Add all required includes to avio.h 15 years ago
Martin Storsjö 735cf6b265 Add priv_data_size and priv_data_class to URLProtocol 15 years ago
Martin Storsjö ffbb289a1d Split url_open and url_open_protocol into url_alloc and url_connect 15 years ago
Martin Storsjö 9b07a2dc02 Add an av_register_protocol2 function that takes a size parameter 15 years ago
Martin Storsjö 27241cbffe Declare the url_write buffer parameter as const 15 years ago
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
Tomas Härdin 01d91b9be9 Reusing the probe buffer to rewind the ByteIOContext in ff_probe_input_buffer() instead of seeking back to the start of the file. Once exhausted, the size of the buffer is reduced. 15 years ago
Benoit Fouet 32e543f866 Replace @returns by @return. 15 years ago
Stefano Sabatini 8a36b59ba6 Document url_exist(). 15 years ago
Stefano Sabatini 9bee245954 Document url_seek(). 15 years ago
Michael Niedermayer 493f54ada0 Add AVSEEK_FORCE flag to indicate that the code should attempt to seek 15 years ago
Stefano Sabatini fe4fbb583d Doxument url_fopen(). 15 years ago
Stefano Sabatini 4e38c09433 Doxument url_fdopen(). 15 years ago
Stefano Sabatini d19a046ebb Document av_register_protocol(), not that it really needs to be 15 years ago
Stefano Sabatini b0634fd11e Doxument url_open(). 15 years ago