Lines Matching refs:codec
1023 /* XXX: signal it in the codec context ? */
1066 it in the codec would be better */
1370 if (!(enc->codec->capabilities & AV_CODEC_CAP_PARAM_CHANGE) &&
2569 config = avcodec_get_hw_config(s->codec, i);
2607 const AVCodec *codec = ist->dec;
2608 if (!codec) {
2609 snprintf(error, error_len, "Decoder (codec %s) not found for input stream #%d:%d",
2647 if ((ret = avcodec_open2(ist->dec_ctx, codec, &ist->decoder_opts)) < 0) {
2649 abort_codec_experimental(codec, 0);
2724 "Error setting up codec context options.\n");
2731 "Error getting reference codec parameters.\n");
3062 if (enc_ctx->codec->id == AV_CODEC_ID_MJPEG)
3123 const AVCodec *codec = ost->enc;
3170 if ((ret = avcodec_open2(ost->enc_ctx, codec, &ost->encoder_opts)) < 0) {
3172 abort_codec_experimental(codec, 1);
3192 "Error initializing the output stream codec context.\n");
3246 * needs to be done here, because the codec id for streamcopy is not