Home
last modified time | relevance | path

Searched refs:codec_opts (Results 1 – 6 of 6) sorted by relevance

/third_party/ffmpeg/fftools/
Dcmdutils.h49 extern AVDictionary *format_opts, *codec_opts;
249 AVDictionary *codec_opts; member
361 AVDictionary *codec_opts);
Dcmdutils.c60 AVDictionary *format_opts, *codec_opts; variable
69 av_dict_free(&codec_opts); in uninit_opts()
535 av_dict_set(&codec_opts, opt, arg, FLAGS); in opt_default()
616 g->codec_opts = codec_opts; in finish_group()
619 codec_opts = NULL; in finish_group()
671 av_dict_free(&l->groups[j].codec_opts); in uninit_parse_context()
784 if (octx->cur_group.nb_opts || codec_opts || format_opts) in split_commandline()
953 AVDictionary *codec_opts) in setup_find_stream_info_opts() argument
967 opts[i] = filter_codec_opts(codec_opts, s->streams[i]->codecpar->codec_id, in setup_find_stream_info_opts()
Dffmpeg_opt.c910 …ist->decoder_opts = filter_codec_opts(o->g->codec_opts, ist->st->codecpar->codec_id, ic, st, ist->… in add_input_streams()
1276 remove_avoptions(&o->g->format_opts, o->g->codec_opts); in open_input_file()
1284 AVDictionary **opts = setup_find_stream_info_opts(ic, o->g->codec_opts); in open_input_file()
1392 unused_opts = strip_specifiers(o->g->codec_opts); in open_input_file()
1582 ost->encoder_opts = filter_codec_opts(o->g->codec_opts, ost->enc->id, oc, st, ost->enc); in new_output_stream()
1612 ost->encoder_opts = filter_codec_opts(o->g->codec_opts, AV_CODEC_ID_NONE, oc, st, NULL); in new_output_stream()
2728 unused_opts = strip_specifiers(o->g->codec_opts); in open_output_file()
3192 av_dict_copy(&o->g->codec_opts, codec_opts, AV_DICT_DONT_OVERWRITE); in opt_target()
3242 AVDictionary *cbak = codec_opts; in opt_default_new()
3244 codec_opts = NULL; in opt_default_new()
[all …]
Dffprobe.c3313 AVDictionary **opts = setup_find_stream_info_opts(fmt_ctx, codec_opts); in open_input_file()
3358 AVDictionary *opts = filter_codec_opts(codec_opts, stream->codecpar->codec_id, in open_input_file()
3373 av_dict_set(&codec_opts, "threads", "1", 0); in open_input_file()
Dffplay.c2609 opts = filter_codec_opts(codec_opts, avctx->codec_id, ic, ic->streams[stream_index], codec); in stream_component_open()
2805 AVDictionary **opts = setup_find_stream_info_opts(ic, codec_opts); in read_thread()
/third_party/ffmpeg/libavfilter/
Dvf_subtitles.c313 AVDictionary *codec_opts = NULL; in init_subtitles() local
409 av_dict_set(&codec_opts, "sub_charenc", ass->charenc, 0); in init_subtitles()
431 ret = avcodec_open2(dec_ctx, NULL, &codec_opts); in init_subtitles()
487 av_dict_free(&codec_opts); in init_subtitles()