Home
last modified time | relevance | path

Searched refs:workaround_bugs (Results 1 – 16 of 16) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dh263dec.c324 (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()
Dmpeg4videodec.c132 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 …]
Dmpegvideo_motion.c257 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()
Dmpeg4video.h267 else if (!(s->workaround_bugs & FF_BUG_DC_CLIP)) in ff_mpeg4_pred_dc()
Dmpeg4video.c175 if ((s->avctx->workaround_bugs & FF_BUG_DIRECT_BLOCKSIZE) || in ff_mpeg4_set_direct_mv()
Dmsmpeg4.c118 if(s->workaround_bugs){ in ff_msmpeg4_common_init()
Dmpeg4videoenc.c979 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()
Dh264dec.c288 h->workaround_bugs = avctx->workaround_bugs; in h264_init_context()
Dmpegvideo.c609 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()
Dh264dec.h374 int workaround_bugs; member
Dmpegvideo.h119 … int workaround_bugs; ///< workaround bugs in encoders which cannot be detected automatically member
Davcodec.h1572 int workaround_bugs; member
Dh264_slice.c396 h->workaround_bugs = h1->workaround_bugs; in ff_h264_update_thread_context()
2663 if ((h->workaround_bugs & FF_BUG_TRUNCATED) && in decode_slice()
Doptions_table.h120 {"bug", "work around not autodetected encoder bugs", OFFSET(workaround_bugs), AV_OPT_TYPE_FLAGS, {.…
/third_party/gstreamer/gst_libav/ext/libav/
Dgstavauddec.c330 ffmpegdec->context->workaround_bugs |= FF_BUG_AUTODETECT; in gst_ffmpegauddec_set_format()
Dgstavviddec.c578 ffmpegdec->context->workaround_bugs |= FF_BUG_AUTODETECT; in gst_ffmpegviddec_set_format()