Searched refs:avcodec_find_encoder (Results 1 – 16 of 16) sorted by relevance
282 const AVCodec *avcodec_find_encoder(enum AVCodecID id);
267 …codec2 = av_codec_is_encoder(codec) ? avcodec_find_encoder(codec->id) : avcodec_find_decoder(codec… in avcodec_open2()
930 const AVCodec *avcodec_find_encoder(enum AVCodecID id) in avcodec_find_encoder() function
467 codec = avcodec_find_encoder(id); in avcodec_get_name()
141 codec = avcodec_find_encoder(AV_CODEC_ID_MP2); in main()
188 if (!(output_codec = avcodec_find_encoder(AV_CODEC_ID_AAC))) { in open_output_file()
134 *codec = avcodec_find_encoder(codec_id); in add_stream()
151 encoder = avcodec_find_encoder(dec_ctx->codec_id); in open_output_file()
257 enc = avcodec_find_encoder(AV_CODEC_ID_FLAC); in main()
171 AVCodec* codec = avcodec_find_encoder(output_format->video_codec); in init()
111 if (!(enc = avcodec_find_encoder(AV_CODEC_ID_SNOW))) { in config_props()
317 const AVCodec *enc = avcodec_find_encoder(AV_CODEC_ID_SNOW); in config_input()
905 codec = s->oformat ? avcodec_find_encoder(codec_id) in filter_codec_opts()
829 codec = encoder ? avcodec_find_encoder(desc->id) : in find_codec_or_die()1499 ost->enc = avcodec_find_encoder(ost->st->codecpar->codec_id); in choose_encoder()2567 …if (!o->subtitle_disable && (avcodec_find_encoder(oc->oformat->subtitle_codec) || subtitle_codec_n… in open_output_file()2574 avcodec_find_encoder(oc->oformat->subtitle_codec); in open_output_file()
694 printf(avcodec_find_encoder(desc->id) ? "E" : "."); in show_codecs()
266 avcodec_find_encoder_by_name(), avcodec_find_encoder(),