avformat_alloc_output_context2 588 doc/examples/muxing.c avformat_alloc_output_context2(&oc, NULL, NULL, filename); avformat_alloc_output_context2 591 doc/examples/muxing.c avformat_alloc_output_context2(&oc, NULL, "mpeg", filename); avformat_alloc_output_context2 79 doc/examples/remuxing.c avformat_alloc_output_context2(&ofmt_ctx, NULL, NULL, out_filename); avformat_alloc_output_context2 97 doc/examples/transcoding.c avformat_alloc_output_context2(&ofmt_ctx, NULL, NULL, filename); avformat_alloc_output_context2 1804 ffmpeg_opt.c err = avformat_alloc_output_context2(&oc, NULL, o->format, filename); avformat_alloc_output_context2 245 libavdevice/avdevice.c if ((ret = avformat_alloc_output_context2(&s, device, device_name, NULL)) < 0) avformat_alloc_output_context2 1905 libavformat/avformat.h int avformat_alloc_output_context2(AVFormatContext **ctx, AVOutputFormat *oformat, avformat_alloc_output_context2 161 libavformat/hlsenc.c ret = avformat_alloc_output_context2(&hls->avf, hls->oformat, NULL, NULL); avformat_alloc_output_context2 140 libavformat/img2enc.c ret = avformat_alloc_output_context2(&fmt, NULL, img->muxer, s->filename); avformat_alloc_output_context2 142 libavformat/segment.c ret = avformat_alloc_output_context2(&seg->avf, seg->oformat, NULL, NULL); avformat_alloc_output_context2 160 libavformat/tee.c ret = avformat_alloc_output_context2(&avf2, NULL, format, filename); avformat_alloc_output_context2 139 tools/uncoded_frame.c ret = avformat_alloc_output_context2(&st->mux, NULL, fmt, dev);