Searched refs:avcodec_opts (Results 1 - 12 of 12) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/
H A Dcmdutils.h43 extern AVCodecContext *avcodec_opts[AVMEDIA_TYPE_NB];
H A Dcmdutils.c51 AVCodecContext *avcodec_opts[AVMEDIA_TYPE_NB]; variable
195 const AVOption *o2 = av_find_opt(avcodec_opts[0], opt, NULL, opt_types[type], opt_types[type]);
197 ret = av_set_string3(avcodec_opts[type], opt, arg, 1, &o);
205 ret = av_set_string3(avcodec_opts[AVMEDIA_TYPE_AUDIO], opt+1, arg, 1, &o);
207 ret = av_set_string3(avcodec_opts[AVMEDIA_TYPE_VIDEO], opt+1, arg, 1, &o);
209 ret = av_set_string3(avcodec_opts[AVMEDIA_TYPE_SUBTITLE], opt+1, arg, 1, &o);
220 // av_log(NULL, AV_LOG_ERROR, "%s:%s: %f 0x%0X\n", opt, arg, av_get_double(avcodec_opts, opt, NULL), (int)av_get_int(avcodec_opts, opt, NULL));
222 //FIXME we should always use avcodec_opts, ... for storing options so there will not be any need to keep track of what i set over this
226 if(avcodec_opts[
[all...]
H A Dffmpeg.c456 av_free(avcodec_opts[i]);
1120 if(avcodec_opts[AVMEDIA_TYPE_VIDEO]->flags & (CODEC_FLAG_INTERLACED_DCT|CODEC_FLAG_INTERLACED_ME)){
2547 if (av_get_int(avcodec_opts[codec_type], "b", NULL) < 1000)
2995 avcodec_opts[AVMEDIA_TYPE_VIDEO ]->strict_std_compliance);
2998 avcodec_opts[AVMEDIA_TYPE_AUDIO ]->strict_std_compliance);
3001 avcodec_opts[AVMEDIA_TYPE_SUBTITLE]->strict_std_compliance);
3070 set_context_opts(enc, avcodec_opts[AVMEDIA_TYPE_AUDIO], AV_OPT_FLAG_AUDIO_PARAM | AV_OPT_FLAG_DECODING_PARAM);
3081 set_context_opts(enc, avcodec_opts[AVMEDIA_TYPE_VIDEO], AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_DECODING_PARAM);
3211 avcodec_opts[AVMEDIA_TYPE_VIDEO]->flags|= CODEC_FLAG_GLOBAL_HEADER;
3215 avcodec_opts[AVMEDIA_TYPE_VIDE
[all...]
H A Dffplay.c2209 set_context_opts(avctx, avcodec_opts[avctx->codec_type], 0);
2762 av_free(avcodec_opts[i]);
3114 avcodec_opts[i]= avcodec_alloc_context2(i);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/
H A Dcmdutils.h43 extern AVCodecContext *avcodec_opts[AVMEDIA_TYPE_NB];
H A Dcmdutils.c51 AVCodecContext *avcodec_opts[AVMEDIA_TYPE_NB]; variable
195 const AVOption *o2 = av_find_opt(avcodec_opts[0], opt, NULL, opt_types[type], opt_types[type]);
197 ret = av_set_string3(avcodec_opts[type], opt, arg, 1, &o);
205 ret = av_set_string3(avcodec_opts[AVMEDIA_TYPE_AUDIO], opt+1, arg, 1, &o);
207 ret = av_set_string3(avcodec_opts[AVMEDIA_TYPE_VIDEO], opt+1, arg, 1, &o);
209 ret = av_set_string3(avcodec_opts[AVMEDIA_TYPE_SUBTITLE], opt+1, arg, 1, &o);
220 // av_log(NULL, AV_LOG_ERROR, "%s:%s: %f 0x%0X\n", opt, arg, av_get_double(avcodec_opts, opt, NULL), (int)av_get_int(avcodec_opts, opt, NULL));
222 //FIXME we should always use avcodec_opts, ... for storing options so there will not be any need to keep track of what i set over this
226 if(avcodec_opts[
[all...]
H A Dffmpeg.c456 av_free(avcodec_opts[i]);
1120 if(avcodec_opts[AVMEDIA_TYPE_VIDEO]->flags & (CODEC_FLAG_INTERLACED_DCT|CODEC_FLAG_INTERLACED_ME)){
2547 if (av_get_int(avcodec_opts[codec_type], "b", NULL) < 1000)
2995 avcodec_opts[AVMEDIA_TYPE_VIDEO ]->strict_std_compliance);
2998 avcodec_opts[AVMEDIA_TYPE_AUDIO ]->strict_std_compliance);
3001 avcodec_opts[AVMEDIA_TYPE_SUBTITLE]->strict_std_compliance);
3070 set_context_opts(enc, avcodec_opts[AVMEDIA_TYPE_AUDIO], AV_OPT_FLAG_AUDIO_PARAM | AV_OPT_FLAG_DECODING_PARAM);
3081 set_context_opts(enc, avcodec_opts[AVMEDIA_TYPE_VIDEO], AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_DECODING_PARAM);
3211 avcodec_opts[AVMEDIA_TYPE_VIDEO]->flags|= CODEC_FLAG_GLOBAL_HEADER;
3215 avcodec_opts[AVMEDIA_TYPE_VIDE
[all...]
H A Dffplay.c2209 set_context_opts(avctx, avcodec_opts[avctx->codec_type], 0);
2762 av_free(avcodec_opts[i]);
3114 avcodec_opts[i]= avcodec_alloc_context2(i);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/
H A Dcmdutils.h43 extern AVCodecContext *avcodec_opts[AVMEDIA_TYPE_NB];
H A Dcmdutils.c51 AVCodecContext *avcodec_opts[AVMEDIA_TYPE_NB]; variable
195 const AVOption *o2 = av_find_opt(avcodec_opts[0], opt, NULL, opt_types[type], opt_types[type]);
197 ret = av_set_string3(avcodec_opts[type], opt, arg, 1, &o);
205 ret = av_set_string3(avcodec_opts[AVMEDIA_TYPE_AUDIO], opt+1, arg, 1, &o);
207 ret = av_set_string3(avcodec_opts[AVMEDIA_TYPE_VIDEO], opt+1, arg, 1, &o);
209 ret = av_set_string3(avcodec_opts[AVMEDIA_TYPE_SUBTITLE], opt+1, arg, 1, &o);
220 // av_log(NULL, AV_LOG_ERROR, "%s:%s: %f 0x%0X\n", opt, arg, av_get_double(avcodec_opts, opt, NULL), (int)av_get_int(avcodec_opts, opt, NULL));
222 //FIXME we should always use avcodec_opts, ... for storing options so there will not be any need to keep track of what i set over this
226 if(avcodec_opts[
[all...]
H A Dffmpeg.c456 av_free(avcodec_opts[i]);
1120 if(avcodec_opts[AVMEDIA_TYPE_VIDEO]->flags & (CODEC_FLAG_INTERLACED_DCT|CODEC_FLAG_INTERLACED_ME)){
2547 if (av_get_int(avcodec_opts[codec_type], "b", NULL) < 1000)
2995 avcodec_opts[AVMEDIA_TYPE_VIDEO ]->strict_std_compliance);
2998 avcodec_opts[AVMEDIA_TYPE_AUDIO ]->strict_std_compliance);
3001 avcodec_opts[AVMEDIA_TYPE_SUBTITLE]->strict_std_compliance);
3070 set_context_opts(enc, avcodec_opts[AVMEDIA_TYPE_AUDIO], AV_OPT_FLAG_AUDIO_PARAM | AV_OPT_FLAG_DECODING_PARAM);
3081 set_context_opts(enc, avcodec_opts[AVMEDIA_TYPE_VIDEO], AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_DECODING_PARAM);
3211 avcodec_opts[AVMEDIA_TYPE_VIDEO]->flags|= CODEC_FLAG_GLOBAL_HEADER;
3215 avcodec_opts[AVMEDIA_TYPE_VIDE
[all...]
H A Dffplay.c2209 set_context_opts(avctx, avcodec_opts[avctx->codec_type], 0);
2762 av_free(avcodec_opts[i]);
3114 avcodec_opts[i]= avcodec_alloc_context2(i);

Completed in 116 milliseconds