Home
last modified time | relevance | path

Searched refs:FF_COMPLIANCE_UNOFFICIAL (Results 1 - 15 of 15) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dlibgsmenc.c56 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 Dlibvo-amrwbenc.c86 if (avctx->sample_rate != 16000 && avctx->strict_std_compliance > FF_COMPLIANCE_UNOFFICIAL) { in amr_wb_encode_init()
H A Dcljrenc.c52 if (avctx->width%4 && avctx->strict_std_compliance > FF_COMPLIANCE_UNOFFICIAL) { in encode_frame()
H A Dlibopencore-amr.c201 if (avctx->sample_rate != 8000 && avctx->strict_std_compliance > FF_COMPLIANCE_UNOFFICIAL) { in amr_nb_encode_init()
H A Dmpeg12enc.c134 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 Davcodec.h1304 #define FF_COMPLIANCE_UNOFFICIAL -1 ///< Allow unofficial extensions macro
H A Dg726.c318 if (avctx->strict_std_compliance > FF_COMPLIANCE_UNOFFICIAL && in g726_encode_init()
H A Dmjpegenc_common.c494 if (avctx->strict_std_compliance > FF_COMPLIANCE_UNOFFICIAL && in ff_mjpeg_encode_check_pix_fmt()
H A Dmjpegenc.c602 if ((avctx->height & 15) && avctx->strict_std_compliance > FF_COMPLIANCE_UNOFFICIAL) { in amv_encode_picture()
H A Doptions_table.h131 {"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 Doptions_table.h93 {"unofficial", "allow unofficial extensions", 0, AV_OPT_TYPE_CONST, {.i64 = FF_COMPLIANCE_UNOFFICIAL }, INT_MIN, INT_MAX, D|E, "strict"},
H A Dflvenc.c630 int error = s->strict_std_compliance > FF_COMPLIANCE_UNOFFICIAL; in flv_init()
H A Dmxfenc.c2481 if (s->strict_std_compliance > FF_COMPLIANCE_UNOFFICIAL) { in mxf_init_timecode()
H A Dmovenc.c2489 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 Dffmpeg_filter.c65 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