Home
last modified time | relevance | path

Searched refs:avcodec_free_frame (Results 1 – 25 of 112) sorted by relevance

12345

/dports/multimedia/obs-studio/obs-studio-27.1.3/libobs/
H A Dobs-ffmpeg-compat.h16 #define avcodec_free_frame av_freep macro
22 #define av_frame_free avcodec_free_frame
/dports/multimedia/obs-studio/obs-studio-27.1.3/plugins/obs-ffmpeg/
H A Dobs-ffmpeg-compat.h16 #define avcodec_free_frame av_freep macro
22 #define av_frame_free avcodec_free_frame
/dports/net/guacamole-server/guacamole-server-1.3.0/src/guacenc/
H A Dffmpeg-compat.h37 #define av_frame_free avcodec_free_frame
42 #define avcodec_free_frame av_freep macro
/dports/audio/squeezelite/squeezelite-7b13fd9/scripts/
H A Dsqueezelite-ffmpeg-avcodeccontext.patch14 void (* avcodec_free_frame)(AVFrame **);
88 ff->avcodec_free_frame = dlsym(handle_codec, "avcodec_free_frame");
/dports/emulators/mgba/mgba-0.9.2/src/feature/ffmpeg/
H A Dffmpeg-decoder.c108 avcodec_free_frame(&decoder->audioFrame); in FFmpegDecoderClose()
130 avcodec_free_frame(&decoder->videoFrame); in FFmpegDecoderClose()
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX-IO/FFmpeg/
H A DFFmpegCompat.h129 avcodec_free_frame(AVFrame **frame) { av_freep(frame); } in avcodec_free_frame() function
141 # define av_frame_free avcodec_free_frame
/dports/net/mediastreamer/mediastreamer-2.16.1/src/utils/
H A Dffmpeg-priv.c76 avcodec_free_frame(frame); in av_frame_free()
H A Dffmpeg-priv.h133 #define av_frame_free avcodec_free_frame
/dports/audio/bliss/bliss-1.2.0-6-ga443635/include/
H A Dbliss.h17 #define av_frame_free avcodec_free_frame
/dports/lang/spidermonkey60/firefox-60.9.0/dom/media/platforms/ffmpeg/
H A DFFmpegLibWrapper.h80 void (*avcodec_free_frame)(AVFrame** frame); member
H A DFFmpegLibWrapper.cpp137 AV_FUNC(avcodec_free_frame, AV_FUNC_54) in Link()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/media/platforms/ffmpeg/
H A DFFmpegLibWrapper.h71 void (*avcodec_free_frame)(AVFrame** frame); member
H A DFFmpegLibWrapper.cpp146 AV_FUNC(avcodec_free_frame, AV_FUNC_54) in Link()
H A DFFmpegDataDecoder.cpp173 mLib->avcodec_free_frame(&mFrame); in ProcessShutdown()
/dports/multimedia/lives/lives-3.2.0/lives-plugins/plugins/decoders/
H A Dlibav_helper.h102 #define av_frame_unref(a) avcodec_free_frame(&a)
/dports/audio/moc/moc-2.5.2/decoder_plugins/ffmpeg/
H A Dffmpeg.m4137 AC_SEARCH_LIBS(avcodec_free_frame, avcodec,
139 [Define to 1 if you have the `avcodec_free_frame' function.])])
/dports/multimedia/simplescreenrecorder/ssr-0.4.3/src/AV/
H A DAVWrapper.cpp76 avcodec_free_frame(&m_frame); in ~AVFrameWrapper()
/dports/www/firefox-esr/firefox-91.8.0/dom/media/platforms/ffmpeg/
H A DFFmpegLibWrapper.h92 void (*avcodec_free_frame)(AVFrame** frame); member
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/platforms/ffmpeg/
H A DFFmpegLibWrapper.h92 void (*avcodec_free_frame)(AVFrame** frame); member
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/platforms/ffmpeg/
H A DFFmpegLibWrapper.h91 void (*avcodec_free_frame)(AVFrame** frame); member
/dports/www/firefox/firefox-99.0/dom/media/platforms/ffmpeg/
H A DFFmpegLibWrapper.h98 void (*avcodec_free_frame)(AVFrame** frame); member
/dports/graphics/electricsheep/electricsheep-37ba0fd692d6581f8fe009ed11c9650cd8174123/client_generic/ContentDecoder/
H A DFrame.h120 avcodec_free_frame( &m_pFrame ); in ~CVideoFrame()
H A DContentDecoder.h120 avcodec_free_frame( &m_pFrame ); in ~sOpenVideoInfo()
/dports/audio/cmus/cmus-2.9.1/ip/
H A Dffmpeg.c320 avcodec_free_frame(&frame); in ffmpeg_fill_buffer()
377 avcodec_free_frame(&frame); in ffmpeg_fill_buffer()
/dports/multimedia/libxine/xine-lib-1.2.11/src/combined/ffmpeg/
H A Dffmpeg_compat.h231 # define XFF_FREE_FRAME(pp) avcodec_free_frame(&(pp))

12345