/third_party/ffmpeg/libavformat/ |
D | rtmphttp.c | 223 if (!rt->stream->protocol_whitelist && h->protocol_whitelist) { in rtmp_http_open() 224 rt->stream->protocol_whitelist = av_strdup(h->protocol_whitelist); in rtmp_http_open() 225 if (!rt->stream->protocol_whitelist) { in rtmp_http_open()
|
D | avio.c | 58 …hitelist", "List of protocols that are allowed to be used", OFFSET(protocol_whitelist), AV_OPT_TYP… 178 (uc->protocol_whitelist && !strcmp(uc->protocol_whitelist, e->value))); in ffurl_connect() 182 if (uc->protocol_whitelist && av_match_list(uc->prot->name, uc->protocol_whitelist, ',') <= 0) { in ffurl_connect() 183 …c, AV_LOG_ERROR, "Protocol '%s' not on whitelist '%s'!\n", uc->prot->name, uc->protocol_whitelist); in ffurl_connect() 192 if (!uc->protocol_whitelist && uc->prot->default_whitelist) { in ffurl_connect() 194 uc->protocol_whitelist = av_strdup(uc->prot->default_whitelist); in ffurl_connect() 195 if (!uc->protocol_whitelist) { in ffurl_connect() 198 } else if (!uc->protocol_whitelist) in ffurl_connect() 201 if ((err = av_dict_set(options, "protocol_whitelist", uc->protocol_whitelist, 0)) < 0) in ffurl_connect()
|
D | mmsh.c | 248 if (!mms->mms_hd->protocol_whitelist && h->protocol_whitelist) { in mmsh_open_internal() 249 mms->mms_hd->protocol_whitelist = av_strdup(h->protocol_whitelist); in mmsh_open_internal() 250 if (!mms->mms_hd->protocol_whitelist) { in mmsh_open_internal()
|
D | rtpproto.c | 313 NULL, h->protocol_whitelist, h->protocol_blacklist, h) < 0) in rtp_open() 328 h->protocol_whitelist, h->protocol_blacklist, h) < 0) { in rtp_open() 338 NULL, h->protocol_whitelist, h->protocol_blacklist, h) < 0) in rtp_open() 347 &fec_opts, h->protocol_whitelist, h->protocol_blacklist, h) < 0) in rtp_open()
|
D | md5proto.c | 74 h->protocol_whitelist, h->protocol_blacklist, h); in md5_close()
|
D | sapenc.c | 154 s->protocol_whitelist, s->protocol_blacklist, NULL); in sap_write_header() 179 s->protocol_whitelist, s->protocol_blacklist, NULL); in sap_write_header()
|
D | hlsproto.c | 114 h->protocol_whitelist, h->protocol_blacklist)) < 0) in parse_playlist() 301 h->protocol_whitelist, h->protocol_blacklist, h); in hls_read()
|
D | gopher.c | 94 … &h->interrupt_callback, NULL, h->protocol_whitelist, h->protocol_blacklist, h); in gopher_open()
|
D | tls.c | 109 parent->protocol_whitelist, parent->protocol_blacklist, parent); in ff_tls_open_underlying()
|
D | teeproto.c | 116 h->protocol_whitelist, h->protocol_blacklist, in tee_open()
|
D | options.c | 124 …open_whitelist(pb, url, flags, &s->interrupt_callback, options, s->protocol_whitelist, s->protocol… in io_open_default()
|
D | subfile.c | 84 options, h->protocol_whitelist, h->protocol_blacklist, h); in subfile_open()
|
D | srtpproto.c | 83 NULL, h->protocol_whitelist, h->protocol_blacklist, h)) < 0) in srtp_open()
|
D | url.h | 49 const char *protocol_whitelist; member
|
D | rtsp.c | 1492 … &s->interrupt_callback, &opts, s->protocol_whitelist, s->protocol_blacklist, NULL); in ff_rtsp_make_setup_request() 1636 … &s->interrupt_callback, &opts, s->protocol_whitelist, s->protocol_blacklist, NULL); in ff_rtsp_make_setup_request() 1781 if (!rt->rtsp_hd->protocol_whitelist && s->protocol_whitelist) { in ff_rtsp_connect() 1782 rt->rtsp_hd->protocol_whitelist = av_strdup(s->protocol_whitelist); in ff_rtsp_connect() 1783 if (!rt->rtsp_hd->protocol_whitelist) { in ff_rtsp_connect() 1848 … &s->interrupt_callback, NULL, s->protocol_whitelist, s->protocol_blacklist, NULL)) < 0) { in ff_rtsp_connect() 2398 … &s->interrupt_callback, &opts, s->protocol_whitelist, s->protocol_blacklist, NULL); in sdp_read_header() 2470 … &s->interrupt_callback, NULL, s->protocol_whitelist, s->protocol_blacklist, NULL); in rtp_read_header()
|
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()
|
D | concat.c | 101 … &h->interrupt_callback, NULL, h->protocol_whitelist, h->protocol_blacklist, h); in concat_open()
|
D | icecast.c | 168 &opt_dict, h->protocol_whitelist, h->protocol_blacklist, h); in icecast_open()
|
D | aviobuf.c | 60 …hitelist", "List of protocols that are allowed to be used", OFFSET(protocol_whitelist), AV_OPT_TYP… 940 (*s)->protocol_whitelist = av_strdup(h->protocol_whitelist); in ffio_fdopen() 941 if (!(*s)->protocol_whitelist && h->protocol_whitelist) { in ffio_fdopen()
|
D | rtmpcrypt.c | 269 h->protocol_whitelist, h->protocol_blacklist, h)) < 0) { in rtmpe_open()
|
D | sapdec.c | 89 s->protocol_whitelist, s->protocol_blacklist, NULL); in sap_read_header()
|
D | smoothstreamingenc.c | 121 …&os->ctx->interrupt_callback, &opts, os->ctx->protocol_whitelist, os->ctx->protocol_blacklist, NUL… in ism_seek() 130 …&os->ctx->interrupt_callback, &opts, os->ctx->protocol_whitelist, os->ctx->protocol_blacklist, NUL… in ism_seek() 524 …->out, filename, AVIO_FLAG_WRITE, &s->interrupt_callback, NULL, s->protocol_whitelist, s->protocol… in ism_flush()
|
D | avio.h | 309 const char *protocol_whitelist; member
|
D | options_table.h | 110 {"protocol_whitelist", "List of protocols that are allowed to be used", OFFSET(protocol_whitelist),…
|
/third_party/ffmpeg/libavdevice/ |
D | lavfi.c | 146 …if (avctx->protocol_whitelist && (ret = av_dict_set(&options, "protocol_whitelist", avctx->protoco… in lavfi_read_header()
|