Lines Matching defs:url
181 * @param base_url the url of the asset map XML file, if any (can be NULL).
291 static int parse_assetmap(AVFormatContext *s, const char *url)
302 av_log(s, AV_LOG_DEBUG, "Asset Map URL: %s\n", url);
305 ret = s->io_open(s, &in, url, AVIO_FLAG_READ, &opts);
314 av_log(s, AV_LOG_ERROR, "Unable to read to asset map '%s'\n", url);
322 tmp_str = av_strdup(url);
329 doc = xmlReadMemory(buf.str, buf.len, url, NULL, 0);
334 c->asset_locator_map.asset_count, url);
632 tmp_str = av_strdup(s->url);
643 av_log(s, AV_LOG_DEBUG, "start parsing IMF CPL: %s\n", s->url);