Searched refs:baseurl (Results 1 – 19 of 19) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | hlsplaylist.c | 136 const char *baseurl /* Ignored if NULL */, in ff_hls_write_file_entry() argument 182 if (baseurl) in ff_hls_write_file_entry() 183 avio_printf(out, "%s", baseurl); in ff_hls_write_file_entry()
|
D | hlsplaylist.h | 59 const char *baseurl /* Ignored if NULL */,
|
D | dashdec.c | 707 char *baseurl = NULL; in resolve_content_path() local 766 baseurl = xmlNodeGetContent(node); in resolve_content_path() 767 root_url = (av_strcasecmp(baseurl, "")) ? baseurl : path; in resolve_content_path() 815 xmlFree(baseurl); in resolve_content_path()
|
D | hlsenc.c | 219 char *baseurl; member 1624 en->size, en->pos, hls->baseurl, 1650 hls->baseurl, en->sub_filename, NULL, 0, 0, 0); 3126 …{"hls_base_url", "url to prepend to each playlist entry", OFFSET(baseurl), AV_OPT_TYPE_STRING, …
|
/third_party/node/deps/npm/node_modules/request/lib/ |
D | oauth.js | 45 var baseurl = uri.protocol + '//' + uri.host + uri.pathname 51 baseurl,
|
/third_party/typescript/tests/baselines/reference/ |
D | pathMappingBasedModuleResolution1_classic.errors.txt | 5 // paths should error in the absence of baseurl
|
D | pathMappingBasedModuleResolution2_classic.errors.txt | 6 // baseurl is defined in tsconfig.json
|
D | pathMappingBasedModuleResolution2_node.errors.txt | 6 // baseurl is defined in tsconfig.json
|
D | pathMappingBasedModuleResolution4_node.types | 18 import {x as a} from "./file3" // found with baseurl
|
D | pathMappingBasedModuleResolution4_classic.types | 18 import {x as a} from "./file3" // found with baseurl
|
D | pathMappingBasedModuleResolution3_classic.types | 20 import {x as a} from "./file3" // found with baseurl
|
D | pathMappingBasedModuleResolution3_node.types | 20 import {x as a} from "./file3" // found with baseurl
|
D | pathMappingBasedModuleResolution4_classic.symbols | 16 import {x as a} from "./file3" // found with baseurl
|
D | pathMappingBasedModuleResolution3_node.symbols | 18 import {x as a} from "./file3" // found with baseurl
|
D | pathMappingBasedModuleResolution4_node.symbols | 16 import {x as a} from "./file3" // found with baseurl
|
D | pathMappingBasedModuleResolution3_classic.symbols | 18 import {x as a} from "./file3" // found with baseurl
|
/third_party/ffmpeg/doc/ |
D | muxers.texi | 689 @item hls_base_url @var{baseurl} 690 Append @var{baseurl} to every entry in the playlist. 847 If set, @var{keyurl} is prepended instead of @var{baseurl} to the key filename
|
/third_party/gstreamer/gstplugins_good/ |
D | ChangeLog | 138063 The baseurl now always has a '/' at the start.
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 30740 - baseurl
|