Lines Matching defs:avctx
332 int ff_h264_decode_seq_parameter_set(GetBitContext *gb, AVCodecContext *avctx,
349 av_log(avctx, AV_LOG_DEBUG, "Truncating likely oversized SPS\n");
370 av_log(avctx, AV_LOG_ERROR, "sps_id %u out of range\n", sps_id);
399 avpriv_request_sample(avctx, "chroma_format_idc %u",
405 av_log(avctx, AV_LOG_ERROR, "separate color planes are not supported\n");
412 avpriv_request_sample(avctx,
418 av_log(avctx, AV_LOG_ERROR, "illegal bit depth value (%d, %d)\n",
437 av_log(avctx, AV_LOG_ERROR,
449 av_log(avctx, AV_LOG_ERROR, "log2_max_poc_lsb (%d) is out of range\n", t);
461 av_log(avctx, AV_LOG_ERROR,
470 av_log(avctx, AV_LOG_ERROR,
478 av_log(avctx, AV_LOG_ERROR,
484 av_log(avctx, AV_LOG_ERROR, "illegal POC type %d\n", sps->poc_type);
489 if (avctx->codec_tag == MKTAG('S', 'M', 'V', '2'))
492 av_log(avctx, AV_LOG_ERROR,
503 av_log(avctx, AV_LOG_ERROR, "height overflow\n");
516 16 * sps->mb_height, 0, avctx)) {
517 av_log(avctx, AV_LOG_ERROR, "mb_width/height overflow\n");
532 if (avctx->flags2 & AV_CODEC_FLAG2_IGNORE_CROP) {
533 av_log(avctx, AV_LOG_DEBUG, "discarding sps cropping, original "
555 av_log(avctx, AV_LOG_ERROR, "crop values invalid %d %d %d %d / %d %d\n", crop_left, crop_right, crop_top, crop_bottom, width, height);
574 int ret = decode_vui_parameters(gb, avctx, sps);
580 av_log_once(avctx, ignore_truncation ? AV_LOG_WARNING : AV_LOG_ERROR, AV_LOG_DEBUG,
590 (sps->ref_frame_count || avctx->strict_std_compliance >= FF_COMPLIANCE_STRICT)) {
604 if (avctx->debug & FF_DEBUG_PICT_INFO) {
606 av_log(avctx, AV_LOG_DEBUG,
747 int ff_h264_decode_picture_parameter_set(GetBitContext *gb, AVCodecContext *avctx,
759 av_log(avctx, AV_LOG_ERROR, "pps_id %u out of range\n", pps_id);
775 av_log(avctx, AV_LOG_DEBUG, "Truncating likely oversized PPS "
789 av_log(avctx, AV_LOG_ERROR, "sps_id %u out of range\n", pps->sps_id);
802 av_log(avctx, AV_LOG_ERROR,
808 avpriv_report_missing_feature(avctx,
820 avpriv_report_missing_feature(avctx, "FMO");
827 av_log(avctx, AV_LOG_ERROR, "reference overflow (pps)\n");
855 if (bits_left > 0 && more_rbsp_data_in_pps(sps, avctx)) {
881 if (avctx->debug & FF_DEBUG_PICT_INFO) {
882 av_log(avctx, AV_LOG_DEBUG,