110 const char *filename,
int flags,
122 "Impossible to open the '%s' protocol for reading\n", up->
name);
127 "Impossible to open the '%s' protocol for writing\n", up->
name);
149 int proto_len= strlen(up->
name);
159 while(ret >= 0 && (key= strchr(p, sep)) && p<key && (val = strchr(key+1, sep))){
174 memmove(start, key+1, strlen(key));
214 #define URL_SCHEME_CHARS \
215 "abcdefghijklmnopqrstuvwxyz" \
216 "ABCDEFGHIJKLMNOPQRSTUVWXYZ" \
222 char proto_str[128], proto_nested[128], *ptr;
225 if (filename[proto_len] !=
':' &&
226 (filename[proto_len] !=
',' || !strchr(filename + proto_len + 1,
':')) ||
228 strcpy(proto_str,
"file");
231 FFMIN(proto_len + 1,
sizeof(proto_str)));
233 if ((ptr = strchr(proto_str,
',')))
235 av_strlcpy(proto_nested, proto_str,
sizeof(proto_nested));
236 if ((ptr = strchr(proto_nested,
'+')))
240 if (!strcmp(proto_str, up->
name))
243 !strcmp(proto_nested, up->
name))
255 if (!first_protocol) {
257 "Missing call to av_register_all()?\n");
268 "or securetransport enabled.\n");
278 if (options && (*puc)->prot->priv_data_class &&
293 int size,
int size_min,
299 int fast_retries = 5;
300 int64_t wait_since = 0;
303 while (len < size_min) {
306 ret = transfer_func(h, buf + len, size - len);
327 fast_retries =
FFMAX(fast_retries, 2);
479 if (!(*s) || !(*s)->url_context)
481 h = (*s)->url_context;
491 if (!entry || !*entry)
int(* url_open_dir)(URLContext *h)
const char const char void * val
#define URL_PROTOCOL_FLAG_NETWORK
int(* url_close_dir)(URLContext *h)
int(* url_check)(URLContext *h, int mask)
#define AV_LOG_WARNING
Something somehow does not look correct.
#define LIBAVUTIL_VERSION_INT
int ffurl_write(URLContext *h, const unsigned char *buf, int size)
Write size bytes from buf to the resource accessed by h.
int is_streamed
true if streamed (no seek possible), default = false
static URLProtocol * first_protocol
int ffurl_connect(URLContext *uc, AVDictionary **options)
Connect an URLContext that has been allocated by ffurl_alloc.
AVIOInterruptCB interrupt_callback
void av_opt_set_defaults(void *s)
Set the values of all AVOption fields to their default values.
Describes single entry of the directory.
#define AVIO_FLAG_READ
read-only
int64_t rw_timeout
maximum time to wait for (network) read/write operation completion, in mcs
struct URLProtocol * prot
#define AVIO_FLAG_WRITE
write-only
void ff_network_close(void)
int av_usleep(unsigned usec)
Sleep for a period of time.
static void * urlcontext_child_next(void *obj, void *prev)
int ffurl_shutdown(URLContext *h, int flags)
Signal the URLContext that we are done reading or writing the stream.
const AVClass * priv_data_class
struct URLProtocol * next
int avio_check(const char *url, int flags)
Return AVIO_FLAG_* access flags corresponding to the access permissions of the resource in url...
const char * class_name
The name of the class; usually it is the same name as the context structure type to which the AVClass...
#define av_assert0(cond)
assert() equivalent, that is always enabled.
static double cb(void *priv, double x, double y)
int ff_network_init(void)
miscellaneous OS support macros and functions.
static int url_alloc_for_protocol(URLContext **puc, struct URLProtocol *up, const char *filename, int flags, const AVIOInterruptCB *int_cb)
int avio_read_dir(AVIODirContext *s, AVIODirEntry **next)
Get next directory entry.
int(* url_get_file_handle)(URLContext *h)
#define AVERROR_PROTOCOL_NOT_FOUND
Protocol not found.
int(* url_get_multi_file_handle)(URLContext *h, int **handles, int *numhandles)
#define AVERROR_EOF
End of file.
Callback for checking whether to abort blocking functions.
int ffurl_alloc(URLContext **puc, const char *filename, int flags, const AVIOInterruptCB *int_cb)
Create a URLContext for accessing to the resource indicated by url, but do not initiate the connectio...
int(* url_open2)(URLContext *h, const char *url, int flags, AVDictionary **options)
This callback is to be used by protocols which open further nested protocols.
#define AV_LOG_ERROR
Something went wrong and cannot losslessly be recovered.
int ffurl_get_multi_file_handle(URLContext *h, int **handles, int *numhandles)
Return the file descriptors associated with this URL.
const AVIOInterruptCB int_cb
#define URL_PROTOCOL_FLAG_NESTED_SCHEME
simple assert() macros that are a bit more flexible than ISO C assert().
int(* url_open)(URLContext *h, const char *url, int flags)
size_t av_strlcpy(char *dst, const char *src, size_t size)
Copy the string src to dst, but no more than size - 1 bytes, and null-terminate dst.
static const char * urlcontext_to_name(void *ptr)
void avio_free_directory_entry(AVIODirEntry **entry)
Free entry allocated by avio_read_dir().
int(* url_write)(URLContext *h, const unsigned char *buf, int size)
int(* url_read)(URLContext *h, unsigned char *buf, int size)
Read data from the protocol.
static const AVOption options[]
static int retry_transfer_wrapper(URLContext *h, uint8_t *buf, int size, int size_min, int(*transfer_func)(URLContext *h, uint8_t *buf, int size))
static const AVClass * urlcontext_child_class_next(const AVClass *prev)
const char * avio_enum_protocols(void **opaque, int output)
Iterate through names of available protocols.
int64_t(* url_seek)(URLContext *h, int64_t pos, int whence)
int ffurl_get_file_handle(URLContext *h)
Return the file descriptor associated with this URL.
#define AVERROR_EXIT
Immediate exit was requested; the called function should not be restarted.
int ffurl_closep(URLContext **hh)
Close the resource accessed by the URLContext h, and free the memory used by it.
static int is_dos_path(const char *path)
int ff_check_interrupt(AVIOInterruptCB *cb)
Check if the user has requested to interrup a blocking function associated with cb.
int av_opt_set_dict(void *obj, AVDictionary **options)
Set all the options from a given dictionary on an object.
#define AVIO_FLAG_NONBLOCK
Use non-blocking mode.
int avio_open_dir(AVIODirContext **s, const char *url, AVDictionary **options)
Open directory for reading.
int64_t ffurl_size(URLContext *h)
Return the filesize of the resource accessed by h, AVERROR(ENOSYS) if the operation is not supported ...
URLProtocol * ffurl_protocol_next(const URLProtocol *prev)
Iterate over all available protocols.
Describe the class of an AVClass context structure.
#define AVSEEK_FORCE
Oring this flag as into the "whence" parameter to a seek function causes it to seek by any means (lik...
int(* url_read_dir)(URLContext *h, AVIODirEntry **next)
const char * avio_find_protocol_name(const char *url)
Return the name of the protocol that will handle the passed URL.
int64_t av_gettime_relative(void)
Get the current time in microseconds since some unspecified starting point.
const AVClass * av_class
information for av_log().
int ffurl_close(URLContext *h)
const AVClass ffurl_context_class
static struct URLProtocol * url_find_protocol(const char *filename)
int av_strstart(const char *str, const char *pfx, const char **ptr)
Return non-zero if pfx is a prefix of str.
int ffurl_register_protocol(URLProtocol *protocol)
Register the URLProtocol protocol.
void av_opt_free(void *obj)
Free all allocated objects in obj.
int64_t ffurl_seek(URLContext *h, int64_t pos, int whence)
Change the position that will be used by the next read/write operation on the resource accessed by h...
int ffurl_open(URLContext **puc, const char *filename, int flags, const AVIOInterruptCB *int_cb, AVDictionary **options)
Create an URLContext for accessing to the resource indicated by url, and open it. ...
int ffurl_read_complete(URLContext *h, unsigned char *buf, int size)
Read as many bytes as possible (up to size), calling the read function multiple times if necessary...
char * filename
specified URL
#define AVSEEK_SIZE
Passing this as the "whence" parameter to a seek function causes it to return the filesize without se...
int avio_close_dir(AVIODirContext **s)
Close directory.
#define AVERROR_OPTION_NOT_FOUND
Option not found.
int max_packet_size
if non zero, the stream is packetized with this max packet size
int(* url_close)(URLContext *h)
unbuffered private I/O API
int(* url_shutdown)(URLContext *h, int flags)
struct URLContext * url_context
int av_opt_set(void *obj, const char *name, const char *val, int search_flags)
int ffurl_read(URLContext *h, unsigned char *buf, int size)
Read up to size bytes from the resource accessed by h, and store the read bytes in buf...
void * av_mallocz(size_t size)
Allocate a block of size bytes with alignment suitable for all memory accesses (including vectors if ...