Home
last modified time | relevance | path

Searched refs:protocol_whitelist (Results 1 – 25 of 39) sorted by relevance

12

/third_party/ffmpeg/libavformat/
Drtmphttp.c223 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()
Davio.c58 …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()
Dmmsh.c248 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()
Drtpproto.c313 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()
Dmd5proto.c74 h->protocol_whitelist, h->protocol_blacklist, h); in md5_close()
Dsapenc.c154 s->protocol_whitelist, s->protocol_blacklist, NULL); in sap_write_header()
179 s->protocol_whitelist, s->protocol_blacklist, NULL); in sap_write_header()
Dhlsproto.c114 h->protocol_whitelist, h->protocol_blacklist)) < 0) in parse_playlist()
301 h->protocol_whitelist, h->protocol_blacklist, h); in hls_read()
Dgopher.c94 … &h->interrupt_callback, NULL, h->protocol_whitelist, h->protocol_blacklist, h); in gopher_open()
Dtls.c109 parent->protocol_whitelist, parent->protocol_blacklist, parent); in ff_tls_open_underlying()
Dteeproto.c116 h->protocol_whitelist, h->protocol_blacklist, in tee_open()
Doptions.c124 …open_whitelist(pb, url, flags, &s->interrupt_callback, options, s->protocol_whitelist, s->protocol… in io_open_default()
Dsubfile.c84 options, h->protocol_whitelist, h->protocol_blacklist, h); in subfile_open()
Dsrtpproto.c83 NULL, h->protocol_whitelist, h->protocol_blacklist, h)) < 0) in srtp_open()
Durl.h49 const char *protocol_whitelist; member
Drtsp.c1492 … &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()
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()
Dconcat.c101 … &h->interrupt_callback, NULL, h->protocol_whitelist, h->protocol_blacklist, h); in concat_open()
Dicecast.c168 &opt_dict, h->protocol_whitelist, h->protocol_blacklist, h); in icecast_open()
Daviobuf.c60 …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()
Drtmpcrypt.c269 h->protocol_whitelist, h->protocol_blacklist, h)) < 0) { in rtmpe_open()
Dsapdec.c89 s->protocol_whitelist, s->protocol_blacklist, NULL); in sap_read_header()
Dsmoothstreamingenc.c121 …&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()
Davio.h309 const char *protocol_whitelist; member
Doptions_table.h110 {"protocol_whitelist", "List of protocols that are allowed to be used", OFFSET(protocol_whitelist),…
/third_party/ffmpeg/libavdevice/
Dlavfi.c146 …if (avctx->protocol_whitelist && (ret = av_dict_set(&options, "protocol_whitelist", avctx->protoco… in lavfi_read_header()

12