Searched refs:avformat_alloc_output_context2 (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/doc/examples/
H A Dremuxing.c79 avformat_alloc_output_context2(&ofmt_ctx, NULL, NULL, out_filename);
H A Dmuxing.c559 avformat_alloc_output_context2(&oc, NULL, NULL, filename);
562 avformat_alloc_output_context2(&oc, NULL, "mpeg", filename);
H A Dtranscoding.c97 avformat_alloc_output_context2(&ofmt_ctx, NULL, NULL, filename);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dimg2enc.c139 ret = avformat_alloc_output_context2(&fmt, NULL, img->muxer, s->filename);
H A Davformat.h1826 * @deprecated deprecated in favor of avformat_alloc_output_context2()
1850 int avformat_alloc_output_context2(AVFormatContext **ctx, AVOutputFormat *oformat,
H A Dtee.c160 ret = avformat_alloc_output_context2(&avf2, NULL, format, filename);
H A Dmux.c121 int avformat_alloc_output_context2(AVFormatContext **avctx, AVOutputFormat *oformat, function
179 int ret = avformat_alloc_output_context2(&avctx, oformat, format, filename);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tools/
H A Duncoded_frame.c139 ret = avformat_alloc_output_context2(&st->mux, NULL, fmt, dev);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffmpeg_opt.c1755 err = avformat_alloc_output_context2(&oc, NULL, o->format, filename);

Completed in 58 milliseconds