gstreamer/subprojects/gst-libav/ext/libav
Sebastian Dröge 90728a1166 avviddec: Unlock video decoder stream lock temporarily while finishing frames
Temporarily release the video decoder stream lock so that other
threads can continue decoding (e.g. call get_frame()) while data
is being pushed downstream.

At this point it is locked twice, we release one, and then the base class
releases the last one just before pushing the data.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7576>
2024-09-29 12:55:10 +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 ffmpeg: Don't register elements for which we have no caps 2024-07-25 12:14:50 +00:00
gstavauddec.h libav: Update AVCodecContext lifetime to work properly with ffmpeg 7 2024-07-08 14:31:39 +00:00
gstavaudenc.c ffmpeg: Don't register elements for which we have no caps 2024-07-25 12:14:50 +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 ffmpeg: Don't register elements for which we have no caps 2024-07-25 12:14:50 +00:00
gstavcodecmap.h ffmpeg: Don't register elements for which we have no caps 2024-07-25 12:14:50 +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: Fix deadlock when serialized events are received from upstream while opening 2024-08-16 09:55:11 +00:00
gstavmux.c avmux: Fix crash when muxer doesn't get codecid 2024-07-23 18:42:22 +00:00
gstavprotocol.c avdemux: Never return 0 from read function 2024-08-21 11:05:11 +03: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 avviddec: Unlock video decoder stream lock temporarily while finishing frames 2024-09-29 12:55:10 +00:00
gstavviddec.h libav: Update AVCodecContext lifetime to work properly with ffmpeg 7 2024-07-08 14:31:39 +00:00
gstavvidenc.c ffmpeg: Don't register elements for which we have no caps 2024-07-25 12:14:50 +00:00
gstavvidenc.h avvidenc: Make sure to pass always increasing PTS to the encoder 2024-07-08 14:31:39 +00:00
meson.build gst-libav: add avvideocompare element 2023-05-04 19:34:06 +00:00