Lines Matching defs:avctx
135 av_log(s->avctx, AV_LOG_ERROR, "cbpc %d invalid at %d %d\n", code, s->mb_x, s->mb_y);
149 av_log(s->avctx, AV_LOG_ERROR, "cbpc %d invalid at %d %d\n", cbp, s->mb_x, s->mb_y);
159 av_log(s->avctx, AV_LOG_ERROR, "cbpy %d invalid at %d %d\n", cbp, s->mb_x, s->mb_y);
181 av_log(s->avctx, AV_LOG_ERROR, "cbpy vlc invalid\n");
189 av_log(s->avctx, AV_LOG_ERROR, "cbpy vlc invalid\n");
202 av_log(s->avctx, AV_LOG_ERROR, "\nerror while decoding block: %d x %d (%d)\n", s->mb_x, s->mb_y, i);
291 av_log(s->avctx, AV_LOG_ERROR, "\nerror while decoding block: %d x %d (%d)\n", s->mb_x, s->mb_y, i);
370 av_cold int ff_msmpeg4_decode_init(AVCodecContext *avctx)
373 MpegEncContext *s = avctx->priv_data;
376 if ((ret = av_image_check_size(avctx->width, avctx->height, 0, avctx)) < 0)
379 if (ff_h263_decode_init(avctx) < 0)
423 av_log(s->avctx, AV_LOG_ERROR, "invalid startcode\n");
433 av_log(s->avctx, AV_LOG_ERROR, "invalid picture type\n");
438 av_log(s->avctx, AV_LOG_ERROR, "invalid qscale\n");
446 av_log(s->avctx, AV_LOG_ERROR, "invalid slice height %d\n", code);
454 av_log(s->avctx, AV_LOG_ERROR, "error, slice code was %X\n", code);
491 if(s->avctx->debug&FF_DEBUG_PICT_INFO)
492 av_log(s->avctx, AV_LOG_DEBUG, "qscale:%d rlc:%d rl:%d dc:%d mbrl:%d slice:%d \n",
539 if(s->avctx->debug&FF_DEBUG_PICT_INFO)
540 av_log(s->avctx, AV_LOG_DEBUG, "skip:%d rl:%d rlc:%d dc:%d mv:%d mbrl:%d qp:%d \n",
555 ff_dlog(s->avctx, "%d %"PRId64" %d %d %d\n", s->pict_type, s->bit_rate,
582 av_log(s->avctx, AV_LOG_ERROR, "ext header missing, %d left\n", left);
586 av_log(s->avctx, AV_LOG_ERROR, "I-frame too long, ignoring ext header\n");
603 av_log(s->avctx, AV_LOG_ERROR, "illegal dc vlc\n");
665 av_log(s->avctx, AV_LOG_ERROR, "dc overflow- block: %d qscale: %d//\n", n, s->qscale);
671 av_log(s->avctx, AV_LOG_ERROR, "dc overflow+ L qscale: %d//\n", s->qscale);
677 av_log(s->avctx, AV_LOG_ERROR, "dc overflow+ C qscale: %d//\n", s->qscale);
740 ff_dlog(s->avctx, "ESC-3 %X at %d %d\n",
803 !(s->avctx->err_recognition & (AV_EF_BITSTREAM|AV_EF_COMPLIANT))) &&
805 av_log(s->avctx, AV_LOG_ERROR, "ignoring overflow at %d %d\n", s->mb_x, s->mb_y);
809 av_log(s->avctx, AV_LOG_ERROR, "ac-tex damaged at %d %d\n", s->mb_x, s->mb_y);