/dports/games/kodi-addon-game.libretro.picodrive/game.libretro.picodrive-1.97.0.19-Matrix/depends/common/picodrive/platform/common/ |
H A D | mp3_libavcodec.c | 106 AVCodecContext *(*avcodec_alloc_context)(void); in mp3dec_start() local 109 AVCodecContext *(*avcodec_alloc_context)(AVCodec *); in mp3dec_start() local 137 avcodec_alloc_context = dlsym(libavcodec, "avcodec_alloc_context"); in mp3dec_start() 140 avcodec_alloc_context = dlsym(libavcodec, "avcodec_alloc_context3"); in mp3dec_start() 148 || avcodec_alloc_context == NULL || avcodec_open == NULL in mp3dec_start() 168 ctx = avcodec_alloc_context(); in mp3dec_start() 174 ctx = avcodec_alloc_context(codec); in mp3dec_start()
|
/dports/games/libretro-picodrive/picodrive-600894e/platform/common/ |
H A D | mp3_libavcodec.c | 103 AVCodecContext *(*avcodec_alloc_context)(void); in mp3dec_start() local 124 avcodec_alloc_context = dlsym(soh, "avcodec_alloc_context"); in mp3dec_start() 131 || avcodec_alloc_context == NULL || avcodec_open == NULL in mp3dec_start() 151 ctx = avcodec_alloc_context(); in mp3dec_start()
|
/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libavcodec/ |
H A D | apiexample.c | 67 c= avcodec_alloc_context(); in audio_encode_example() 134 c= avcodec_alloc_context(); in audio_decode_example() 208 c= avcodec_alloc_context(); in video_encode_example() 335 c= avcodec_alloc_context(); in video_decode_example()
|
H A D | motion-test.c | 144 ctx = avcodec_alloc_context(); in main()
|
/dports/net/mediastreamer/mediastreamer-2.16.1/src/utils/ |
H A D | ffmpeg-priv.c | 48 return avcodec_alloc_context(); in avcodec_alloc_context3()
|
/dports/audio/carla/Carla-2.4.1/source/modules/audio_decoder/ |
H A D | ffcompat.h | 55 return avcodec_alloc_context(); in avcodec_alloc_context3()
|
/dports/audio/libaudec/libaudec-0.3.4/inc/ |
H A D | ffcompat.h | 55 return avcodec_alloc_context(); in avcodec_alloc_context3()
|
/dports/multimedia/harvid/harvid-0.8.2/libharvid/ |
H A D | ffcompat.h | 72 return avcodec_alloc_context(); in avcodec_alloc_context3()
|
/dports/multimedia/lives/lives-3.2.0/lives-plugins/plugins/decoders/ |
H A D | libav_helper.h | 43 #define avcodec_alloc_context3(a) avcodec_alloc_context()
|
/dports/multimedia/libxine/xine-lib-1.2.11/src/combined/ffmpeg/ |
H A D | ffmpeg_compat.h | 209 # define XFF_ALLOC_CONTEXT() avcodec_alloc_context()
|
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX-IO/FFmpeg/ |
H A D | FFmpegCompat.h | 101 # define avcodec_alloc_context3(c) avcodec_alloc_context()
|
/dports/games/flightgear/flightgear-2020.3.11/3rdparty/iaxclient/lib/ |
H A D | codec_ffmpeg.c | 478 e->avctx = avcodec_alloc_context(); in codec_video_ffmpeg_new() 499 d->avctx = avcodec_alloc_context(); in codec_video_ffmpeg_new()
|
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/avidemux_plugins/ADM_videoFilters/McDeint/ |
H A D | ADM_vidMcDeint.cpp | 211 avctx_enc= priv.avctx_enc= avcodec_alloc_context(); in init() 403 vf->priv->avctx_enc= avcodec_alloc_context();
|
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/avidemux_plugins/ADM_videoFilters/McDeint/ |
H A D | ADM_vidMcDeint.cpp | 211 avctx_enc= priv.avctx_enc= avcodec_alloc_context(); in init() 403 vf->priv->avctx_enc= avcodec_alloc_context();
|
/dports/multimedia/avidemux-cli/avidemux_2.7.6/avidemux_plugins/ADM_videoFilters/McDeint/ |
H A D | ADM_vidMcDeint.cpp | 211 avctx_enc= priv.avctx_enc= avcodec_alloc_context(); in init() 403 vf->priv->avctx_enc= avcodec_alloc_context();
|
/dports/multimedia/avidemux/avidemux_2.7.6/avidemux_plugins/ADM_videoFilters/McDeint/ |
H A D | ADM_vidMcDeint.cpp | 211 avctx_enc= priv.avctx_enc= avcodec_alloc_context(); in init() 403 vf->priv->avctx_enc= avcodec_alloc_context();
|
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/addons/ffv1rec/ |
H A D | ffv1codec.c | 418 _context=avcodec_alloc_context(); in FFV1_Init()
|
/dports/multimedia/avidemux/avidemux_2.7.6/avidemux_plugins/ADM_videoFilters6/mcDeint/ |
H A D | ADM_vidMcDeint.cpp | 212 avctx_enc= priv.avctx_enc= avcodec_alloc_context(); in init()
|
/dports/multimedia/avidemux-cli/avidemux_2.7.6/avidemux_plugins/ADM_videoFilters6/mcDeint/ |
H A D | ADM_vidMcDeint.cpp | 212 avctx_enc= priv.avctx_enc= avcodec_alloc_context(); in init()
|
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/avidemux_plugins/ADM_videoFilters6/mcDeint/ |
H A D | ADM_vidMcDeint.cpp | 212 avctx_enc= priv.avctx_enc= avcodec_alloc_context(); in init()
|
/dports/science/elmerfem/elmerfem-release-9.0/post/src/plugins/ |
H A D | savempg.c | 344 context = avcodec_alloc_context(); in SaveMPG()
|
/dports/multimedia/avidemux/avidemux_2.7.6/addons/ffv1rec/ |
H A D | ffv1codec.c | 418 _context=avcodec_alloc_context(); in FFV1_Init()
|
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/avidemux_plugins/ADM_videoFilters6/mcDeint/ |
H A D | ADM_vidMcDeint.cpp | 212 avctx_enc= priv.avctx_enc= avcodec_alloc_context(); in init()
|
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/addons/ffv1rec/ |
H A D | ffv1codec.c | 418 _context=avcodec_alloc_context(); in FFV1_Init()
|
/dports/multimedia/avidemux-cli/avidemux_2.7.6/addons/ffv1rec/ |
H A D | ffv1codec.c | 418 _context=avcodec_alloc_context(); in FFV1_Init()
|