Home
last modified time | relevance | path

Searched refs:AV_EF_AGGRESSIVE (Results 1 - 10 of 10) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dmpeg4video.h149 if (!s->encoding && (s->avctx->err_recognition & (AV_EF_BITSTREAM | AV_EF_AGGRESSIVE))) { in ff_mpeg4_pred_dc()
H A Davcodec.h1360 #define AV_EF_AGGRESSIVE (1<<18) ///< consider things that a sane encoder should not do as an error macro
H A Dh263dec.c400 (s->avctx->err_recognition & (AV_EF_BUFFER|AV_EF_AGGRESSIVE))) in decode_slice()
H A Dmpegaudiodec_template.c886 } else if (bits_left > 0 && (s->err_recognition & (AV_EF_BUFFER|AV_EF_AGGRESSIVE))) { in huffman_decode()
H A Doptions_table.h142 {"aggressive", "consider things that a sane encoder should not do as an error", 0, AV_OPT_TYPE_CONST, {.i64 = AV_EF_AGGRESSIVE | AV_EF_COMPLIANT | AV_EF_CAREFUL}, INT_MIN, INT_MAX, A|V|S|D|E, "err_detect"},
H A Dmpeg4videodec.c1308 if (s->avctx->err_recognition & (AV_EF_BITSTREAM|AV_EF_AGGRESSIVE)) { in mpeg4_decode_block()
1832 if (s->mb_x + s->mb_y*s->mb_width + 1 > next && (s->avctx->err_recognition & AV_EF_AGGRESSIVE)) { in mpeg4_decode_mb()
H A Dmpeg12dec.c1865 ((avctx->err_recognition & (AV_EF_BITSTREAM | AV_EF_AGGRESSIVE)) && left > 8)) { in mpeg_decode_slice()
H A Dh264_slice.c2849 || get_bits_left(&sl->gb) > 0 && !(h->avctx->err_recognition & AV_EF_AGGRESSIVE)) { in decode_slice()
/third_party/ffmpeg/libavformat/
H A Doptions_table.h80 {"aggressive", "consider things that a sane encoder shouldn't do as an error", 0, AV_OPT_TYPE_CONST, {.i64 = AV_EF_AGGRESSIVE | AV_EF_COMPLIANT | AV_EF_CAREFUL}, INT_MIN, INT_MAX, D, "err_detect"},
/third_party/ffmpeg/tools/
H A Dtarget_dec_fuzzer.c337 ctx->err_recognition = AV_EF_AGGRESSIVE | AV_EF_COMPLIANT | AV_EF_CAREFUL; in LLVMFuzzerTestOneInput()

Completed in 26 milliseconds