avcodec_open2 147 doc/examples/decoding_encoding.c if (avcodec_open2(c, codec, NULL) < 0) { avcodec_open2 270 doc/examples/decoding_encoding.c if (avcodec_open2(c, codec, NULL) < 0) { avcodec_open2 393 doc/examples/decoding_encoding.c if (avcodec_open2(c, codec, NULL) < 0) { avcodec_open2 572 doc/examples/decoding_encoding.c if (avcodec_open2(c, codec, NULL) < 0) { avcodec_open2 184 doc/examples/demuxing_decoding.c if ((ret = avcodec_open2(dec_ctx, dec, &opts)) < 0) { avcodec_open2 101 doc/examples/extract_mvs.c if ((ret = avcodec_open2(dec_ctx, dec, &opts)) < 0) { avcodec_open2 77 doc/examples/filtering_audio.c if ((ret = avcodec_open2(dec_ctx, dec, NULL)) < 0) { avcodec_open2 77 doc/examples/filtering_video.c if ((ret = avcodec_open2(dec_ctx, dec, NULL)) < 0) { avcodec_open2 220 doc/examples/muxing.c ret = avcodec_open2(c, codec, &opt); avcodec_open2 392 doc/examples/muxing.c ret = avcodec_open2(c, codec, &opt); avcodec_open2 423 doc/examples/qsvdec.c ret = avcodec_open2(decoder_ctx, NULL, NULL); avcodec_open2 101 doc/examples/transcode_aac.c if ((error = avcodec_open2((*input_format_context)->streams[0]->codec, avcodec_open2 198 doc/examples/transcode_aac.c if ((error = avcodec_open2(*output_codec_context, output_codec, NULL)) < 0) { avcodec_open2 74 doc/examples/transcoding.c ret = avcodec_open2(codec_ctx, avcodec_open2 145 doc/examples/transcoding.c ret = avcodec_open2(enc_ctx, encoder, NULL); avcodec_open2 2413 ffmpeg.c if ((ret = avcodec_open2(ist->dec_ctx, codec, &ist->decoder_opts)) < 0) { avcodec_open2 3033 ffmpeg.c if ((ret = avcodec_open2(ost->enc_ctx, codec, &ost->encoder_opts)) < 0) { avcodec_open2 2701 ffplay.c if ((ret = avcodec_open2(avctx, codec, &opts)) < 0) { avcodec_open2 2442 ffprobe.c if (avcodec_open2(stream->codec, codec, &opts) < 0) { avcodec_open2 25 libavcodec/aarch64/neontest.c wrap(avcodec_open2(AVCodecContext *avctx, avcodec_open2 29 libavcodec/aarch64/neontest.c testneonclobbers(avcodec_open2, avctx, codec, options); avcodec_open2 25 libavcodec/arm/neontest.c wrap(avcodec_open2(AVCodecContext *avctx, avcodec_open2 29 libavcodec/arm/neontest.c testneonclobbers(avcodec_open2, avctx, codec, options); avcodec_open2 3689 libavcodec/avcodec.h int avcodec_open2(AVCodecContext *avctx, const AVCodec *codec, AVDictionary **options); avcodec_open2 205 libavcodec/frame_thread_encoder.c if(avcodec_open2(thread_avctx, avctx->codec, &tmp) < 0) { avcodec_open2 1310 libavcodec/mpegvideo_enc.c if (avcodec_open2(c, codec, NULL) < 0) avcodec_open2 448 libavcodec/options.c avcodec_open2(ctx1, ctx1->codec, NULL); avcodec_open2 1319 libavcodec/utils.c ret = avcodec_open2(avctx, codec, options); avcodec_open2 25 libavcodec/x86/w64xmmtest.c wrap(avcodec_open2(AVCodecContext *avctx, avcodec_open2 29 libavcodec/x86/w64xmmtest.c testxmmclobbers(avcodec_open2, avctx, codec, options); avcodec_open2 60 libavfilter/lavfutils.c if ((ret = avcodec_open2(codec_ctx, codec, NULL)) < 0) { avcodec_open2 159 libavfilter/src_movie.c if ((ret = avcodec_open2(st->st->codec, codec, NULL)) < 0) { avcodec_open2 143 libavfilter/vf_mcdeint.c ret = avcodec_open2(enc_ctx, enc, &opts); avcodec_open2 393 libavfilter/vf_subtitles.c ret = avcodec_open2(dec_ctx, dec, &codec_opts); avcodec_open2 355 libavfilter/vf_uspp.c ret = avcodec_open2(avctx_enc, enc, &opts); avcodec_open2 2637 libavformat/utils.c ret = avcodec_open2(st->codec, codec, options ? options : &thread_opt); avcodec_open2 3085 libavformat/utils.c if (avcodec_open2(st->codec, codec, options ? &options[i] : &thread_opt) < 0) avcodec_open2 3093 libavformat/utils.c if (avcodec_open2(st->codec, codec, options ? &options[i] : &thread_opt) < 0)