avformat_open_input 104 doc/examples/avio_reading.c ret = avformat_open_input(&fmt_ctx, NULL, NULL, NULL); avformat_open_input 246 doc/examples/demuxing_decoding.c if (avformat_open_input(&fmt_ctx, src_filename, NULL, NULL) < 0) { avformat_open_input 132 doc/examples/extract_mvs.c if (avformat_open_input(&fmt_ctx, src_filename, NULL, NULL) < 0) { avformat_open_input 54 doc/examples/filtering_audio.c if ((ret = avformat_open_input(&fmt_ctx, filename, NULL, NULL)) < 0) { avformat_open_input 59 doc/examples/filtering_video.c if ((ret = avformat_open_input(&fmt_ctx, filename, NULL, NULL)) < 0) { avformat_open_input 176 doc/examples/hw_decode.c if (avformat_open_input(&input_ctx, argv[2], NULL, NULL) != 0) { avformat_open_input 47 doc/examples/metadata.c if ((ret = avformat_open_input(&fmt_ctx, argv[1], NULL, NULL))) avformat_open_input 159 doc/examples/qsvdec.c ret = avformat_open_input(&input_ctx, argv[1], NULL, NULL); avformat_open_input 68 doc/examples/remuxing.c if ((ret = avformat_open_input(&ifmt_ctx, in_filename, 0, 0)) < 0) { avformat_open_input 67 doc/examples/transcode_aac.c if ((error = avformat_open_input(input_format_context, filename, NULL, avformat_open_input 59 doc/examples/transcoding.c if ((ret = avformat_open_input(&ifmt_ctx, filename, NULL, NULL)) < 0) { avformat_open_input 68 doc/examples/vaapi_transcode.c if ((ret = avformat_open_input(&ifmt_ctx, filename, NULL, NULL)) < 0) { avformat_open_input 1162 fftools/ffmpeg_opt.c err = avformat_open_input(&ic, filename, file_iformat, &o->g->format_opts); avformat_open_input 2792 fftools/ffplay.c err = avformat_open_input(&ic, is->filename, is->iformat, &format_opts); avformat_open_input 2870 fftools/ffprobe.c if ((err = avformat_open_input(&fmt_ctx, filename, avformat_open_input 41 libavfilter/lavfutils.c if ((ret = avformat_open_input(&format_ctx, filename, iformat, NULL)) < 0) { avformat_open_input 247 libavfilter/src_movie.c if ((ret = avformat_open_input(&movie->format_ctx, movie->file_name, iformat, NULL)) < 0) { avformat_open_input 322 libavfilter/vf_subtitles.c ret = avformat_open_input(&fmt, ass->filename, NULL, NULL); avformat_open_input 2312 libavformat/avformat.h int avformat_open_input(AVFormatContext **ps, const char *url, ff_const59 AVInputFormat *fmt, AVDictionary **options); avformat_open_input 1111 libavformat/avidec.c if (!avformat_open_input(&ast->sub_ctx, "", sub_demuxer, NULL)) { avformat_open_input 347 libavformat/concatdec.c if ((ret = avformat_open_input(&cat->avf, file->url, NULL, NULL)) < 0 || avformat_open_input 1958 libavformat/dashdec.c ret = avformat_open_input(&pls->ctx, "", in_fmt, &in_fmt_opts); //pls->init_section->url avformat_open_input 1993 libavformat/hls.c ret = avformat_open_input(&pls->ctx, pls->segments[0]->url, in_fmt, NULL); avformat_open_input 773 libavformat/mpeg.c ret = avformat_open_input(&vobsub->sub_ctx, vobsub->sub_name, iformat, NULL); avformat_open_input 537 libavformat/rdt.c return avformat_open_input(&rdt->rmctx, "", &ff_rdt_demuxer, NULL); avformat_open_input 139 libavformat/rtpdec_asf.c ret = avformat_open_input(&rt->asf_ctx, "", iformat, &opts); avformat_open_input 170 libavformat/sapdec.c ret = avformat_open_input(&sap->sdp_ctx, "temp.sdp", infmt, NULL); avformat_open_input 102 libavformat/tests/seek.c ret = avformat_open_input(&ic, filename, NULL, &format_opts); avformat_open_input 85 tests/api/api-band-test.c result = avformat_open_input(&fmt_ctx, input_filename, NULL, NULL); avformat_open_input 172 tests/api/api-codec-param-test.c ret = avformat_open_input(fmt_ctx, filename, NULL, NULL); avformat_open_input 50 tests/api/api-h264-test.c result = avformat_open_input(&fmt_ctx, input_filename, NULL, NULL); avformat_open_input 191 tests/api/api-seek-test.c result = avformat_open_input(&fmt_ctx, input_filename, NULL, NULL); avformat_open_input 505 tools/ismindex.c err = avformat_open_input(&ctx, file, NULL, NULL); avformat_open_input 92 tools/pktdumper.c err = avformat_open_input(&fctx, argv[1], NULL, NULL); avformat_open_input 68 tools/seek_print.c if ((ret = avformat_open_input(&avf, filename, NULL, NULL)) < 0) { avformat_open_input 124 tools/sidxindex.c err = avformat_open_input(&ctx, file, NULL, NULL); avformat_open_input 137 tools/target_dem_fuzzer.c ret = avformat_open_input(&avfmt, filename, NULL, NULL); avformat_open_input 133 tools/venc_data_dump.c ret = avformat_open_input(&demuxer, filename, NULL, NULL);