Home
last modified time | relevance | path

Searched refs:av_strdup (Results 1 - 25 of 118) sorted by relevance

12345

/third_party/ffmpeg/libavformat/
H A Dtls.c41 c->ca_file = av_strdup(buf); in set_options()
51 c->cert_file = av_strdup(buf); in set_options()
54 c->key_file = av_strdup(buf); in set_options()
91 if (!c->host && !(c->host = av_strdup(c->underlying_host))) in ff_tls_open_underlying()
H A Dhlsenc.c628 dirname_r = hls->segment_filename ? av_strdup(hls->segment_filename): av_strdup(vs->avf->url); in hls_delete_old_segments()
667 vtt_dirname_r = av_strdup(vs->vtt_avf->url); in hls_delete_old_segments()
858 oc->url = av_strdup(""); in hls_mux_init()
975 char * new_url = av_strdup(vs->current_segment_final_filename_fmt); in sls_flags_filename_process()
1279 char *new_file = av_strdup(line); in parse_playlist()
1319 char *final_filename = av_strdup(oc->url); in hls_rename_temp_file()
1688 char *new_name = av_strdup(vs->basename); in hls_start()
1693 new_name = av_strdup(vs->vtt_basename); in hls_start()
1726 char *fn_copy = av_strdup(o in hls_start()
[all...]
H A Dhttp.c366 s->location = av_strdup(cached); in http_open_cnx()
498 s->location = av_strdup(uri); in ff_http_do_new_request2()
503 s->uri = av_strdup(uri); in ff_http_do_new_request2()
694 s->location = av_strdup(uri); in http_open()
698 s->uri = av_strdup(uri); in http_open()
820 s->new_location = av_strdup(redirected_location); in parse_location()
931 if (!(cstr = av_strdup(set_cookie))) in parse_set_cookie()
1117 if (!(s->method = av_strdup(method))) in process_line()
1129 if (!(s->resource = av_strdup(resource))) in process_line()
1208 s->mime_type = av_strdup( in process_line()
[all...]
H A Dicecast.c142 if (!(s->pass = av_strdup(sep))) { in icecast_open()
147 if (!(user = av_strdup(auth))) { in icecast_open()
H A Dftp.c389 s->path = av_strdup(start); in ftp_current_dir()
713 s->user = av_strdup(tok_user); in ftp_connect()
714 s->password = av_strdup(tok_pass); in ftp_connect()
723 s->password = av_strdup(tok_pass); in ftp_connect()
727 s->hostname = av_strdup(hostname); in ftp_connect()
979 next->name = av_strdup(line); in ftp_parse_entry_nlst()
991 next->name = av_strdup(&fact[1]); in ftp_parse_entry_mlsd()
H A Davformat.c499 key = val ? av_strndup(spec, val - spec) : av_strdup(spec); in match_stream_specifier()
747 dst-> codec_whitelist = av_strdup(src->codec_whitelist); in ff_copy_whiteblacklists()
748 dst->format_whitelist = av_strdup(src->format_whitelist); in ff_copy_whiteblacklists()
749 dst->protocol_whitelist = av_strdup(src->protocol_whitelist); in ff_copy_whiteblacklists()
750 dst->protocol_blacklist = av_strdup(src->protocol_blacklist); in ff_copy_whiteblacklists()
H A Dmpjpegdec.c309 mpjpeg->boundary = av_strdup("--"); in mpjpeg_read_packet()
310 mpjpeg->searchstr = av_strdup("\r\n--"); in mpjpeg_read_packet()
H A Dimfdec.c257 asset->absolute_uri = av_strdup(uri); in parse_imf_asset_map_from_xml_dom()
322 tmp_str = av_strdup(url); in parse_assetmap()
632 tmp_str = av_strdup(s->url); in imf_read_header()
635 c->base_url = av_strdup(av_dirname(tmp_str)); in imf_read_header()
/third_party/ffmpeg/libavdevice/
H A Dpulse_audio_common.c150 new_device->device_description = av_strdup(description); in pulse_add_detected_device()
151 new_device->device_name = av_strdup(name); in pulse_add_detected_device()
190 info->default_device = av_strdup(i->default_sink_name); in pulse_server_info_cb()
192 info->default_device = av_strdup(i->default_source_name); in pulse_server_info_cb()
H A Dfbdev_common.c104 device->device_name = av_strdup(device_file); in ff_fbdev_get_device_list()
105 device->device_description = av_strdup(fixinfo.id); in ff_fbdev_get_device_list()
H A Dbktr.c268 case PAL: s->framerate = av_strdup("pal"); break; in grab_read_header()
269 case NTSC: s->framerate = av_strdup("ntsc"); break; in grab_read_header()
270 case SECAM: s->framerate = av_strdup("25"); break; in grab_read_header()
H A Ddecklink_common.h65 return av_strdup(s); in dup_cfstring_to_utf8()
72 #define DECKLINK_STRDUP av_strdup
H A Dalsa.c383 new_device->device_name = av_strdup(name); in ff_alsa_get_device_list()
385 new_device->device_description = av_strdup(&tmp[1]); in ff_alsa_get_device_list()
387 new_device->device_description = av_strdup(descr); in ff_alsa_get_device_list()
/third_party/ffmpeg/libavfilter/
H A Dglslang.cpp175 res->error_msg = av_strdup(shader->getInfoLog()); in glslang_compile()
190 res->error_msg = av_strdup(prog->getInfoLog()); in glslang_compile()
H A Dboxblur.c66 chroma_param->radius_expr = av_strdup(luma_param->radius_expr); in ff_boxblur_eval_filter_params()
74 alpha_param->radius_expr = av_strdup(luma_param->radius_expr); in ff_boxblur_eval_filter_params()
H A Dvf_geq.c268 geq->expr_str[U] = av_strdup(geq->expr_str[Y]); in geq_init()
269 geq->expr_str[V] = av_strdup(geq->expr_str[Y]); in geq_init()
272 if (!geq->expr_str[U]) geq->expr_str[U] = av_strdup(geq->expr_str[V]); in geq_init()
273 if (!geq->expr_str[V]) geq->expr_str[V] = av_strdup(geq->expr_str[U]); in geq_init()
282 geq->expr_str[G] = av_strdup("g(X,Y)"); in geq_init()
284 geq->expr_str[B] = av_strdup("b(X,Y)"); in geq_init()
286 geq->expr_str[R] = av_strdup("r(X,Y)"); in geq_init()
H A Dvf_fftfilt.c264 s->weight_str[U] = av_strdup(s->weight_str[Y]); in initialize()
265 s->weight_str[V] = av_strdup(s->weight_str[Y]); in initialize()
267 if (!s->weight_str[U]) s->weight_str[U] = av_strdup(s->weight_str[V]); in initialize()
268 if (!s->weight_str[V]) s->weight_str[V] = av_strdup(s->weight_str[U]); in initialize()
/third_party/ffmpeg/libavutil/
H A Ddict.c83 copy_key = av_strdup(key); in av_dict_set()
87 copy_value = av_strdup(value); in av_dict_set()
243 *buffer = av_strdup(""); in av_dict_get_string()
H A Dgetenv_utf8.h81 return av_strdup(var); in getenv_dup()
/third_party/ffmpeg/doc/examples/
H A Dfiltering_audio.c162 outputs->name = av_strdup("in"); in init_filters()
173 inputs->name = av_strdup("out"); in init_filters()
H A Dfiltering_video.c149 outputs->name = av_strdup("in"); in init_filters()
160 inputs->name = av_strdup("out"); in init_filters()
/third_party/ffmpeg/libavcodec/
H A Dnoise_bsf.c84 s->amount_str = (!s->drop_str && !s->dropamount) ? av_strdup("-1") : av_strdup("0"); in noise_init()
H A Dassdec.c57 sub->rects[0]->ass = av_strdup(avpkt->data); in ass_decode_frame()
H A Dqsvenc_hevc.c181 q->qsv.load_plugins = av_strdup(uid_hevcenc_sw); in qsv_enc_init()
183 q->qsv.load_plugins = av_strdup(uid_hevcenc_hw); in qsv_enc_init()
H A Dsamidec.c47 char *dupsrc = av_strdup(src); in sami_paragraph_to_ass()

Completed in 24 milliseconds

12345