Searched refs:codec_opts (Results 1 – 6 of 6) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | vf_subtitles.c | 302 AVDictionary *codec_opts = NULL; in init_subtitles() local 398 av_dict_set(&codec_opts, "sub_charenc", ass->charenc, 0); in init_subtitles() 399 av_dict_set(&codec_opts, "sub_text_format", "ass", 0); in init_subtitles() 421 ret = avcodec_open2(dec_ctx, NULL, &codec_opts); in init_subtitles() 477 av_dict_free(&codec_opts); in init_subtitles()
|
/third_party/ffmpeg/fftools/ |
D | cmdutils.h | 51 extern AVDictionary *format_opts, *codec_opts, *resample_opts; 318 AVDictionary *codec_opts; member 431 AVDictionary *codec_opts);
|
D | ffmpeg_opt.c | 830 …ist->decoder_opts = filter_codec_opts(o->g->codec_opts, ist->st->codecpar->codec_id, ic, st, ist->… in add_input_streams() 1183 remove_avoptions(&o->g->format_opts, o->g->codec_opts); in open_input_file() 1191 AVDictionary **opts = setup_find_stream_info_opts(ic, o->g->codec_opts); in open_input_file() 1291 unused_opts = strip_specifiers(o->g->codec_opts); in open_input_file() 1477 ost->encoder_opts = filter_codec_opts(o->g->codec_opts, ost->enc->id, oc, st, ost->enc); in new_output_stream() 1506 ost->encoder_opts = filter_codec_opts(o->g->codec_opts, AV_CODEC_ID_NONE, oc, st, NULL); in new_output_stream() 2449 && (e = av_dict_get(o->g->codec_opts, "flags", NULL, AV_DICT_IGNORE_SUFFIX)) in open_output_file() 2463 unused_opts = strip_specifiers(o->g->codec_opts); in open_output_file() 2944 av_dict_copy(&o->g->codec_opts, codec_opts, AV_DICT_DONT_OVERWRITE); in opt_target() 2994 AVDictionary *cbak = codec_opts; in opt_default_new() [all …]
|
D | cmdutils.c | 70 AVDictionary *format_opts, *codec_opts, *resample_opts; variable 92 av_dict_free(&codec_opts); in uninit_opts() 569 av_dict_set(&codec_opts, opt, arg, FLAGS); in opt_default() 672 g->codec_opts = codec_opts; in finish_group() 676 codec_opts = NULL; in finish_group() 732 av_dict_free(&l->groups[j].codec_opts); in uninit_parse_context() 846 if (octx->cur_group.nb_opts || codec_opts || format_opts || resample_opts) in split_commandline() 2162 AVDictionary *codec_opts) in setup_find_stream_info_opts() argument 2176 opts[i] = filter_codec_opts(codec_opts, s->streams[i]->codecpar->codec_id, in setup_find_stream_info_opts()
|
D | ffprobe.c | 2966 AVDictionary **opts = setup_find_stream_info_opts(fmt_ctx, codec_opts); in open_input_file() 3012 AVDictionary *opts = filter_codec_opts(codec_opts, stream->codecpar->codec_id, in open_input_file() 3027 av_dict_set(&codec_opts, "threads", "1", 0); in open_input_file()
|
D | ffplay.c | 2626 opts = filter_codec_opts(codec_opts, avctx->codec_id, ic, ic->streams[stream_index], codec); in stream_component_open() 2818 AVDictionary **opts = setup_find_stream_info_opts(ic, codec_opts); in read_thread()
|