/third_party/ffmpeg/libavformat/ |
H A D | flac_picture.c | 49 if (s->error_recognition & AV_EF_EXPLODE) in ff_flac_parse_picture() 60 if (s->error_recognition & AV_EF_EXPLODE) { in ff_flac_parse_picture() 71 if (s->error_recognition & AV_EF_EXPLODE) in ff_flac_parse_picture() 77 if (s->error_recognition & AV_EF_EXPLODE) in ff_flac_parse_picture() 94 if (s->error_recognition & AV_EF_EXPLODE) in ff_flac_parse_picture() 103 if (s->error_recognition & AV_EF_EXPLODE) in ff_flac_parse_picture() 125 if (s->error_recognition & AV_EF_EXPLODE) in ff_flac_parse_picture() 140 if (s->error_recognition & AV_EF_EXPLODE) in ff_flac_parse_picture()
|
H A D | takdec.c | 103 if (s->error_recognition & AV_EF_EXPLODE) { in tak_read_header() 120 if (s->error_recognition & AV_EF_EXPLODE) in tak_read_header()
|
H A D | jvdec.c | 137 if (s->error_recognition & AV_EF_EXPLODE) in read_header()
|
H A D | options_table.h | 76 {"explode", "abort decoding on minor error detection", 0, AV_OPT_TYPE_CONST, {.i64 = AV_EF_EXPLODE }, INT_MIN, INT_MAX, D, "err_detect"},
|
/third_party/ffmpeg/libavcodec/ |
H A D | pgssubdec.c | 204 if (avctx->err_recognition & AV_EF_EXPLODE) { in decode_rle() 439 if (avctx->err_recognition & AV_EF_EXPLODE) { in parse_presentation_segment() 478 if (avctx->err_recognition & AV_EF_EXPLODE) { in parse_presentation_segment() 546 if (avctx->err_recognition & AV_EF_EXPLODE) in display_end_segment() 566 if (avctx->err_recognition & AV_EF_EXPLODE) in display_end_segment() 571 if ((avctx->err_recognition & AV_EF_EXPLODE) || in display_end_segment() 670 avctx->err_recognition & AV_EF_EXPLODE)) in decode()
|
H A D | mjpegbdec.c | 92 if (ret < 0 && (avctx->err_recognition & AV_EF_EXPLODE)) in mjpegb_decode_frame() 126 if (ret < 0 && (avctx->err_recognition & AV_EF_EXPLODE)) in mjpegb_decode_frame()
|
H A D | dcadec.c | 208 if (avctx->err_recognition & AV_EF_EXPLODE) in dcadec_decode_frame() 224 else if (ret == AVERROR(ENOMEM) || (avctx->err_recognition & AV_EF_EXPLODE)) in dcadec_decode_frame() 234 if (ret == AVERROR(ENOMEM) || (avctx->err_recognition & AV_EF_EXPLODE)) in dcadec_decode_frame() 279 if (ret != AVERROR_INVALIDDATA || (avctx->err_recognition & AV_EF_EXPLODE)) in dcadec_decode_frame()
|
H A D | pcx.c | 177 ret = avctx->err_recognition & AV_EF_EXPLODE ? in pcx_decode_frame() 195 ret = avctx->err_recognition & AV_EF_EXPLODE ? in pcx_decode_frame()
|
H A D | libsvtav1.c | 258 int level = (avctx->err_recognition & AV_EF_EXPLODE) ? AV_LOG_ERROR : AV_LOG_WARNING; in config_enc_params() 260 if (avctx->err_recognition & AV_EF_EXPLODE) in config_enc_params() 266 int level = (avctx->err_recognition & AV_EF_EXPLODE) ? AV_LOG_ERROR : AV_LOG_WARNING; in config_enc_params() 269 if (avctx->err_recognition & AV_EF_EXPLODE) in config_enc_params()
|
H A D | mxpegdec.c | 308 if (ret < 0 && (avctx->err_recognition & AV_EF_EXPLODE)) in mxpeg_decode_frame() 312 if (ret < 0 && (avctx->err_recognition & AV_EF_EXPLODE)) in mxpeg_decode_frame()
|
H A D | h264dec.c | 399 int explode = avctx->err_recognition & AV_EF_EXPLODE; in h264_decode_init() 518 if (h->avctx->err_recognition & AV_EF_EXPLODE) in get_last_needed_nal() 665 if (ret < 0 && (h->avctx->err_recognition & AV_EF_EXPLODE)) in decode_nal_units() 683 if (ret < 0 && (h->avctx->err_recognition & AV_EF_EXPLODE)) in decode_nal_units() 717 if (ret < 0 && (h->avctx->err_recognition & AV_EF_EXPLODE)) in decode_nal_units() 738 if (ret < 0 && (h->avctx->err_recognition & AV_EF_EXPLODE)) in decode_nal_units()
|
H A D | hevc_parse.c | 74 if (err_recognition & AV_EF_EXPLODE) in hevc_decode_nal_units()
|
H A D | v410dec.c | 41 if (avctx->err_recognition & AV_EF_EXPLODE) { in v410_decode_init()
|
H A D | dca_core.c | 1698 && (s->avctx->err_recognition & AV_EF_EXPLODE)) in parse_optional_info() 1740 if (s->avctx->err_recognition & AV_EF_EXPLODE) in parse_optional_info() 1763 if (s->avctx->err_recognition & AV_EF_EXPLODE) in parse_optional_info() 1790 if (s->avctx->err_recognition & AV_EF_EXPLODE) in parse_optional_info() 1826 if (s->avctx->err_recognition & AV_EF_EXPLODE) in ff_dca_core_parse() 1861 if (avctx->err_recognition & AV_EF_EXPLODE) in ff_dca_core_parse_exss() 1877 if (avctx->err_recognition & AV_EF_EXPLODE) in ff_dca_core_parse_exss() 1890 if (ret == AVERROR(ENOMEM) || (avctx->err_recognition & AV_EF_EXPLODE)) in ff_dca_core_parse_exss() 1899 if (ret == AVERROR(ENOMEM) || (avctx->err_recognition & AV_EF_EXPLODE)) in ff_dca_core_parse_exss()
|
H A D | mpeg12dec.c | 1527 if (s->avctx->err_recognition & AV_EF_EXPLODE) in mpeg_decode_picture_coding_extension() 1979 if (c->err_recognition & AV_EF_EXPLODE) in slice_decode_thread() 2474 if (avctx->err_recognition & AV_EF_EXPLODE && s2->er.error_count) in decode_chunks() 2500 if (avctx->err_recognition & AV_EF_EXPLODE) in decode_chunks() 2551 if (avctx->err_recognition & AV_EF_EXPLODE) in decode_chunks() 2567 if (avctx->err_recognition & AV_EF_EXPLODE) in decode_chunks() 2588 if (avctx->err_recognition & AV_EF_EXPLODE) in decode_chunks() 2605 if (avctx->err_recognition & AV_EF_EXPLODE) in decode_chunks() 2705 if (avctx->err_recognition & AV_EF_EXPLODE) in decode_chunks() 2749 if (avctx->err_recognition & AV_EF_EXPLODE) in decode_chunks() [all...] |
H A D | tdsc.c | 368 if (avctx->err_recognition & AV_EF_EXPLODE) in tdsc_decode_jpeg_tile() 515 if (ret < 0 && (avctx->err_recognition & AV_EF_EXPLODE)) in tdsc_parse_dtsm()
|
H A D | vc1dec.c | 926 if (avctx->err_recognition & AV_EF_EXPLODE) in vc1_decode_frame() 973 if (avctx->err_recognition & AV_EF_EXPLODE) in vc1_decode_frame() 1010 if (avctx->err_recognition & AV_EF_EXPLODE) in vc1_decode_frame() 1063 if (avctx->err_recognition & AV_EF_EXPLODE) in vc1_decode_frame() 1072 if (avctx->err_recognition & AV_EF_EXPLODE) in vc1_decode_frame()
|
H A D | ttmlenc.c | 113 avctx->err_recognition & AV_EF_EXPLODE) ? in ttml_encode_frame()
|
H A D | opusdec.c | 264 if (s->avctx->err_recognition & AV_EF_EXPLODE) in opus_decode_frame() 394 if (s->avctx->err_recognition & AV_EF_EXPLODE) in opus_decode_subpacket()
|
H A D | mss12.c | 390 if (c->avctx->err_recognition & AV_EF_EXPLODE && in decode_region_masked() 516 if (c->avctx->err_recognition & AV_EF_EXPLODE && in decode_region_inter()
|
H A D | dca_lbr.c | 1209 if (s->avctx->err_recognition & AV_EF_EXPLODE) in ff_dca_lbr_parse() 1226 if (s->avctx->err_recognition & AV_EF_EXPLODE) in ff_dca_lbr_parse() 1282 if (s->avctx->err_recognition & AV_EF_EXPLODE) in ff_dca_lbr_parse() 1387 if (ret < 0 && (s->avctx->err_recognition & AV_EF_EXPLODE)) in ff_dca_lbr_parse()
|
H A D | cri.c | 376 if (avctx->err_recognition & AV_EF_EXPLODE) in cri_decode_frame()
|
H A D | h264_parse.c | 425 if (ret < 0 && !(err_recognition & AV_EF_EXPLODE)) { in decode_extradata_ps_mp4()
|
H A D | avcodec.h | 1349 * If AV_EF_EXPLODE is also set, a mismatching checksum will result in the 1355 #define AV_EF_EXPLODE (1<<3) ///< abort decoding on minor error detection macro
|
H A D | faxcompr.c | 442 if (avctx->err_recognition & AV_EF_EXPLODE && ret < 0) in ff_ccitt_unpack()
|