Searched refs:strict_std_compliance (Results 1 - 25 of 55) sorted by relevance
123
/third_party/ffmpeg/libavformat/ |
H A D | rtpenc_chain.c | 62 rtpctx->strict_std_compliance = s->strict_std_compliance; in ff_rtp_chain_mux_open()
|
H A D | options_table.h | 88 {"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 D | webm_chunk.c | 86 oc->strict_std_compliance = s->strict_std_compliance; in webm_chunk_init()
|
H A D | rtpenc.c | 183 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 D | flac_picture.c | 134 s->strict_std_compliance <= FF_COMPLIANCE_NORMAL && in ff_flac_parse_picture()
|
H A D | yuv4mpegenc.c | 258 if (s->strict_std_compliance >= FF_COMPLIANCE_NORMAL) { in yuv4_init()
|
H A D | tee.c | 243 avf2->strict_std_compliance = avf->strict_std_compliance; in open_slave()
|
H A D | mmf.c | 88 s->strict_std_compliance > FF_COMPLIANCE_EXPERIMENTAL) { in mmf_write_header()
|
H A D | avformat.h | 1533 * @see AVCodecContext.strict_std_compliance 1535 int strict_std_compliance; member
|
H A D | scd.c | 156 if (s->strict_std_compliance > FF_COMPLIANCE_EXPERIMENTAL) { in scd_read_track()
|
H A D | riffenc.c | 182 (s->strict_std_compliance < FF_COMPLIANCE_NORMAL || in ff_put_wav_header()
|
/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 | libdav1d.c | 241 s.strict_std_compliance = c->strict_std_compliance > 0; in libdav1d_init()
|
H A D | psd.c | 101 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 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 | dnxhddata.c | 1143 if (avctx->strict_std_compliance > FF_COMPLIANCE_EXPERIMENTAL && in ff_dnxhd_find_cid()
|
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() 226 if (avctx->strict_std_compliance > FF_COMPLIANCE_EXPERIMENTAL) { in encode_init()
|
H A D | avcodec.h | 1300 int strict_std_compliance; member
|
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() 501 "Non full-range YUV is non-standard, set strict_std_compliance " in ff_mjpeg_encode_check_pix_fmt()
|
H A D | nellymoserenc.c | 177 avctx->strict_std_compliance >= FF_COMPLIANCE_NORMAL) { in encode_init()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_mcdeint.c | 130 enc_ctx->strict_std_compliance = FF_COMPLIANCE_EXPERIMENTAL; in config_props()
|
H A D | vf_uspp.c | 359 avctx_enc->strict_std_compliance = FF_COMPLIANCE_EXPERIMENTAL; in config_input()
|
Completed in 26 milliseconds
123