gstreamer/subprojects/gst-libav/ext/libav
Sebastian Dröge 73d0cac16c libav: Update AVCodecContext lifetime to work properly with ffmpeg 7
avcodec_close() is deprecated and it's not supported anymore to re-open
a codec, so we only ever allocate the codec in set_format() now and
always free it after usage.

As part of this, also fix various memory leaks in related code paths.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6505>
2024-07-08 14:31:39 +00:00
..
gstav.c libav: Update AVCodecContext lifetime to work properly with ffmpeg 7 2024-07-08 14:31:39 +00:00
gstav.h libav: Update AVCodecContext lifetime to work properly with ffmpeg 7 2024-07-08 14:31:39 +00:00
gstavauddec.c libav: Update AVCodecContext lifetime to work properly with ffmpeg 7 2024-07-08 14:31:39 +00:00
gstavauddec.h libav: Update AVCodecContext lifetime to work properly with ffmpeg 7 2024-07-08 14:31:39 +00:00
gstavaudenc.c libav: Update AVCodecContext lifetime to work properly with ffmpeg 7 2024-07-08 14:31:39 +00:00
gstavaudenc.h libav: Update AVCodecContext lifetime to work properly with ffmpeg 7 2024-07-08 14:31:39 +00:00
gstavcfg.c libav: Update AVCodecContext lifetime to work properly with ffmpeg 7 2024-07-08 14:31:39 +00:00
gstavcfg.h Move files from gst-libav into the "subprojects/gst-libav/" subdir 2021-09-24 16:15:08 -03:00
gstavcodecmap.c avcodecmap: Increase max AAC channels to 16 2024-03-14 16:35:21 +00:00
gstavcodecmap.h libav: Port channel layout and counting to AVChannelLayout 2024-01-17 08:39:13 +00:00
gstavdeinterlace.c libav: Update AVCodecContext lifetime to work properly with ffmpeg 7 2024-07-08 14:31:39 +00:00
gstavdemux.c avdemux: Remove typefinder implementation 2024-07-08 14:31:38 +00:00
gstavmux.c libav: set the frame rate values in ffmpeg stream context 2023-04-27 06:45:26 +00:00
gstavprotocol.c libav: Fix signature of avprotocol write function for ffmpeg 7 2024-07-08 14:31:38 +00:00
gstavprotocol.h Move files from gst-libav into the "subprojects/gst-libav/" subdir 2021-09-24 16:15:08 -03:00
gstavutils.c avutils: Add missing space in doc 2022-11-05 15:12:08 +00:00
gstavutils.h avviddec: Introduce a class for shared properties 2022-11-02 19:23:14 +00:00
gstavvidcmp.c gst-libav: add avvideocompare element 2023-05-04 19:34:06 +00:00
gstavviddec.c libav: Update AVCodecContext lifetime to work properly with ffmpeg 7 2024-07-08 14:31:39 +00:00
gstavviddec.h libav: Update AVCodecContext lifetime to work properly with ffmpeg 7 2024-07-08 14:31:39 +00:00
gstavvidenc.c libav: Update AVCodecContext lifetime to work properly with ffmpeg 7 2024-07-08 14:31:39 +00:00
gstavvidenc.h libav: Update AVCodecContext lifetime to work properly with ffmpeg 7 2024-07-08 14:31:39 +00:00
meson.build gst-libav: add avvideocompare element 2023-05-04 19:34:06 +00:00