avformat_open_input 105 doc/examples/avio_reading.c ret = avformat_open_input(&fmt_ctx, NULL, NULL, NULL); avformat_open_input 261 doc/examples/demuxing_decoding.c if (avformat_open_input(&fmt_ctx, src_filename, NULL, NULL) < 0) { avformat_open_input 123 doc/examples/extract_mvs.c if (avformat_open_input(&fmt_ctx, src_filename, NULL, NULL) < 0) { avformat_open_input 56 doc/examples/filtering_audio.c if ((ret = avformat_open_input(&fmt_ctx, filename, NULL, NULL)) < 0) { avformat_open_input 56 doc/examples/filtering_video.c if ((ret = avformat_open_input(&fmt_ctx, filename, NULL, NULL)) < 0) { avformat_open_input 48 doc/examples/metadata.c if ((ret = avformat_open_input(&fmt_ctx, argv[1], NULL, NULL))) avformat_open_input 344 doc/examples/qsvdec.c ret = avformat_open_input(&input_ctx, argv[1], NULL, NULL); avformat_open_input 67 doc/examples/remuxing.c if ((ret = avformat_open_input(&ifmt_ctx, in_filename, 0, 0)) < 0) { avformat_open_input 69 doc/examples/transcode_aac.c if ((error = avformat_open_input(input_format_context, filename, NULL, avformat_open_input 55 doc/examples/transcoding.c if ((ret = avformat_open_input(&ifmt_ctx, filename, NULL, NULL)) < 0) { avformat_open_input 890 ffmpeg_opt.c err = avformat_open_input(&ic, filename, file_iformat, &o->g->format_opts); avformat_open_input 1656 ffmpeg_opt.c err = avformat_open_input(&ic, filename, NULL, NULL); avformat_open_input 2901 ffplay.c err = avformat_open_input(&ic, is->filename, is->iformat, &format_opts); avformat_open_input 2396 ffprobe.c if ((err = avformat_open_input(&fmt_ctx, filename, avformat_open_input 2055 ffserver.c ret = avformat_open_input(&s, input_filename, c->stream->ifmt, avformat_open_input 2648 ffserver.c if (avformat_open_input(&s, c->stream->feed_filename, fmt_in, NULL) < 0) { avformat_open_input 3509 ffserver.c ret = avformat_open_input(&infile, stream->feed_filename, avformat_open_input 3567 ffserver.c if (avformat_open_input(&s, feed->feed_filename, NULL, NULL) >= 0) { avformat_open_input 41 libavfilter/lavfutils.c if ((ret = avformat_open_input(&format_ctx, filename, iformat, NULL)) < 0) { avformat_open_input 230 libavfilter/src_movie.c if ((ret = avformat_open_input(&movie->format_ctx, movie->file_name, iformat, NULL)) < 0) { avformat_open_input 317 libavfilter/vf_subtitles.c ret = avformat_open_input(&fmt, ass->filename, NULL, NULL); avformat_open_input 1996 libavformat/avformat.h int avformat_open_input(AVFormatContext **ps, const char *filename, AVInputFormat *fmt, AVDictionary **options); avformat_open_input 1060 libavformat/avidec.c if (!avformat_open_input(&ast->sub_ctx, "", sub_demuxer, NULL)) { avformat_open_input 296 libavformat/concatdec.c if ((ret = avformat_open_input(&cat->avf, file->url, NULL, NULL)) < 0 || avformat_open_input 1359 libavformat/hls.c ret = avformat_open_input(&pls->ctx, pls->segments[0]->url, in_fmt, NULL); avformat_open_input 82 libavformat/libquvi.c ret = avformat_open_input(&qc->fmtctx, media_url, NULL, NULL); avformat_open_input 718 libavformat/mpeg.c ret = avformat_open_input(&vobsub->sub_ctx, sub_name, iformat, NULL); avformat_open_input 537 libavformat/rdt.c return avformat_open_input(&rdt->rmctx, "", &ff_rdt_demuxer, NULL); avformat_open_input 129 libavformat/rtpdec_asf.c ret = avformat_open_input(&rt->asf_ctx, "", iformat, &opts); avformat_open_input 166 libavformat/sapdec.c ret = avformat_open_input(&sap->sdp_ctx, "temp.sdp", infmt, NULL); avformat_open_input 98 libavformat/seek-test.c ret = avformat_open_input(&ic, filename, NULL, &format_opts); avformat_open_input 501 tools/ismindex.c err = avformat_open_input(&ctx, file, NULL, NULL); avformat_open_input 95 tools/pktdumper.c err = avformat_open_input(&fctx, argv[1], NULL, NULL); avformat_open_input 69 tools/seek_print.c if ((ret = avformat_open_input(&avf, filename, NULL, NULL)) < 0) { avformat_open_input 123 tools/sidxindex.c err = avformat_open_input(&ctx, file, NULL, NULL);