Home
last modified time | relevance | path

Searched refs:protocol_blacklist (Results 1 - 25 of 36) sorted by relevance

12

/third_party/ffmpeg/libavformat/
H A Davio.c59 {"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 Dconcat.c103 &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 Drtpproto.c331 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 Davformat.c746 !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 Dmd5proto.c74 h->protocol_whitelist, h->protocol_blacklist, h); in md5_close()
H A Dhlsproto.c113 h->protocol_whitelist, h->protocol_blacklist)) < 0) in parse_playlist()
300 h->protocol_whitelist, h->protocol_blacklist, h); in hls_read()
H A Dsapenc.c155 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 Dgopher.c102 &h->interrupt_callback, NULL, h->protocol_whitelist, h->protocol_blacklist, h); in gopher_open()
H A Dsubfile.c83 options, h->protocol_whitelist, h->protocol_blacklist, h); in subfile_open()
H A Dtls.c116 parent->protocol_whitelist, parent->protocol_blacklist, parent); in ff_tls_open_underlying()
H A Dteeproto.c116 h->protocol_whitelist, h->protocol_blacklist, in tee_open()
H A Dsrtpproto.c83 NULL, h->protocol_whitelist, h->protocol_blacklist, h)) < 0) in srtp_open()
H A Durl.h49 const char *protocol_blacklist; member
H A Dprompeg.c299 &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 Dsmoothstreamingenc.c117 &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 Davio.h280 const char *protocol_blacklist; member
H A Dicecast.c172 &opt_dict, h->protocol_whitelist, h->protocol_blacklist, h); in icecast_open()
H A Dsapdec.c88 s->protocol_whitelist, s->protocol_blacklist, NULL); in sap_read_header()
H A Dipfsgateway.c295 h->protocol_blacklist, h); in translate_ipfs_to_http()
H A Dcache.c96 options, h->protocol_whitelist, h->protocol_blacklist, h); in cache_open()
H A Doptions.c151 return ffio_open_whitelist(pb, url, flags, &s->interrupt_callback, options, s->protocol_whitelist, s->protocol_blacklist); in io_open_default()
H A Doptions_table.h105 {"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 Daviobuf.c989 (*s)->protocol_blacklist = av_strdup(h->protocol_blacklist); in ffio_fdopen()
990 if (!(*s)->protocol_blacklist && h->protocol_blacklist) { in ffio_fdopen()
H A Drtsp.c1526 &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 Dtls_securetransport.c89 h->protocol_whitelist, h->protocol_blacklist)) < 0) in import_pem()

Completed in 21 milliseconds

12