Home
last modified time | relevance | path

Searched refs:strict_std_compliance (Results 1 – 25 of 60) sorted by relevance

123

/third_party/ffmpeg/libavformat/
Drtpenc_chain.c62 rtpctx->strict_std_compliance = s->strict_std_compliance; in ff_rtp_chain_mux_open()
Doptions_table.h94 … the standards (deprecated; use strict, save via avconv)", OFFSET(strict_std_compliance), AV_OPT_T…
95 {"strict", "how strictly to follow the standards", OFFSET(strict_std_compliance), AV_OPT_TYPE_INT, …
Dwebm_chunk.c85 oc->strict_std_compliance = s->strict_std_compliance; in webm_chunk_init()
Drtpenc.c181 if (s1->strict_std_compliance > FF_COMPLIANCE_EXPERIMENTAL) { in rtp_write_header()
192 if (s1->strict_std_compliance > FF_COMPLIANCE_EXPERIMENTAL) { in rtp_write_header()
218 if (s1->strict_std_compliance > FF_COMPLIANCE_EXPERIMENTAL) { in rtp_write_header()
Dflac_picture.c134 s->strict_std_compliance <= FF_COMPLIANCE_NORMAL && in ff_flac_parse_picture()
Dtee.c244 avf2->strict_std_compliance = avf->strict_std_compliance; in open_slave()
Dyuv4mpegenc.c312 if (s->strict_std_compliance >= FF_COMPLIANCE_NORMAL) { in yuv4_init()
Dmmf.c85 s->strict_std_compliance > FF_COMPLIANCE_EXPERIMENTAL) { in mmf_write_header()
Driffenc.c181 (s->strict_std_compliance < FF_COMPLIANCE_NORMAL || in ff_put_wav_header()
Ddashenc.c1383 if (c->lhls && s->strict_std_compliance > FF_COMPLIANCE_EXPERIMENTAL) { in dash_init()
1487 int level = s->strict_std_compliance >= FF_COMPLIANCE_STRICT ? in dash_init()
1490 if (s->strict_std_compliance >= FF_COMPLIANCE_STRICT) in dash_init()
1541 ctx->strict_std_compliance = s->strict_std_compliance; in dash_init()
/third_party/ffmpeg/libavcodec/
Dlibgsmenc.c59 if (avctx->strict_std_compliance > FF_COMPLIANCE_UNOFFICIAL) in libgsm_encode_init()
67 if (avctx->strict_std_compliance > FF_COMPLIANCE_UNOFFICIAL) in libgsm_encode_init()
Dcljrenc.c52 if (avctx->width%4 && avctx->strict_std_compliance > FF_COMPLIANCE_UNOFFICIAL) { in encode_frame()
Dlibvo-amrwbenc.c85 if (avctx->sample_rate != 16000 && avctx->strict_std_compliance > FF_COMPLIANCE_UNOFFICIAL) { in amr_wb_encode_init()
Dpsd.c100 if ((s->height > 30000) && (s->avctx->strict_std_compliance > FF_COMPLIANCE_EXPERIMENTAL)) { in decode_header()
109 if ((s->width > 30000) && (s->avctx->strict_std_compliance > FF_COMPLIANCE_EXPERIMENTAL)) { in decode_header()
Ddnxhddata.c1149 if (avctx->strict_std_compliance > FF_COMPLIANCE_EXPERIMENTAL && in ff_dnxhd_find_cid()
Dlibopencore-amr.c198 if (avctx->sample_rate != 8000 && avctx->strict_std_compliance > FF_COMPLIANCE_UNOFFICIAL) { in amr_nb_encode_init()
Dmpeg12enc.c112 if (s->avctx->strict_std_compliance > FF_COMPLIANCE_UNOFFICIAL && in find_frame_rate_index()
152 if (s->strict_std_compliance > FF_COMPLIANCE_EXPERIMENTAL) { in encode_init()
198 if (s->strict_std_compliance > FF_COMPLIANCE_UNOFFICIAL) { in encode_init()
Dljpegenc.c298 avctx->strict_std_compliance > FF_COMPLIANCE_UNOFFICIAL) { in ljpeg_encode_init()
Dnellymoserenc.c181 avctx->strict_std_compliance >= FF_COMPLIANCE_NORMAL) { in encode_init()
Dg726.c313 if (avctx->strict_std_compliance > FF_COMPLIANCE_UNOFFICIAL && in g726_encode_init()
/third_party/ffmpeg/libavfilter/
Dvf_mcdeint.c130 enc_ctx->strict_std_compliance = FF_COMPLIANCE_EXPERIMENTAL; in config_props()
Dvf_uspp.c365 avctx_enc->strict_std_compliance = FF_COMPLIANCE_EXPERIMENTAL; in config_input()
/third_party/ffmpeg/tools/
Dtarget_dec_fuzzer.c233 ctx->strict_std_compliance = FF_COMPLIANCE_EXPERIMENTAL; in LLVMFuzzerTestOneInput()
/third_party/ffmpeg/doc/examples/
Dtranscode_aac.c209 avctx->strict_std_compliance = FF_COMPLIANCE_EXPERIMENTAL; in open_output_file()
/third_party/ffmpeg/fftools/
Dffmpeg_filter.c73 if (enc_ctx->strict_std_compliance <= FF_COMPLIANCE_UNOFFICIAL) { in choose_pixel_fmt()
121 if (ost->enc_ctx->strict_std_compliance <= FF_COMPLIANCE_UNOFFICIAL) { in choose_pix_fmts()

123