avcodec_find_encoder 1438 cmdutils.c printf(avcodec_find_encoder(desc->id) ? "E" : "."); avcodec_find_encoder 1990 cmdutils.c codec = s->oformat ? avcodec_find_encoder(codec_id) avcodec_find_encoder 118 doc/examples/decoding_encoding.c codec = avcodec_find_encoder(AV_CODEC_ID_MP2); avcodec_find_encoder 360 doc/examples/decoding_encoding.c codec = avcodec_find_encoder(codec_id); avcodec_find_encoder 100 doc/examples/muxing.c *codec = avcodec_find_encoder(codec_id); avcodec_find_encoder 158 doc/examples/transcode_aac.c if (!(output_codec = avcodec_find_encoder(AV_CODEC_ID_AAC))) { avcodec_find_encoder 118 doc/examples/transcoding.c encoder = avcodec_find_encoder(dec_ctx->codec_id); avcodec_find_encoder 2805 ffmpeg.c ost->enc = avcodec_find_encoder(enc_ctx->codec_id); avcodec_find_encoder 543 ffmpeg_opt.c codec = encoder ? avcodec_find_encoder(desc->id) : avcodec_find_encoder 1067 ffmpeg_opt.c ost->enc = avcodec_find_encoder(ost->st->codec->codec_id); avcodec_find_encoder 1666 ffmpeg_opt.c codec = avcodec_find_encoder(ic->streams[i]->codec->codec_id); avcodec_find_encoder 1918 ffmpeg_opt.c if (!o->subtitle_disable && (avcodec_find_encoder(oc->oformat->subtitle_codec) || subtitle_codec_name)) { avcodec_find_encoder 1925 ffmpeg_opt.c avcodec_find_encoder(oc->oformat->subtitle_codec); avcodec_find_encoder 1828 ffserver.c AVCodec *codec = avcodec_find_encoder(st->codec->codec_id); avcodec_find_encoder 1925 ffserver.c AVCodec *codec = avcodec_find_encoder(st->codec->codec_id); avcodec_find_encoder 370 ffserver_config.c codec = avcodec_find_encoder(avctx->codec_id); avcodec_find_encoder 1121 ffserver_config.c AVCodecContext *audio_enc = avcodec_alloc_context3(avcodec_find_encoder(config->dummy_actx->codec_id)); avcodec_find_encoder 1128 ffserver_config.c AVCodecContext *video_enc = avcodec_alloc_context3(avcodec_find_encoder(config->dummy_vctx->codec_id)); avcodec_find_encoder 4491 libavcodec/avcodec.h AVCodec *avcodec_find_encoder(enum AVCodecID id); avcodec_find_encoder 1279 libavcodec/mpegvideo_enc.c AVCodec *codec = avcodec_find_encoder(s->avctx->codec_id); avcodec_find_encoder 1460 libavcodec/utils.c codec2 = av_codec_is_encoder(codec) ? avcodec_find_encoder(codec->id) : avcodec_find_decoder(codec->id); avcodec_find_encoder 2967 libavcodec/utils.c codec = avcodec_find_encoder(id); avcodec_find_encoder 3012 libavcodec/utils.c p = encode ? avcodec_find_encoder(enc->codec_id) : avcodec_find_encoder 3736 libavcodec/utils.c c= avcodec_find_encoder(codec_id); avcodec_find_encoder 108 libavfilter/vf_mcdeint.c if (!(enc = avcodec_find_encoder(AV_CODEC_ID_SNOW))) { avcodec_find_encoder 310 libavfilter/vf_uspp.c AVCodec *enc = avcodec_find_encoder(AV_CODEC_ID_SNOW); avcodec_find_encoder 402 libavformat/ffmdec.c enc = avcodec_find_encoder(codec->codec_id); avcodec_find_encoder 104 libavformat/ffmenc.c const AVCodec *enc = ctx->codec ? ctx->codec : avcodec_find_encoder(ctx->codec_id); avcodec_find_encoder 171 libavformat/ffmenc.c const AVCodec *enc = ctx->codec ? ctx->codec : avcodec_find_encoder(ctx->codec_id);