Home
last modified time | relevance | path

Searched refs:strict_std_compliance (Results 1 - 25 of 55) sorted by relevance

123

/third_party/ffmpeg/libavformat/
H A Drtpenc_chain.c62 rtpctx->strict_std_compliance = s->strict_std_compliance; in ff_rtp_chain_mux_open()
H A Doptions_table.h88 {"f_strict", "how strictly to follow the standards (deprecated; use strict, save via avconv)", OFFSET(strict_std_compliance), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX, D|E, "strict"},
89 {"strict", "how strictly to follow the standards", OFFSET(strict_std_compliance), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX, D|E, "strict"},
H A Dwebm_chunk.c86 oc->strict_std_compliance = s->strict_std_compliance; in webm_chunk_init()
H A Drtpenc.c183 if (s1->strict_std_compliance > FF_COMPLIANCE_EXPERIMENTAL) { in rtp_write_header()
194 if (s1->strict_std_compliance > FF_COMPLIANCE_EXPERIMENTAL) { in rtp_write_header()
220 if (s1->strict_std_compliance > FF_COMPLIANCE_EXPERIMENTAL) { in rtp_write_header()
H A Dflac_picture.c134 s->strict_std_compliance <= FF_COMPLIANCE_NORMAL && in ff_flac_parse_picture()
H A Dyuv4mpegenc.c258 if (s->strict_std_compliance >= FF_COMPLIANCE_NORMAL) { in yuv4_init()
H A Dtee.c243 avf2->strict_std_compliance = avf->strict_std_compliance; in open_slave()
H A Dmmf.c88 s->strict_std_compliance > FF_COMPLIANCE_EXPERIMENTAL) { in mmf_write_header()
H A Davformat.h1533 * @see AVCodecContext.strict_std_compliance
1535 int strict_std_compliance; member
H A Dscd.c156 if (s->strict_std_compliance > FF_COMPLIANCE_EXPERIMENTAL) { in scd_read_track()
H A Driffenc.c182 (s->strict_std_compliance < FF_COMPLIANCE_NORMAL || in ff_put_wav_header()
/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 Dlibdav1d.c241 s.strict_std_compliance = c->strict_std_compliance > 0; in libdav1d_init()
H A Dpsd.c101 if ((s->height > 30000) && (s->avctx->strict_std_compliance > FF_COMPLIANCE_EXPERIMENTAL)) { in decode_header()
110 if ((s->width > 30000) && (s->avctx->strict_std_compliance > FF_COMPLIANCE_EXPERIMENTAL)) { in decode_header()
H A Dlibopencore-amr.c201 if (avctx->sample_rate != 8000 && avctx->strict_std_compliance > FF_COMPLIANCE_UNOFFICIAL) { in amr_nb_encode_init()
H A Ddnxhddata.c1143 if (avctx->strict_std_compliance > FF_COMPLIANCE_EXPERIMENTAL && in ff_dnxhd_find_cid()
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()
226 if (avctx->strict_std_compliance > FF_COMPLIANCE_EXPERIMENTAL) { in encode_init()
H A Davcodec.h1300 int strict_std_compliance; member
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()
501 "Non full-range YUV is non-standard, set strict_std_compliance " in ff_mjpeg_encode_check_pix_fmt()
H A Dnellymoserenc.c177 avctx->strict_std_compliance >= FF_COMPLIANCE_NORMAL) { in encode_init()
/third_party/ffmpeg/libavfilter/
H A Dvf_mcdeint.c130 enc_ctx->strict_std_compliance = FF_COMPLIANCE_EXPERIMENTAL; in config_props()
H A Dvf_uspp.c359 avctx_enc->strict_std_compliance = FF_COMPLIANCE_EXPERIMENTAL; in config_input()

Completed in 26 milliseconds

123