/third_party/ffmpeg/libavformat/ |
H A D | avio.c | 59 {"protocol_blacklist", "List of protocols that are not allowed to be used", OFFSET(protocol_blacklist), AV_OPT_TYPE_STRING, { .str = NULL }, 0, 0, D }, 178 av_assert0(!(e=av_dict_get(*options, "protocol_blacklist", NULL, 0)) || in ffurl_connect() 179 (uc->protocol_blacklist && !strcmp(uc->protocol_blacklist, e->value))); in ffurl_connect() 186 if (uc->protocol_blacklist && av_match_list(uc->prot->name, uc->protocol_blacklist, ',') > 0) { in ffurl_connect() 187 av_log(uc, AV_LOG_ERROR, "Protocol '%s' on blacklist '%s'!\n", uc->prot->name, uc->protocol_blacklist); in ffurl_connect() 202 if ((err = av_dict_set(options, "protocol_blacklist", uc->protocol_blacklist, in ffurl_connect() [all...] |
H A D | concat.c | 103 &h->interrupt_callback, NULL, h->protocol_whitelist, h->protocol_blacklist, h); in concat_open() 231 NULL, h->protocol_whitelist, h->protocol_blacklist); in concatf_open() 271 &h->interrupt_callback, NULL, h->protocol_whitelist, h->protocol_blacklist, h); in concatf_open()
|
H A D | rtpproto.c | 331 NULL, h->protocol_whitelist, h->protocol_blacklist, h) < 0) in rtp_open() 346 h->protocol_whitelist, h->protocol_blacklist, h) < 0) { in rtp_open() 356 NULL, h->protocol_whitelist, h->protocol_blacklist, h) < 0) in rtp_open() 365 &fec_opts, h->protocol_whitelist, h->protocol_blacklist, h) < 0) in rtp_open()
|
H A D | avformat.c | 746 !dst->protocol_blacklist); in ff_copy_whiteblacklists() 750 dst->protocol_blacklist = av_strdup(src->protocol_blacklist); in ff_copy_whiteblacklists() 754 || (src->protocol_blacklist && !dst->protocol_blacklist)) { in ff_copy_whiteblacklists()
|
H A D | md5proto.c | 74 h->protocol_whitelist, h->protocol_blacklist, h); in md5_close()
|
H A D | hlsproto.c | 113 h->protocol_whitelist, h->protocol_blacklist)) < 0) in parse_playlist() 300 h->protocol_whitelist, h->protocol_blacklist, h); in hls_read()
|
H A D | sapenc.c | 155 s->protocol_whitelist, s->protocol_blacklist, NULL); in sap_write_header() 180 s->protocol_whitelist, s->protocol_blacklist, NULL); in sap_write_header()
|
H A D | gopher.c | 102 &h->interrupt_callback, NULL, h->protocol_whitelist, h->protocol_blacklist, h); in gopher_open()
|
H A D | subfile.c | 83 options, h->protocol_whitelist, h->protocol_blacklist, h); in subfile_open()
|
H A D | tls.c | 116 parent->protocol_whitelist, parent->protocol_blacklist, parent); in ff_tls_open_underlying()
|
H A D | teeproto.c | 116 h->protocol_whitelist, h->protocol_blacklist, in tee_open()
|
H A D | srtpproto.c | 83 NULL, h->protocol_whitelist, h->protocol_blacklist, h)) < 0) in srtp_open()
|
H A D | url.h | 49 const char *protocol_blacklist; member
|
H A D | prompeg.c | 299 &udp_opts, h->protocol_whitelist, h->protocol_blacklist, h) < 0) in prompeg_open() 303 &udp_opts, h->protocol_whitelist, h->protocol_blacklist, h) < 0) in prompeg_open()
|
H A D | smoothstreamingenc.c | 117 &os->ctx->interrupt_callback, &opts, os->ctx->protocol_whitelist, os->ctx->protocol_blacklist, NULL); in ism_seek() 126 &os->ctx->interrupt_callback, &opts, os->ctx->protocol_whitelist, os->ctx->protocol_blacklist, NULL); in ism_seek() 510 ret = ffurl_open_whitelist(&os->out, filename, AVIO_FLAG_WRITE, &s->interrupt_callback, NULL, s->protocol_whitelist, s->protocol_blacklist, NULL); in ism_flush()
|
H A D | avio.h | 280 const char *protocol_blacklist; member
|
H A D | icecast.c | 172 &opt_dict, h->protocol_whitelist, h->protocol_blacklist, h); in icecast_open()
|
H A D | sapdec.c | 88 s->protocol_whitelist, s->protocol_blacklist, NULL); in sap_read_header()
|
H A D | ipfsgateway.c | 295 h->protocol_blacklist, h); in translate_ipfs_to_http()
|
H A D | cache.c | 96 options, h->protocol_whitelist, h->protocol_blacklist, h); in cache_open()
|
H A D | options.c | 151 return ffio_open_whitelist(pb, url, flags, &s->interrupt_callback, options, s->protocol_whitelist, s->protocol_blacklist); in io_open_default()
|
H A D | options_table.h | 105 {"protocol_blacklist", "List of protocols that are not allowed to be used", OFFSET(protocol_blacklist), AV_OPT_TYPE_STRING, { .str = NULL }, 0, 0, D },
|
H A D | aviobuf.c | 989 (*s)->protocol_blacklist = av_strdup(h->protocol_blacklist); in ffio_fdopen() 990 if (!(*s)->protocol_blacklist && h->protocol_blacklist) { in ffio_fdopen()
|
H A D | rtsp.c | 1526 &s->interrupt_callback, &opts, s->protocol_whitelist, s->protocol_blacklist, NULL); in ff_rtsp_make_setup_request() 1681 &s->interrupt_callback, &opts, s->protocol_whitelist, s->protocol_blacklist, NULL); in ff_rtsp_make_setup_request() 1896 &s->interrupt_callback, NULL, s->protocol_whitelist, s->protocol_blacklist, NULL)) < 0) { in ff_rtsp_connect() 2453 &s->interrupt_callback, &opts, s->protocol_whitelist, s->protocol_blacklist, NULL); in sdp_read_header() 2527 &s->interrupt_callback, &opts, s->protocol_whitelist, s->protocol_blacklist, NULL); in rtp_read_header()
|
H A D | tls_securetransport.c | 89 h->protocol_whitelist, h->protocol_blacklist)) < 0) in import_pem()
|