Searched refs:FF_COMPLIANCE_UNOFFICIAL (Results 1 - 15 of 15) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | libgsmenc.c | 56 if (avctx->strict_std_compliance > FF_COMPLIANCE_UNOFFICIAL) in libgsm_encode_init() 64 if (avctx->strict_std_compliance > FF_COMPLIANCE_UNOFFICIAL) in libgsm_encode_init()
|
H A D | libvo-amrwbenc.c | 86 if (avctx->sample_rate != 16000 && avctx->strict_std_compliance > FF_COMPLIANCE_UNOFFICIAL) { in amr_wb_encode_init()
|
H A D | cljrenc.c | 52 if (avctx->width%4 && avctx->strict_std_compliance > FF_COMPLIANCE_UNOFFICIAL) { in encode_frame()
|
H A D | libopencore-amr.c | 201 if (avctx->sample_rate != 8000 && avctx->strict_std_compliance > FF_COMPLIANCE_UNOFFICIAL) { in amr_nb_encode_init()
|
H A D | mpeg12enc.c | 134 if (s->avctx->strict_std_compliance > FF_COMPLIANCE_UNOFFICIAL && in find_frame_rate_index() 183 if (avctx->strict_std_compliance > FF_COMPLIANCE_UNOFFICIAL) { in encode_init() 186 "add '-strict %d' if you want to use them anyway.\n", FF_COMPLIANCE_UNOFFICIAL); in encode_init()
|
H A D | avcodec.h | 1304 #define FF_COMPLIANCE_UNOFFICIAL -1 ///< Allow unofficial extensions macro
|
H A D | g726.c | 318 if (avctx->strict_std_compliance > FF_COMPLIANCE_UNOFFICIAL && in g726_encode_init()
|
H A D | mjpegenc_common.c | 494 if (avctx->strict_std_compliance > FF_COMPLIANCE_UNOFFICIAL && in ff_mjpeg_encode_check_pix_fmt()
|
H A D | mjpegenc.c | 602 if ((avctx->height & 15) && avctx->strict_std_compliance > FF_COMPLIANCE_UNOFFICIAL) { in amv_encode_picture()
|
H A D | options_table.h | 131 {"unofficial", "allow unofficial extensions", 0, AV_OPT_TYPE_CONST, {.i64 = FF_COMPLIANCE_UNOFFICIAL }, INT_MIN, INT_MAX, A|V|D|E, "strict"},
|
/third_party/ffmpeg/libavformat/ |
H A D | options_table.h | 93 {"unofficial", "allow unofficial extensions", 0, AV_OPT_TYPE_CONST, {.i64 = FF_COMPLIANCE_UNOFFICIAL }, INT_MIN, INT_MAX, D|E, "strict"},
|
H A D | flvenc.c | 630 int error = s->strict_std_compliance > FF_COMPLIANCE_UNOFFICIAL; in flv_init()
|
H A D | mxfenc.c | 2481 if (s->strict_std_compliance > FF_COMPLIANCE_UNOFFICIAL) { in mxf_init_timecode()
|
H A D | movenc.c | 2489 if (track->mode == MODE_MP4 && mov->fc->strict_std_compliance <= FF_COMPLIANCE_UNOFFICIAL) { in mov_write_video_tag() 7723 s->strict_std_compliance > FF_COMPLIANCE_UNOFFICIAL) {
|
/third_party/ffmpeg/fftools/ |
H A D | ffmpeg_filter.c | 65 if (enc_ctx->strict_std_compliance > FF_COMPLIANCE_UNOFFICIAL) { in choose_pixel_fmt() 110 if (ost->enc_ctx->strict_std_compliance > FF_COMPLIANCE_UNOFFICIAL) { in choose_pix_fmts()
|
Completed in 46 milliseconds