Searched refs:av_guess_format (Results 1 - 21 of 21) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dformat.c120 AVOutputFormat *av_guess_format(const char *short_name, const char *filename, function
131 return av_guess_format("image2", NULL, NULL);
160 fmt = av_guess_format(NULL, filename, NULL);
H A Drtpenc_chain.c34 AVOutputFormat *rtp_format = av_guess_format("rtp", NULL, NULL);
H A Dhlsenc.c214 hls->oformat = av_guess_format("mpegts", NULL, NULL);
H A Davformat.h2333 AVOutputFormat *av_guess_format(const char *short_name,
H A Dmux.c133 oformat = av_guess_format(format, NULL, NULL);
140 oformat = av_guess_format(NULL, filename, NULL);
H A Dhdsenc.c341 oformat = av_guess_format("flv", NULL, NULL);
H A Dsegment.c615 seg->oformat = av_guess_format(seg->format, s->filename, NULL);
H A Dsmoothstreamingenc.c301 oformat = av_guess_format("ismv", NULL, NULL);
H A Dmpegtsenc.c665 ts_st->amux->oformat = av_guess_format((ts->flags & MPEGTS_FLAG_AAC_LATM) ? "latm" : "adts", NULL, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Drtpenc_chain.c33 AVOutputFormat *rtp_format = av_guess_format("rtp", NULL, NULL);
H A Doutput-example.c455 fmt = av_guess_format(NULL, filename, NULL);
458 fmt = av_guess_format("mpeg", NULL, NULL);
H A Dsegment.c133 oc->oformat = av_guess_format(seg->format, s->filename, NULL);
H A Davformat.h1760 AVOutputFormat *av_guess_format(const char *short_name,
H A Dutils.c202 AVOutputFormat *av_guess_format(const char *short_name, const char *filename, function
213 return av_guess_format("image2", NULL, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/doc/examples/
H A Dtranscode_aac.c150 if (!((*output_format_context)->oformat = av_guess_format(NULL, filename,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A Dartwork.c152 dst_fmt = av_guess_format("image2", NULL, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffserver.c2976 AVOutputFormat *rtp_format = av_guess_format("rtp", NULL, NULL);
3424 ctx->oformat = av_guess_format("rtp", NULL, NULL);
4010 AVOutputFormat *fmt = av_guess_format(short_name, filename, mime_type);
4017 stream_fmt = av_guess_format(stream_format_name, NULL, NULL);
4159 feed->fmt = av_guess_format("ffm", NULL, NULL);
H A Dcmdutils.c1729 const AVOutputFormat *fmt = av_guess_format(name, NULL, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Davserver.c3365 ctx->oformat = av_guess_format("rtp", NULL, NULL);
3969 AVOutputFormat *fmt = av_guess_format(short_name, filename, mime_type);
3976 stream_fmt = av_guess_format(stream_format_name, NULL, NULL);
4111 feed->fmt = av_guess_format("ffm", NULL, NULL);
H A Davconv.c3847 file_oformat = av_guess_format(o->format, NULL, NULL);
3853 file_oformat = av_guess_format(NULL, filename, NULL);
H A Dffmpeg.c3725 file_oformat = av_guess_format(last_asked_format, NULL, NULL);
3732 file_oformat = av_guess_format(NULL, filename, NULL);

Completed in 330 milliseconds