av_strdup         297 cmdutils.c             str = av_strdup(p ? p + 1 : "");
av_strdup         306 cmdutils.c             str = av_strdup(arg);
av_strdup        1823 cmdutils.c         topic = av_strdup(arg ? arg : "");
av_strdup        2142 cmdutils.c             *dev = av_strdup(arg);
av_strdup         159 doc/examples/filtering_audio.c     outputs->name       = av_strdup("in");
av_strdup         170 doc/examples/filtering_audio.c     inputs->name       = av_strdup("out");
av_strdup         142 doc/examples/filtering_video.c     outputs->name       = av_strdup("in");
av_strdup         153 doc/examples/filtering_video.c     inputs->name       = av_strdup("out");
av_strdup         302 doc/examples/transcoding.c     outputs->name       = av_strdup("in");
av_strdup         307 doc/examples/transcoding.c     inputs->name       = av_strdup("out");
av_strdup         113 ffmpeg_filter.c         return av_strdup(av_get_pix_fmt_name(ost->enc_ctx->pix_fmt));
av_strdup         116 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         154 ffmpeg_filter.c         return av_strdup(name);                                                \
av_strdup         877 ffmpeg_filter.c         fg->graph->scale_sws_opts = av_strdup(args);
av_strdup         895 ffmpeg_filter.c         fg->graph->resample_lavr_opts = av_strdup(args);
av_strdup         235 ffmpeg_opt.c       map = av_strdup(arg);
av_strdup         389 ffmpeg_opt.c       sdp_filename = av_strdup(arg);
av_strdup         692 ffmpeg_opt.c                   ist->hwaccel_device = av_strdup(hwaccel_device);
av_strdup        1195 ffmpeg_opt.c       ost->disposition = av_strdup(ost->disposition);
av_strdup        1279 ffmpeg_opt.c           return av_strdup(ost->filters);
av_strdup        1281 ffmpeg_opt.c       return av_strdup(st->codec->codec_type == AVMEDIA_TYPE_VIDEO ?
av_strdup        1437 ffmpeg_opt.c               !(ost->logfile_prefix = av_strdup(ost->logfile_prefix)))
av_strdup        1442 ffmpeg_opt.c               ost->forced_keyframes = av_strdup(ost->forced_keyframes);
av_strdup        1494 ffmpeg_opt.c           ost->apad = av_strdup(ost->apad);
av_strdup        1863 ffmpeg_opt.c                       if(ost->st->codec->codec_type == AVMEDIA_TYPE_AUDIO) ost->avfilter = av_strdup("anull");
av_strdup        1864 ffmpeg_opt.c                       if(ost->st->codec->codec_type == AVMEDIA_TYPE_VIDEO) ost->avfilter = av_strdup("null");
av_strdup        2372 ffmpeg_opt.c       vstats_filename = av_strdup (arg);
av_strdup        2608 ffmpeg_opt.c       filtergraphs[nb_filtergraphs - 1]->graph_desc = av_strdup(arg);
av_strdup        1929 ffplay.c               outputs->name       = av_strdup("in");
av_strdup        1934 ffplay.c               inputs->name        = av_strdup("out");
av_strdup        1969 ffplay.c           graph->scale_sws_opts = av_strdup(sws_flags_str);
av_strdup        2798 ffprobe.c          char *next, *p, *spec = av_strdup(interval_spec);
av_strdup        2878 ffprobe.c          char *p, *spec = av_strdup(intervals_spec);
av_strdup        3108 ffprobe.c              print_format = av_strdup("default");
av_strdup        3412 ffserver.c                 av_strdup(av_stream_get_recommended_encoder_configuration(st)));
av_strdup        3762 ffserver.c         config.filename = av_strdup("/etc/ffserver.conf");
av_strdup         290 ffserver_config.c             av->rc_eq = av_strdup("tex^qComp");
av_strdup         731 ffserver_config.c             feed->child_argv[i] = av_strdup(arg);
av_strdup        1095 ffserver_config.c         stream->rtsp_option = av_strdup(arg);
av_strdup         338 libavcodec/libstagefright.cpp         s->decoder_component = av_strdup(s->decoder_component);
av_strdup         579 libavcodec/libx264.c             x4->profile = av_strdup("baseline");
av_strdup         582 libavcodec/libx264.c             x4->profile = av_strdup("high");
av_strdup         585 libavcodec/libx264.c             x4->profile = av_strdup("high10");
av_strdup         588 libavcodec/libx264.c             x4->profile = av_strdup("high422");
av_strdup         591 libavcodec/libx264.c             x4->profile = av_strdup("high444");
av_strdup         594 libavcodec/libx264.c             x4->profile = av_strdup("main");
av_strdup         974 libavcodec/mpegvideo_enc.c         s->rc_eq = av_strdup(avctx->rc_eq);
av_strdup          42 libavcodec/samidec.c     char *dupsrc = av_strdup(src);
av_strdup         137 libavcodec/tiff.c         return av_strdup("undefined");
av_strdup         139 libavcodec/tiff.c         return av_strdup("User-Defined");
av_strdup         144 libavcodec/tiff.c         return av_strdup(ff_tiff_##array##_codes[val - TIFF_##TYPE##_OFFSET]);
av_strdup         177 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         181 libavcodec/tiff.c         ap = av_strdup(search_keyval(ff_tiff_projection_codes, FF_ARRAY_ELEMS(ff_tiff_projection_codes), val));
av_strdup         369 libavdevice/alsa-audio-common.c             new_device->device_name = av_strdup(name);
av_strdup         371 libavdevice/alsa-audio-common.c                 new_device->device_description = av_strdup(&tmp[1]);
av_strdup         373 libavdevice/alsa-audio-common.c                 new_device->device_description = av_strdup(descr);
av_strdup         267 libavdevice/bktr.c         case PAL:   s->framerate = av_strdup("pal");  break;
av_strdup         268 libavdevice/bktr.c         case NTSC:  s->framerate = av_strdup("ntsc"); break;
av_strdup         269 libavdevice/bktr.c         case SECAM: s->framerate = av_strdup("25");   break;
av_strdup         179 libavdevice/caca.c         c->window_title = av_strdup(s->filename);
av_strdup          78 libavdevice/decklink_common.cpp     return av_strdup(s);
av_strdup          85 libavdevice/decklink_common.cpp #define DECKLINK_STRDUP av_strdup
av_strdup         928 libavdevice/dshow.c     char *name = av_strdup(avctx->filename);
av_strdup         952 libavdevice/dshow.c             device_name[0] = av_strdup(device_name[0]);
av_strdup         954 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         163 libavdevice/lavfi.c         lavfi->graph_str = av_strdup(avctx->filename);
av_strdup        1083 libavdevice/opengl_enc.c         opengl->window_title = av_strdup(h->filename);
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         240 libavdevice/sdl.c         sdl->window_title = av_strdup(s->filename);
av_strdup         242 libavdevice/sdl.c         sdl->icon_title = av_strdup(sdl->window_title);
av_strdup        1055 libavdevice/v4l2.c         device->device_name = av_strdup(ctx->filename);
av_strdup        1056 libavdevice/v4l2.c         device->device_description = av_strdup(cap.card);
av_strdup         270 libavdevice/x11grab.c     dpyname = av_strdup(s1->filename);
av_strdup         606 libavdevice/xcbgrab.c     char *display_name = av_strdup(s->filename);
av_strdup         154 libavdevice/xv.c             if (!(xv->window_title = av_strdup(s->filename))) {
av_strdup         107 libavfilter/aeval.c     char *args1 = av_strdup(eval->exprs);
av_strdup         498 libavfilter/af_amix.c         pad.name           = av_strdup(name);
av_strdup         216 libavfilter/af_join.c         pad.name           = av_strdup(name);
av_strdup         407 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         422 libavfilter/avfilter.c     expr_dup = av_strdup(expr);
av_strdup         633 libavfilter/avfilter.c     ret->name     = inst_name ? av_strdup(inst_name) : NULL;
av_strdup         907 libavfilter/avfilter.c             char *copy = av_strdup(args);
av_strdup        1265 libavfilter/avfiltergraph.c             (*queue)->command = av_strdup(command);
av_strdup        1266 libavfilter/avfiltergraph.c             (*queue)->arg     = av_strdup(arg);
av_strdup         490 libavfilter/f_ebur128.c             .name         = av_strdup("out0"),
av_strdup         469 libavfilter/graphparser.c         inputs->name = av_strdup("in");
av_strdup         489 libavfilter/graphparser.c         outputs->name = av_strdup("out");
av_strdup          54 libavfilter/split.c         pad.name = av_strdup(name);
av_strdup         291 libavfilter/src_movie.c         pad.name          = av_strdup(name);
av_strdup         346 libavfilter/vf_blend.c             param->expr_str = av_strdup(b->all_expr);
av_strdup          92 libavfilter/vf_boxblur.c         s->chroma_param.radius_expr = av_strdup(s->luma_param.radius_expr);
av_strdup         100 libavfilter/vf_boxblur.c         s->alpha_param.radius_expr = av_strdup(s->luma_param.radius_expr);
av_strdup         358 libavfilter/vf_curves.c                 *pts = av_strdup(ptstr.str);
av_strdup         388 libavfilter/vf_curves.c                 pts[i] = av_strdup(allp);
av_strdup         403 libavfilter/vf_curves.c         pts[n] = av_strdup(curves_presets[curves->preset].name);    \
av_strdup         268 libavfilter/vf_decimate.c         .name         = av_strdup("main"),
av_strdup         279 libavfilter/vf_decimate.c         pad.name = av_strdup("clean_src");
av_strdup         624 libavfilter/vf_drawtext.c             s->text = av_strdup("");
av_strdup         897 libavfilter/vf_fieldmatch.c         .name         = av_strdup("main"),
av_strdup         908 libavfilter/vf_fieldmatch.c         pad.name = av_strdup("clean_src");
av_strdup         249 libavfilter/vf_frei0r.c     if ((path = av_strdup(getenv("FREI0R_PATH")))) {
av_strdup         123 libavfilter/vf_geq.c         geq->expr_str[U] = av_strdup(geq->expr_str[Y]);
av_strdup         124 libavfilter/vf_geq.c         geq->expr_str[V] = av_strdup(geq->expr_str[Y]);
av_strdup         127 libavfilter/vf_geq.c         if (!geq->expr_str[U]) geq->expr_str[U] = av_strdup(geq->expr_str[V]);
av_strdup         128 libavfilter/vf_geq.c         if (!geq->expr_str[V]) geq->expr_str[V] = av_strdup(geq->expr_str[U]);
av_strdup         132 libavfilter/vf_geq.c         geq->expr_str[A] = av_strdup("255");
av_strdup         134 libavfilter/vf_geq.c         geq->expr_str[G] = av_strdup("g(X,Y)");
av_strdup         136 libavfilter/vf_geq.c         geq->expr_str[B] = av_strdup("b(X,Y)");
av_strdup         138 libavfilter/vf_geq.c         geq->expr_str[R] = av_strdup("r(X,Y)");
av_strdup         160 libavfilter/vf_hue.c     new_expr = av_strdup(expr);
av_strdup         450 libavfilter/vf_lut.c         s->comp_expr_str[i] = av_strdup((i == 3 && !s->negate_alpha) ?
av_strdup         170 libavformat/cinedec.c         st->codec->extradata  = av_strdup("BottomUp");
av_strdup         354 libavformat/dump.c         *codec_separator = av_strdup(separator);
av_strdup         356 libavformat/ffmdec.c             codec->rc_eq = av_strdup(rc_eq_buf);
av_strdup         533 libavformat/ffmdec.c             codec->rc_eq = av_strdup(rc_eq_buf);
av_strdup         637 libavformat/hls.c                     seg->key = av_strdup(tmp_str);
av_strdup         648 libavformat/hls.c                 seg->url = av_strdup(tmp_str);
av_strdup         116 libavformat/hlsenc.c             dirname = av_strdup(hls->segment_filename);
av_strdup         118 libavformat/hlsenc.c             dirname = av_strdup(hls->avf->filename);
av_strdup         361 libavformat/hlsenc.c         hls->basename = av_strdup(hls->segment_filename);
av_strdup         271 libavformat/http.c     s->location = av_strdup(uri);
av_strdup         309 libavformat/http.c     s->location = av_strdup(uri);
av_strdup         389 libavformat/http.c     new_loc = av_strdup(redirected_location);
av_strdup         575 libavformat/http.c             s->mime_type = av_strdup(p);
av_strdup         605 libavformat/http.c     char *next, *cookie, *set_cookies = av_strdup(s->cookies), *cset_cookies = set_cookies;
av_strdup         625 libavformat/http.c                 cvalue = av_strdup(param);
av_strdup         629 libavformat/http.c                 cpath = av_strdup(&param[5]);
av_strdup         635 libavformat/http.c                 cdomain = av_strdup(&param[7+leading_dot]);
av_strdup         641 libavformat/http.c             cdomain = av_strdup(domain);
av_strdup         665 libavformat/http.c             if (!(*cookies = av_strdup(cvalue))) {
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         340 libavformat/id3v2.c         dst = av_strdup(ff_id3v1_genre_str[genre]);
av_strdup         238 libavformat/img2dec.c             dup = q = av_strdup(p);
av_strdup         977 libavformat/matroskadec.c                 *dst = av_strdup(syntax[i].def.s);
av_strdup        1106 libavformat/matroskaenc.c     uint8_t *key = av_strdup(t->key);
av_strdup         117 libavformat/microdvddec.c                 st->codec->extradata = av_strdup(line + 11);
av_strdup         333 libavformat/mlvdec.c         char *filename = av_strdup(avctx->filename);
av_strdup         692 libavformat/mpeg.c     sub_name = av_strdup(s->filename);
av_strdup         851 libavformat/mpeg.c         sub_st->codec->extradata      = av_strdup(header_str);
av_strdup         563 libavformat/mpegtsenc.c     service->provider_name = av_strdup(provider_name);
av_strdup         564 libavformat/mpegtsenc.c     service->name          = av_strdup(name);
av_strdup         173 libavformat/mtv.c     st->codec->extradata       = av_strdup("BottomUp");
av_strdup         213 libavformat/mvdec.c             st->codec->extradata      = av_strdup("BottomUp");
av_strdup         371 libavformat/network.c     buf = av_strdup(no_proxy);
av_strdup         143 libavformat/os_support.c         ai->ai_canonname = h ? av_strdup(h->h_name) : NULL;
av_strdup          92 libavformat/realtextdec.c             st->codec->extradata = av_strdup(buf.str);
av_strdup         174 libavformat/rtmpproto.c     rt->tracked_methods[rt->nb_tracked_methods].name = av_strdup(name);
av_strdup         296 libavformat/rtpdec_mpeg4.c                         attr_names[i].offset) = av_strdup(value);
av_strdup         143 libavformat/sapdec.c         sap->sdp = av_strdup(&recvbuf[pos]);
av_strdup         388 libavformat/segment.c     char *times_str1 = av_strdup(times_str);
av_strdup         446 libavformat/segment.c     char *frames_str1 = av_strdup(frames_str);
av_strdup         612 libavformat/segment.c             seg->time_str = av_strdup("2");
av_strdup         108 libavformat/tee.c     if (!(dup = buf = av_strdup(bsfs_spec)))
av_strdup         150 libavformat/tls.c         c->ca_file = av_strdup(buf);
av_strdup         160 libavformat/tls.c         c->cert_file = av_strdup(buf);
av_strdup         163 libavformat/tls.c         c->key_file = av_strdup(buf);
av_strdup         543 libavformat/udp.c         sources[*num_sources] = av_strdup(source_start);
av_strdup         139 libavformat/utils.c     dst-> codec_whitelist = av_strdup(src->codec_whitelist);
av_strdup         140 libavformat/utils.c     dst->format_whitelist = av_strdup(src->format_whitelist);
av_strdup        4278 libavformat/utils.c         key = val ? av_strndup(spec, val - spec) : av_strdup(spec);
av_strdup         104 libavutil/dict.c             m->elems[m->count].key = av_strdup(key);
av_strdup         119 libavutil/dict.c             m->elems[m->count].value = av_strdup(value);
av_strdup         229 libavutil/dict.c         *buffer = av_strdup("");
av_strdup         148 libavutil/file.c     *filename = av_strdup(ptr);
av_strdup         166 libavutil/opt.c     *dst = av_strdup(val);
av_strdup         713 libavutil/opt.c             *out_val = av_strdup(*(uint8_t**)dst);
av_strdup         715 libavutil/opt.c             *out_val = av_strdup("");
av_strdup         761 libavutil/opt.c     *out_val = av_strdup(buf);
av_strdup        1600 libavutil/opt.c             *field_dst8 = av_strdup(*field_src8);