Home
last modified time | relevance | path

Searched refs:AV_EF_COMPLIANT (Results 1 - 12 of 12) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Doptions_table.h79 {"compliant", "consider all spec non compliancies as errors", 0, AV_OPT_TYPE_CONST, {.i64 = AV_EF_COMPLIANT | AV_EF_CAREFUL }, INT_MIN, INT_MAX, D, "err_detect"},
80 {"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/libavcodec/
H A Davcodec.h1359 #define AV_EF_COMPLIANT (1<<17) ///< consider all spec non compliances as errors macro
H A Dtakdec.c694 if (avctx->err_recognition & (AV_EF_CRCCHECK|AV_EF_COMPLIANT)) { in tak_decode_frame()
880 if (avctx->err_recognition & (AV_EF_CRCCHECK | AV_EF_COMPLIANT)) { in tak_decode_frame()
H A Dflacdec.c608 if ((s->avctx->err_recognition & (AV_EF_CRCCHECK|AV_EF_COMPLIANT)) && in flac_decode_frame()
H A Dh261dec.c144 if (s->avctx->err_recognition & (AV_EF_BITSTREAM | AV_EF_COMPLIANT)) in h261_decode_gob_header()
H A Dmpeg12dec.c1340 if (f_code == 0 && (avctx->err_recognition & (AV_EF_BITSTREAM|AV_EF_COMPLIANT))) in mpeg1_decode_picture()
1349 if (f_code == 0 && (avctx->err_recognition & (AV_EF_BITSTREAM|AV_EF_COMPLIANT))) in mpeg1_decode_picture()
2076 if (avctx->err_recognition & (AV_EF_BITSTREAM | AV_EF_COMPLIANT)) in mpeg1_decode_sequence()
2082 if (avctx->err_recognition & (AV_EF_BITSTREAM | AV_EF_COMPLIANT)) in mpeg1_decode_sequence()
H A Dmpegaudiodec_template.c856 if(s->err_recognition & (AV_EF_BITSTREAM|AV_EF_COMPLIANT)) in huffman_decode()
883 if (bits_left < 0 && (s->err_recognition & (AV_EF_BUFFER|AV_EF_COMPLIANT))) { in huffman_decode()
H A Doptions_table.h141 {"compliant", "consider all spec non compliancies as errors", 0, AV_OPT_TYPE_CONST, {.i64 = AV_EF_COMPLIANT | AV_EF_CAREFUL }, INT_MIN, INT_MAX, A|V|S|D|E, "err_detect"},
142 {"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 Dmsmpeg4dec.c803 !(s->avctx->err_recognition & (AV_EF_BITSTREAM|AV_EF_COMPLIANT))) && in ff_msmpeg4_decode_block()
H A Dituh263dec.c576 if (s->avctx->err_recognition & (AV_EF_BITSTREAM|AV_EF_COMPLIANT)) in h263_decode_block()
H A Dmpeg4videodec.c744 if (s->avctx->err_recognition & (AV_EF_BITSTREAM|AV_EF_COMPLIANT)) { in mpeg4_decode_dc()
/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 29 milliseconds