av_strdup         161 doc/examples/filtering_audio.c     outputs->name       = av_strdup("in");
av_strdup         172 doc/examples/filtering_audio.c     inputs->name       = av_strdup("out");
av_strdup         149 doc/examples/filtering_video.c     outputs->name       = av_strdup("in");
av_strdup         160 doc/examples/filtering_video.c     inputs->name       = av_strdup("out");
av_strdup         174 doc/examples/transcode_aac.c     if (!((*output_format_context)->url = av_strdup(filename))) {
av_strdup         341 doc/examples/transcoding.c     outputs->name       = av_strdup("in");
av_strdup         346 doc/examples/transcoding.c     inputs->name       = av_strdup("out");
av_strdup         308 fftools/cmdutils.c         str = av_strdup(p ? p + 1 : "");
av_strdup         317 fftools/cmdutils.c         str = av_strdup(arg);
av_strdup        2002 fftools/cmdutils.c     topic = av_strdup(arg ? arg : "");
av_strdup        2286 fftools/cmdutils.c         *dev = av_strdup(arg);
av_strdup         129 fftools/ffmpeg_filter.c         return av_strdup(av_get_pix_fmt_name(ost->enc_ctx->pix_fmt));
av_strdup         132 fftools/ffmpeg_filter.c         return av_strdup(av_get_pix_fmt_name(choose_pixel_fmt(ost->st, ost->enc_ctx, ost->enc, ost->enc_ctx->pix_fmt)));
av_strdup         165 fftools/ffmpeg_filter.c         return av_strdup(name);                                                \
av_strdup        1036 fftools/ffmpeg_filter.c         fg->graph->scale_sws_opts = av_strdup(args);
av_strdup         340 fftools/ffmpeg_opt.c     map = av_strdup(arg);
av_strdup         460 fftools/ffmpeg_opt.c     mapchan = av_strdup(arg);
av_strdup         532 fftools/ffmpeg_opt.c     sdp_filename = av_strdup(arg);
av_strdup         938 fftools/ffmpeg_opt.c                 ist->hwaccel_device = av_strdup(hwaccel_device);
av_strdup        1556 fftools/ffmpeg_opt.c     ost->disposition = av_strdup(ost->disposition);
av_strdup        1648 fftools/ffmpeg_opt.c         return av_strdup(ost->filters);
av_strdup        1650 fftools/ffmpeg_opt.c     return av_strdup(st->codecpar->codec_type == AVMEDIA_TYPE_VIDEO ?
av_strdup        1806 fftools/ffmpeg_opt.c             !(ost->logfile_prefix = av_strdup(ost->logfile_prefix)))
av_strdup        1845 fftools/ffmpeg_opt.c             ost->forced_keyframes = av_strdup(ost->forced_keyframes);
av_strdup        1897 fftools/ffmpeg_opt.c         ost->apad = av_strdup(ost->apad);
av_strdup        2914 fftools/ffmpeg_opt.c     vstats_filename = av_strdup (arg);
av_strdup        3163 fftools/ffmpeg_opt.c     filtergraphs[nb_filtergraphs - 1]->graph_desc = av_strdup(arg);
av_strdup        1827 fftools/ffplay.c         outputs->name       = av_strdup("in");
av_strdup        1832 fftools/ffplay.c         inputs->name        = av_strdup("out");
av_strdup        1887 fftools/ffplay.c     graph->scale_sws_opts = av_strdup(sws_flags_str);
av_strdup        3086 fftools/ffplay.c     is->filename = av_strdup(filename);
av_strdup         325 fftools/ffprobe.c         log_buffer[log_buffer_size].context_name= avc ? av_strdup(avc->item_name(ptr)) : NULL;
av_strdup         331 fftools/ffprobe.c         msg = log_buffer[log_buffer_size].log_message = av_strdup(line);
av_strdup         339 fftools/ffprobe.c                 log_buffer[log_buffer_size].parent_name = av_strdup((*parent)->item_name(parent));
av_strdup        2877 fftools/ffprobe.c         fmt_ctx->url = av_strdup(print_filename);
av_strdup        3335 fftools/ffprobe.c     char *next, *p, *spec = av_strdup(interval_spec);
av_strdup        3416 fftools/ffprobe.c     char *p, *spec = av_strdup(intervals_spec);
av_strdup        3664 fftools/ffprobe.c         print_format = av_strdup("default");
av_strdup          57 libavcodec/assdec.c     sub->rects[0]->ass  = av_strdup(avpkt->data);
av_strdup         532 libavcodec/bsf.c     if (!(dup = buf = av_strdup(str))) {
av_strdup         963 libavcodec/decode.c         final_dialog = av_strdup(buf.str);
av_strdup         115 libavcodec/ffjni.c     ret = av_strdup(utf_chars);
av_strdup         802 libavcodec/libx264.c             x4->profile = av_strdup("baseline");
av_strdup         805 libavcodec/libx264.c             x4->profile = av_strdup("high");
av_strdup         808 libavcodec/libx264.c             x4->profile = av_strdup("high10");
av_strdup         811 libavcodec/libx264.c             x4->profile = av_strdup("high422");
av_strdup         814 libavcodec/libx264.c             x4->profile = av_strdup("high444");
av_strdup         817 libavcodec/libx264.c             x4->profile = av_strdup("main");
av_strdup          98 libavcodec/qsvdec_h2645.c                 s->qsv.load_plugins = av_strdup(uid_hevcdec_sw);
av_strdup         100 libavcodec/qsvdec_h2645.c                 s->qsv.load_plugins = av_strdup(uid_hevcdec_hw);
av_strdup          87 libavcodec/qsvdec_other.c         s->qsv.load_plugins = av_strdup(uid_vp8dec_hw);
av_strdup          98 libavcodec/qsvdec_other.c         s->qsv.load_plugins = av_strdup(uid_vp9dec_hw);
av_strdup         181 libavcodec/qsvenc_hevc.c                 q->qsv.load_plugins = av_strdup(uid_hevcenc_sw);
av_strdup         183 libavcodec/qsvenc_hevc.c                 q->qsv.load_plugins = av_strdup(uid_hevcenc_hw);
av_strdup          46 libavcodec/samidec.c     char *dupsrc = av_strdup(src);
av_strdup         176 libavcodec/tiff.c         return av_strdup("undefined");
av_strdup         178 libavcodec/tiff.c         return av_strdup("User-Defined");
av_strdup         183 libavcodec/tiff.c         return av_strdup(ff_tiff_##array##_codes[val - TIFF_##TYPE##_OFFSET]);
av_strdup         216 libavcodec/tiff.c         ap = av_strdup(search_keyval(ff_tiff_proj_cs_type_codes, FF_ARRAY_ELEMS(ff_tiff_proj_cs_type_codes), val));
av_strdup         220 libavcodec/tiff.c         ap = av_strdup(search_keyval(ff_tiff_projection_codes, FF_ARRAY_ELEMS(ff_tiff_projection_codes), val));
av_strdup         373 libavdevice/alsa.c             new_device->device_name = av_strdup(name);
av_strdup         375 libavdevice/alsa.c                 new_device->device_description = av_strdup(&tmp[1]);
av_strdup         377 libavdevice/alsa.c                 new_device->device_description = av_strdup(descr);
av_strdup         190 libavdevice/android_camera.c         ctx->camera_id = av_strdup(camera_ids->cameraIds[ctx->camera_index]);
av_strdup         268 libavdevice/bktr.c         case PAL:   s->framerate = av_strdup("pal");  break;
av_strdup         269 libavdevice/bktr.c         case NTSC:  s->framerate = av_strdup("ntsc"); break;
av_strdup         270 libavdevice/bktr.c         case SECAM: s->framerate = av_strdup("25");   break;
av_strdup         181 libavdevice/caca.c         c->window_title = av_strdup(s->url);
av_strdup         382 libavdevice/decklink_common.cpp             new_device->device_name = av_strdup(unique_name ? unique_name : display_name);
av_strdup         383 libavdevice/decklink_common.cpp             new_device->device_description = av_strdup(display_name);
av_strdup          62 libavdevice/decklink_common.h     return av_strdup(s);
av_strdup          69 libavdevice/decklink_common.h #define DECKLINK_STRDUP av_strdup
av_strdup        1046 libavdevice/dshow.c     char *name = av_strdup(avctx->url);
av_strdup        1070 libavdevice/dshow.c             device_name[0] = av_strdup(device_name[0]);
av_strdup        1072 libavdevice/dshow.c             device_name[1] = av_strdup(device_name[1]);
av_strdup         104 libavdevice/fbdev_common.c         device->device_name = av_strdup(device_file);
av_strdup         105 libavdevice/fbdev_common.c         device->device_description = av_strdup(fixinfo.id);
av_strdup         167 libavdevice/lavfi.c         lavfi->graph_str = av_strdup(avctx->url);
av_strdup        1078 libavdevice/opengl_enc.c         opengl->window_title = av_strdup(h->url);
av_strdup         150 libavdevice/pulse_audio_common.c     new_device->device_description = av_strdup(description);
av_strdup         151 libavdevice/pulse_audio_common.c     new_device->device_name = av_strdup(name);
av_strdup         190 libavdevice/pulse_audio_common.c         info->default_device = av_strdup(i->default_sink_name);
av_strdup         192 libavdevice/pulse_audio_common.c         info->default_device = av_strdup(i->default_source_name);
av_strdup         168 libavdevice/sdl2.c         sdl->window_title = av_strdup(s->url);
av_strdup        1069 libavdevice/v4l2.c         device->device_name = av_strdup(device_name);
av_strdup        1070 libavdevice/v4l2.c         device->device_description = av_strdup(cap.card);
av_strdup         676 libavdevice/xcbgrab.c     char *display_name = av_strdup(s->url);
av_strdup         154 libavdevice/xv.c             if (!(xv->window_title = av_strdup(s->url))) {
av_strdup         107 libavfilter/aeval.c     char *args1 = av_strdup(eval->exprs);
av_strdup         558 libavfilter/af_afftdn.c     p = av_strdup(s->band_noise_str);
av_strdup         171 libavfilter/af_afftfilt.c     args = av_strdup(s->real_str);
av_strdup         189 libavfilter/af_afftfilt.c     args = av_strdup(s->img_str ? s->img_str : s->real_str);
av_strdup         841 libavfilter/af_afir.c         .name = av_strdup("main"),
av_strdup         871 libavfilter/af_afir.c         .name          = av_strdup("default"),
av_strdup         887 libavfilter/af_afir.c             .name         = av_strdup("filter_response"),
av_strdup         262 libavfilter/af_aiir.c     p = old_str = av_strdup(item_str);
av_strdup         294 libavfilter/af_aiir.c     p = old_str = av_strdup(item_str);
av_strdup         319 libavfilter/af_aiir.c     p = old_str = av_strdup(item_str);
av_strdup         347 libavfilter/af_aiir.c     p = old_str = av_strdup(item_str);
av_strdup        1162 libavfilter/af_aiir.c         .name         = av_strdup("default"),
av_strdup        1176 libavfilter/af_aiir.c             .name         = av_strdup("filter_response"),
av_strdup         100 libavfilter/af_anequalizer.c     colors = av_strdup(s->colors);
av_strdup         195 libavfilter/af_anequalizer.c         .name         = av_strdup("out0"),
av_strdup         204 libavfilter/af_anequalizer.c             .name         = av_strdup("out1"),
av_strdup         589 libavfilter/af_anequalizer.c     char *args = av_strdup(s->args);
av_strdup         916 libavfilter/af_firequalizer.c         gain_cmd = av_strdup(args);
av_strdup         935 libavfilter/af_firequalizer.c         gain_entry_cmd = av_strdup(args);
av_strdup         118 libavfilter/af_headphone.c     char *arg, *tokenizer, *p, *args = av_strdup(s->map);
av_strdup         417 libavfilter/af_ladspa.c         char *paths = av_strdup(getenv("LADSPA_PATH"));
av_strdup         104 libavfilter/af_pan.c     char *arg, *arg0, *tokenizer, *args = av_strdup(pan->args);
av_strdup         214 libavfilter/af_sofalizer.c     char *arg, *tokenizer, *p, *args = av_strdup(s->speakers_pos);
av_strdup         107 libavfilter/avf_abitscope.c     colors = av_strdup(s->colors);
av_strdup         244 libavfilter/avf_aphasemeter.c         .name         = av_strdup("out0"),
av_strdup         257 libavfilter/avf_aphasemeter.c             .name         = av_strdup("out1"),
av_strdup         401 libavfilter/avf_showfreqs.c     colors = av_strdup(s->colors);
av_strdup         509 libavfilter/avf_showwaves.c     colors = av_strdup(showwaves->colors);
av_strdup         500 libavfilter/avfilter.c     expr_dup = av_strdup(expr);
av_strdup         659 libavfilter/avfilter.c     ret->name     = inst_name ? av_strdup(inst_name) : NULL;
av_strdup         943 libavfilter/avfilter.c             char *copy = av_strdup(args);
av_strdup        1337 libavfilter/avfiltergraph.c             (*queue)->command = av_strdup(command);
av_strdup        1338 libavfilter/avfiltergraph.c             (*queue)->arg     = av_strdup(arg);
av_strdup          66 libavfilter/boxblur.c         chroma_param->radius_expr = av_strdup(luma_param->radius_expr);
av_strdup          74 libavfilter/boxblur.c         alpha_param->radius_expr = av_strdup(luma_param->radius_expr);
av_strdup         530 libavfilter/f_ebur128.c             .name         = av_strdup("out0"),
av_strdup         176 libavfilter/glslang.cpp         res->error_msg = av_strdup(shader->getInfoLog());
av_strdup         191 libavfilter/glslang.cpp         res->error_msg = av_strdup(prog->getInfoLog());
av_strdup         487 libavfilter/graphparser.c         inputs->name = av_strdup("in");
av_strdup         507 libavfilter/graphparser.c         outputs->name = av_strdup("out");
av_strdup         310 libavfilter/src_movie.c         pad.name          = av_strdup(name);
av_strdup         838 libavfilter/vf_blend.c             param->expr_str = av_strdup(s->all_expr);
av_strdup         945 libavfilter/vf_bm3d.c     pad.name         = av_strdup("source");
av_strdup         957 libavfilter/vf_bm3d.c         pad.name         = av_strdup("reference");
av_strdup         393 libavfilter/vf_curves.c                 *pts = av_strdup(ptstr.str);
av_strdup         483 libavfilter/vf_curves.c                 pts[i] = av_strdup(allp);
av_strdup         498 libavfilter/vf_curves.c         pts[n] = av_strdup(curves_presets[curves->preset].name);    \
av_strdup         276 libavfilter/vf_decimate.c         .name         = av_strdup("main"),
av_strdup         291 libavfilter/vf_decimate.c         pad.name = av_strdup("clean_src");
av_strdup         729 libavfilter/vf_drawtext.c             s->text = av_strdup("");
av_strdup         226 libavfilter/vf_fftfilt.c         s->weight_str[U] = av_strdup(s->weight_str[Y]);
av_strdup         227 libavfilter/vf_fftfilt.c         s->weight_str[V] = av_strdup(s->weight_str[Y]);
av_strdup         229 libavfilter/vf_fftfilt.c         if (!s->weight_str[U]) s->weight_str[U] = av_strdup(s->weight_str[V]);
av_strdup         230 libavfilter/vf_fftfilt.c         if (!s->weight_str[V]) s->weight_str[V] = av_strdup(s->weight_str[U]);
av_strdup         967 libavfilter/vf_fieldmatch.c         .name         = av_strdup("main"),
av_strdup         981 libavfilter/vf_fieldmatch.c         pad.name = av_strdup("clean_src");
av_strdup         207 libavfilter/vf_frei0r.c     if ((path = av_strdup(getenv("FREI0R_PATH")))) {
av_strdup         244 libavfilter/vf_geq.c         geq->expr_str[U] = av_strdup(geq->expr_str[Y]);
av_strdup         245 libavfilter/vf_geq.c         geq->expr_str[V] = av_strdup(geq->expr_str[Y]);
av_strdup         248 libavfilter/vf_geq.c         if (!geq->expr_str[U]) geq->expr_str[U] = av_strdup(geq->expr_str[V]);
av_strdup         249 libavfilter/vf_geq.c         if (!geq->expr_str[V]) geq->expr_str[V] = av_strdup(geq->expr_str[U]);
av_strdup         255 libavfilter/vf_geq.c         geq->expr_str[A] = av_strdup(bps_string);
av_strdup         258 libavfilter/vf_geq.c         geq->expr_str[G] = av_strdup("g(X,Y)");
av_strdup         260 libavfilter/vf_geq.c         geq->expr_str[B] = av_strdup("b(X,Y)");
av_strdup         262 libavfilter/vf_geq.c         geq->expr_str[R] = av_strdup("r(X,Y)");
av_strdup         185 libavfilter/vf_hue.c     new_expr = av_strdup(expr);
av_strdup         662 libavfilter/vf_lut.c         s->comp_expr_str[i] = av_strdup((i == 3 && !s->negate_alpha) ?
av_strdup         676 libavfilter/vf_premultiply.c     pad.name         = av_strdup("main");
av_strdup         688 libavfilter/vf_premultiply.c         pad.name         = av_strdup("alpha");
av_strdup         228 libavfilter/vf_scale.c         old_str_expr = av_strdup(str_expr);
av_strdup          60 libavfilter/vf_shuffleframes.c     mapping = av_strdup(s->mapping);
av_strdup         111 libavfilter/vf_stack.c                 s->layout = av_strdup("0_0|w0_0");
av_strdup         194 libavformat/avio.c         uc->protocol_whitelist = av_strdup(uc->prot->default_whitelist);
av_strdup         940 libavformat/aviobuf.c     (*s)->protocol_whitelist = av_strdup(h->protocol_whitelist);
av_strdup         945 libavformat/aviobuf.c     (*s)->protocol_blacklist = av_strdup(h->protocol_blacklist);
av_strdup         170 libavformat/cinedec.c         st->codecpar->extradata  = av_strdup("BottomUp");
av_strdup         882 libavformat/dashdec.c             rep->lang = av_strdup(c->adaptionset_lang);
av_strdup        1253 libavformat/dashdec.c         c->base_url = av_strdup(new_url);
av_strdup        1255 libavformat/dashdec.c         c->base_url = av_strdup(url);
av_strdup        1629 libavformat/dashdec.c             seg->url = av_strdup(seg_ptr->url);
av_strdup        1675 libavformat/dashdec.c             seg->url = av_strdup(pls->url_template);
av_strdup        1564 libavformat/dashenc.c             ctx->url = av_strdup(filename);
av_strdup         338 libavformat/file.c     (*next)->name = av_strdup(dir->d_name);
av_strdup         383 libavformat/ftp.c     s->path = av_strdup(start);
av_strdup         693 libavformat/ftp.c         s->user = av_strdup(tok_user);
av_strdup         694 libavformat/ftp.c         s->password = av_strdup(tok_pass);
av_strdup         703 libavformat/ftp.c             s->password = av_strdup(tok_pass);
av_strdup         707 libavformat/ftp.c     s->hostname = av_strdup(hostname);
av_strdup         959 libavformat/ftp.c     next->name = av_strdup(line);
av_strdup         971 libavformat/ftp.c             next->name = av_strdup(&fact[1]);
av_strdup         426 libavformat/hls.c     sec->url = av_strdup(ptr);
av_strdup         855 libavformat/hls.c                 cur_init_section->key = av_strdup(tmp_str);
av_strdup         912 libavformat/hls.c                     seg->key = av_strdup(tmp_str);
av_strdup         930 libavformat/hls.c                 seg->url = av_strdup(tmp_str);
av_strdup        1973 libavformat/hls.c         url = av_strdup(pls->segments[0]->url);
av_strdup         560 libavformat/hlsenc.c         dirname_r = hls->segment_filename ? av_strdup(hls->segment_filename): av_strdup(vs->avf->url);
av_strdup         599 libavformat/hlsenc.c             vtt_dirname_r = av_strdup(vs->vtt_avf->url);
av_strdup         791 libavformat/hlsenc.c     oc->url                = av_strdup("");
av_strdup         906 libavformat/hlsenc.c         char * new_url = av_strdup(vs->current_segment_final_filename_fmt);
av_strdup        1197 libavformat/hlsenc.c                 char *new_file = av_strdup(line);
av_strdup        1234 libavformat/hlsenc.c     char *final_filename = av_strdup(oc->url);
av_strdup        1591 libavformat/hlsenc.c         char *new_name = av_strdup(vs->basename);
av_strdup        1596 libavformat/hlsenc.c             new_name = av_strdup(vs->vtt_basename);
av_strdup        1637 libavformat/hlsenc.c                 char *fn_copy = av_strdup(oc->url);
av_strdup        1802 libavformat/hlsenc.c     fn_dup = av_strdup(fn);
av_strdup        1833 libavformat/hlsenc.c     orig_buf_dup = av_strdup(buf);
av_strdup        1859 libavformat/hlsenc.c         mod_buf_dup = av_strdup(*s);
av_strdup        1916 libavformat/hlsenc.c     p = av_strdup(hls->var_stream_map);
av_strdup        2043 libavformat/hlsenc.c     p = av_strdup(hls->cc_stream_map);
av_strdup        2156 libavformat/hlsenc.c     fn1 = av_strdup(s->url);
av_strdup        2166 libavformat/hlsenc.c         fn2 = av_strdup(dir);
av_strdup        2177 libavformat/hlsenc.c         hls->master_m3u8_url = av_strdup(hls->master_pl_name);
av_strdup        2451 libavformat/hlsenc.c         old_filename = av_strdup(oc->url);
av_strdup        2581 libavformat/hlsenc.c         old_filename = av_strdup(oc->url);
av_strdup        2664 libavformat/hlsenc.c             old_filename = av_strdup(oc->url);
av_strdup        2851 libavformat/hlsenc.c                 vs->fmp4_init_filename  = av_strdup(vs->basename);
av_strdup        2880 libavformat/hlsenc.c                     vs->base_output_dirname = av_strdup(vs->fmp4_init_filename);
av_strdup         378 libavformat/http.c     s->location = av_strdup(uri);
av_strdup         567 libavformat/http.c     s->location = av_strdup(uri);
av_strdup         681 libavformat/http.c     new_loc = av_strdup(redirected_location);
av_strdup         794 libavformat/http.c     if (!(cstr = av_strdup(set_cookie)))
av_strdup         945 libavformat/http.c                 if (!(s->method = av_strdup(method)))
av_strdup         957 libavformat/http.c             if (!(s->resource = av_strdup(resource)))
av_strdup        1037 libavformat/http.c             s->mime_type = av_strdup(p);
av_strdup        1077 libavformat/http.c     next = set_cookies = av_strdup(s->cookies);
av_strdup        1269 libavformat/http.c         s->user_agent = av_strdup(s->user_agent_deprecated);
av_strdup         140 libavformat/icecast.c             if (!(s->pass = av_strdup(sep))) {
av_strdup         145 libavformat/icecast.c         if (!(user = av_strdup(auth))) {
av_strdup         341 libavformat/id3v2.c         dst = av_strdup(ff_id3v1_genre_str[genre]);
av_strdup         250 libavformat/img2dec.c             dup = q = av_strdup(p);
av_strdup         255 libavformat/libsmbclient.c     entry->name = av_strdup(dirent->name);
av_strdup         589 libavformat/libsrt.c             s->streamid = av_strdup(buf);
av_strdup         597 libavformat/libsrt.c             s->smoother = av_strdup(buf);
av_strdup         357 libavformat/libssh.c     entry->name = av_strdup(attr->name);
av_strdup        1105 libavformat/matroskadec.c                     *dst = av_strdup(syntax[i].def.s);
av_strdup        1436 libavformat/matroskaenc.c     uint8_t *key = av_strdup(t->key);
av_strdup         347 libavformat/mlvdec.c         char *filename = av_strdup(avctx->url);
av_strdup         249 libavformat/mmsh.c         mms->mms_hd->protocol_whitelist = av_strdup(h->protocol_whitelist);
av_strdup         743 libavformat/mpeg.c         vobsub->sub_name = av_strdup(s->url);
av_strdup         309 libavformat/mpjpegdec.c             mpjpeg->boundary = av_strdup("--");
av_strdup         310 libavformat/mpjpegdec.c             mpjpeg->searchstr = av_strdup("\r\n--");
av_strdup         173 libavformat/mtv.c     st->codecpar->extradata       = av_strdup("BottomUp");
av_strdup         182 libavformat/mux.c         if (!(s->url = av_strdup(filename)))
av_strdup         251 libavformat/mux.c     if (!s->url && !(s->url = av_strdup(s->filename))) {
av_strdup         254 libavformat/mux.c     if (!s->url && !(s->url = av_strdup(""))) {
av_strdup         213 libavformat/mvdec.c             st->codecpar->extradata      = av_strdup("BottomUp");
av_strdup         559 libavformat/network.c     buf = av_strdup(no_proxy);
av_strdup         128 libavformat/os_support.c         ai->ai_canonname = h ? av_strdup(h->h_name) : NULL;
av_strdup          96 libavformat/realtextdec.c             st->codecpar->extradata = av_strdup(buf.str);
av_strdup         224 libavformat/rtmphttp.c         rt->stream->protocol_whitelist = av_strdup(h->protocol_whitelist);
av_strdup         174 libavformat/rtmpproto.c     rt->tracked_methods[rt->nb_tracked_methods].name = av_strdup(name);
av_strdup         323 libavformat/rtpdec_mpeg4.c                     char *val = av_strdup(value);
av_strdup          85 libavformat/rtpdec_rfc4175.c         data->sampling = av_strdup(value);
av_strdup        1782 libavformat/rtsp.c             rt->rtsp_hd->protocol_whitelist = av_strdup(s->protocol_whitelist);
av_strdup        1941 libavformat/rtsp.c         char *new_url = av_strdup(reply->location);
av_strdup         143 libavformat/sapdec.c         sap->sdp = av_strdup(&recvbuf[pos]);
av_strdup         164 libavformat/sapenc.c         new_url = av_strdup(url);
av_strdup         220 libavformat/segment.c     new_name = av_strdup(buf);
av_strdup         387 libavformat/segment.c             entry->filename = av_strdup(entry->filename);
av_strdup         471 libavformat/segment.c     char *times_str1 = av_strdup(times_str);
av_strdup         529 libavformat/segment.c     char *frames_str1 = av_strdup(frames_str);
av_strdup         706 libavformat/segment.c             seg->time_str = av_strdup("2");
av_strdup         256 libavformat/tee.c             tmp_select = av_strdup(select);  // av_strtok is destructive so we regenerate it in each loop
av_strdup          40 libavformat/tls.c         c->ca_file = av_strdup(buf);
av_strdup          50 libavformat/tls.c         c->cert_file = av_strdup(buf);
av_strdup          53 libavformat/tls.c         c->key_file = av_strdup(buf);
av_strdup          89 libavformat/tls.c     if (!c->host && !(c->host = av_strdup(c->underlying_host)))
av_strdup         159 libavformat/tls_mbedtls.c         tls_ctxc->priv_key_pw = av_strdup(buf);
av_strdup         165 libavformat/utils.c     dst-> codec_whitelist = av_strdup(src->codec_whitelist);
av_strdup         166 libavformat/utils.c     dst->format_whitelist = av_strdup(src->format_whitelist);
av_strdup         167 libavformat/utils.c     dst->protocol_whitelist = av_strdup(src->protocol_whitelist);
av_strdup         168 libavformat/utils.c     dst->protocol_blacklist = av_strdup(src->protocol_blacklist);
av_strdup         559 libavformat/utils.c     if (!(s->url = av_strdup(filename ? filename : ""))) {
av_strdup         574 libavformat/utils.c         s->protocol_whitelist = av_strdup(s->pb->protocol_whitelist);
av_strdup         582 libavformat/utils.c         s->protocol_blacklist = av_strdup(s->pb->protocol_blacklist);
av_strdup        4381 libavformat/utils.c         dst->recommended_encoder_configuration = av_strdup(conf_str);
av_strdup        4858 libavformat/utils.c     char *temp = av_strdup(path);
av_strdup        5249 libavformat/utils.c                key = val ? av_strndup(spec, val - spec) : av_strdup(spec);
av_strdup         277 libavformat/webmdashenc.c     char *filename_str = av_strdup(filename);
av_strdup         308 libavutil/avstring.c         return av_strdup(component);
av_strdup         310 libavutil/avstring.c         return av_strdup(path);
av_strdup          83 libavutil/dict.c         copy_key = av_strdup(key);
av_strdup          87 libavutil/dict.c         copy_value = av_strdup(value);
av_strdup         243 libavutil/dict.c         *buffer = av_strdup("");
av_strdup         118 libavutil/file_open.c     *filename = av_strdup(ptr);
av_strdup         132 libavutil/hwcontext_vulkan.c         list[count - 1] = av_strdup(val);                                      \
av_strdup         321 libavutil/hwcontext_vulkan.c             user_exts_str = av_strdup(user_exts->value);
av_strdup         338 libavutil/hwcontext_vulkan.c             user_exts_str = av_strdup(user_exts->value);
av_strdup         473 libavutil/mem.h char *av_strdup(const char *s) av_malloc_attrib;
av_strdup         217 libavutil/opt.c     *dst = av_strdup(val);
av_strdup         827 libavutil/opt.c             *out_val = av_strdup(*(uint8_t **)dst);
av_strdup         832 libavutil/opt.c             *out_val = av_strdup("");
av_strdup         888 libavutil/opt.c     *out_val = av_strdup(buf);
av_strdup        1141 libavutil/opt.c         return av_strdup(flags);
av_strdup        1790 libavutil/opt.c             *field_dst8 = av_strdup(*field_src8);
av_strdup          85 libavutil/tests/dict.c     av_dict_set(&dict, "b", av_strdup("b"), AV_DICT_DONT_STRDUP_VAL);
av_strdup          86 libavutil/tests/dict.c     av_dict_set(&dict, av_strdup("c"), "c", AV_DICT_DONT_STRDUP_KEY);
av_strdup          87 libavutil/tests/dict.c     av_dict_set(&dict, av_strdup("d"), av_strdup("d"), AV_DICT_DONT_STRDUP_KEY | AV_DICT_DONT_STRDUP_VAL);
av_strdup         111 libavutil/tests/dict.c     av_dict_set_int(&dict, av_strdup("2"), 2, AV_DICT_DONT_STRDUP_KEY);
av_strdup         112 libavutil/tests/dict.c     av_dict_set_int(&dict, av_strdup("3"), 3, AV_DICT_DONT_STRDUP_KEY | AV_DICT_DONT_STRDUP_VAL);