Searched refs:workaround_bugs (Results 1 – 16 of 16) sorted by relevance
324 (s->workaround_bugs & FF_BUG_AUTODETECT) && in decode_slice()332 (s->workaround_bugs & FF_BUG_AUTODETECT) && in decode_slice()356 (s->workaround_bugs & FF_BUG_AUTODETECT) && in decode_slice()367 (s->workaround_bugs & FF_BUG_AUTODETECT) && in decode_slice()374 if (s->workaround_bugs & FF_BUG_AUTODETECT) { in decode_slice()377 s->workaround_bugs |= FF_BUG_NO_PADDING; in decode_slice()379 s->workaround_bugs &= ~FF_BUG_NO_PADDING; in decode_slice()383 …if (s->msmpeg4_version || (s->workaround_bugs & FF_BUG_NO_PADDING)) { // FIXME perhaps solve this … in decode_slice()393 if ((s->workaround_bugs & FF_BUG_NO_PADDING) && in decode_slice()396 else if ((s->workaround_bugs & FF_BUG_NO_PADDING)) in decode_slice()
132 if (s->workaround_bugs & FF_BUG_NO_PADDING && !ctx->resync_marker) in mpeg4_is_resync()595 if (s->workaround_bugs & FF_BUG_AMV) in get_amv()1470 (cbp || (s->workaround_bugs & FF_BUG_XVID_ILACE))) in mpeg4_decode_mb()2753 if (s->workaround_bugs & FF_BUG_AUTODETECT) { in ff_mpeg4_workaround_bugs()2755 s->workaround_bugs |= FF_BUG_XVID_ILACE; in ff_mpeg4_workaround_bugs()2758 s->workaround_bugs |= FF_BUG_UMP4; in ff_mpeg4_workaround_bugs()2761 s->workaround_bugs |= FF_BUG_QPEL_CHROMA; in ff_mpeg4_workaround_bugs()2764 s->workaround_bugs |= FF_BUG_QPEL_CHROMA2; in ff_mpeg4_workaround_bugs()2770 s->workaround_bugs |= FF_BUG_QPEL_CHROMA; in ff_mpeg4_workaround_bugs()2773 s->workaround_bugs |= FF_BUG_EDGE; in ff_mpeg4_workaround_bugs()[all …]
257 if ((s->workaround_bugs & FF_BUG_HPEL_CHROMA) && field_based) { in mpeg_motion_internal()322 if (s->workaround_bugs & FF_BUG_IEDGE) in mpeg_motion_internal()511 } else if (s->workaround_bugs & FF_BUG_QPEL_CHROMA2) { in qpel_motion()515 } else if (s->workaround_bugs & FF_BUG_QPEL_CHROMA) { in qpel_motion()547 if (s->workaround_bugs & FF_BUG_IEDGE) in qpel_motion()
267 else if (!(s->workaround_bugs & FF_BUG_DC_CLIP)) in ff_mpeg4_pred_dc()
175 if ((s->avctx->workaround_bugs & FF_BUG_DIRECT_BLOCKSIZE) || in ff_mpeg4_set_direct_mv()
118 if(s->workaround_bugs){ in ff_msmpeg4_common_init()
979 if (s->workaround_bugs & FF_BUG_MS) { in mpeg4_encode_vol_header()997 if (s->workaround_bugs & FF_BUG_MS) { in mpeg4_encode_vol_header()1071 if (!(s->workaround_bugs & FF_BUG_MS)) in ff_mpeg4_encode_picture_header()1311 if (!(s->workaround_bugs & FF_BUG_MS)) in encode_init()
288 h->workaround_bugs = avctx->workaround_bugs; in h264_init_context()
609 s->workaround_bugs = s1->workaround_bugs; in ff_mpeg_update_thread_context()707 s->workaround_bugs = avctx->workaround_bugs; in ff_mpv_decode_init()1591 if (s->workaround_bugs & FF_BUG_IEDGE) in mpeg_motion_lowres()
374 int workaround_bugs; member
119 … int workaround_bugs; ///< workaround bugs in encoders which cannot be detected automatically member
1572 int workaround_bugs; member
396 h->workaround_bugs = h1->workaround_bugs; in ff_h264_update_thread_context()2663 if ((h->workaround_bugs & FF_BUG_TRUNCATED) && in decode_slice()
120 {"bug", "work around not autodetected encoder bugs", OFFSET(workaround_bugs), AV_OPT_TYPE_FLAGS, {.…
330 ffmpegdec->context->workaround_bugs |= FF_BUG_AUTODETECT; in gst_ffmpegauddec_set_format()
578 ffmpegdec->context->workaround_bugs |= FF_BUG_AUTODETECT; in gst_ffmpegviddec_set_format()