Searched refs:oformat (Results 51 - 65 of 65) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dswfenc.c245 if (!strcmp("avm2", s->oformat->name))
H A Dmovenc.c3899 if (s->oformat != NULL) {
3900 if (!strcmp("3gp", s->oformat->name)) mov->mode = MODE_3GP;
3901 else if (!strcmp("3g2", s->oformat->name)) mov->mode = MODE_3GP|MODE_3G2;
3902 else if (!strcmp("mov", s->oformat->name)) mov->mode = MODE_MOV;
3903 else if (!strcmp("psp", s->oformat->name)) mov->mode = MODE_PSP;
3904 else if (!strcmp("ipod",s->oformat->name)) mov->mode = MODE_IPOD;
3905 else if (!strcmp("ismv",s->oformat->name)) mov->mode = MODE_ISM;
3906 else if (!strcmp("f4v", s->oformat->name)) mov->mode = MODE_F4V;
H A Dmpegtsenc.c665 ts_st->amux->oformat = av_guess_format((ts->flags & MPEGTS_FLAG_AAC_LATM) ? "latm" : "adts", NULL, NULL);
666 if (!ts_st->amux->oformat) {
H A Dmatroskaenc.c1215 if (!strcmp(s->oformat->name, "webm"))
1255 put_ebml_string (pb, EBML_ID_DOCTYPE , s->oformat->name);
H A Dutils.c3670 if (s->oformat && s->oformat->priv_class && s->priv_data)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A Dartwork.c199 dst_ctx->oformat = dst_fmt;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Davformat.h59 * @li the @ref AVFormatContext.iformat "input" or @ref AVFormatContext.oformat
869 * Can only be iformat or oformat, not both at the same time.
875 struct AVOutputFormat *oformat; member in struct:AVFormatContext
879 * if and only if iformat/oformat.priv_class is not NULL.
891 * iformat/oformat.flags. In such a case, the (de)muxer will handle
1652 * Its oformat field must be set to the desired output format;
H A Dsdp.c422 if (fmt && fmt->oformat->priv_class &&
H A Dswfenc.c234 if (!strcmp("avm2", s->oformat->name))
H A Dmovenc.c2192 if (s->oformat != NULL) {
2193 if (!strcmp("3gp", s->oformat->name)) mov->mode = MODE_3GP;
2194 else if (!strcmp("3g2", s->oformat->name)) mov->mode = MODE_3GP|MODE_3G2;
2195 else if (!strcmp("mov", s->oformat->name)) mov->mode = MODE_MOV;
2196 else if (!strcmp("psp", s->oformat->name)) mov->mode = MODE_PSP;
2197 else if (!strcmp("ipod",s->oformat->name)) mov->mode = MODE_IPOD;
H A Dmxfenc.c1379 if (s->oformat != &ff_mxf_d10_muxer)
1446 if (s->oformat == &ff_mxf_d10_muxer) {
1474 if (s->oformat == &ff_mxf_d10_muxer) {
1508 if (s->oformat == &ff_mxf_d10_muxer) {
1737 if (s->oformat == &ff_mxf_d10_muxer) {
H A Dmatroskaenc.c883 if (!strcmp(s->oformat->name, "webm")) mkv->mode = MODE_WEBM;
895 put_ebml_string (pb, EBML_ID_DOCTYPE , s->oformat->name);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffserver.c932 if (ctx->oformat) {
2318 c->fmt_ctx.oformat = c->stream->fmt;
2986 avc->oformat = rtp_format;
3424 ctx->oformat = av_guess_format("rtp", NULL, NULL);
3811 s->oformat = feed->fmt;
H A Dcmdutils.c1963 int flags = s->oformat ? AV_OPT_FLAG_ENCODING_PARAM
1969 codec = s->oformat ? avcodec_find_encoder(codec_id)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Davserver.c876 if (ctx->oformat) {
2234 c->fmt_ctx.oformat = c->stream->fmt;
3365 ctx->oformat = av_guess_format("rtp", NULL, NULL);
3738 s->oformat = feed->fmt;

Completed in 303 milliseconds

123