Lines Matching refs:url
33 #include "url.h"
46 char *url;
118 char *url = NULL;
132 url = filename;
135 url_len = strlen(avf->url) + strlen(filename) + 16;
136 if (!(url = av_malloc(url_len)))
138 ff_make_absolute_url(url, url_len, avf->url, filename);
156 file->url = url;
167 av_free(url);
357 if ((ret = avformat_open_input(&cat->avf, file->url, NULL, &options)) < 0 ||
359 av_log(avf, AV_LOG_ERROR, "Impossible to open '%s'\n", file->url);
365 av_log(avf, AV_LOG_WARNING, "Unused options for '%s'.\n", file->url);
398 av_freep(&cat->files[i].url);