gstreamer/subprojects/gst-plugins-base/gst-libs/gst/video
Piotr Brzeziński 724c443a65 videoencoder: Expose release_frame() and drop_frame() as public API
release_frame() can be useful for manually dropping frames without posting QoS messages like finish_frame() would.
Matches the same kind of API on the decoder side of things.

Modifies the behaviour of release_frame() to make sure events from released frames are stored as 'pending'
and pushed before the next non-dropped frame. This is needed because now release_frame() can be called outside of
finish_frame(), so we would potentially just lose events and bad things would happen.

drop_frame() was also added to match the decoder API. It functions almost identically to finish_frame() without a buffer
attached to the frame, except instead of immediately pushing the frame's events, it will store them as pending.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7190>
2024-08-06 09:31:58 +00:00
..
colorbalance.c Move files from gst-plugins-base into the "subprojects/gst-plugins-base/" subdir 2021-09-24 16:13:26 -03:00
colorbalance.h Move files from gst-plugins-base into the "subprojects/gst-plugins-base/" subdir 2021-09-24 16:13:26 -03:00
colorbalancechannel.c Move files from gst-plugins-base into the "subprojects/gst-plugins-base/" subdir 2021-09-24 16:13:26 -03:00
colorbalancechannel.h Move files from gst-plugins-base into the "subprojects/gst-plugins-base/" subdir 2021-09-24 16:13:26 -03:00
convertframe.c video: convertframe: Add support for d3d12 conversion 2024-06-26 17:56:41 +00:00
gstvideoaffinetransformationmeta.c Move files from gst-plugins-base into the "subprojects/gst-plugins-base/" subdir 2021-09-24 16:13:26 -03:00
gstvideoaffinetransformationmeta.h Move files from gst-plugins-base into the "subprojects/gst-plugins-base/" subdir 2021-09-24 16:13:26 -03:00
gstvideoaggregator.c gstvideoaggregator: preserve features in non-alpha caps 2024-07-18 14:17:45 +02:00
gstvideoaggregator.h gst-plugins-base: Fix several annotations 2022-03-16 10:37:44 +00:00
gstvideocodecalphameta.c Move files from gst-plugins-base into the "subprojects/gst-plugins-base/" subdir 2021-09-24 16:13:26 -03:00
gstvideocodecalphameta.h Move files from gst-plugins-base into the "subprojects/gst-plugins-base/" subdir 2021-09-24 16:13:26 -03:00
gstvideodecoder.c videodecoder: Use a frame duration for QoS 2024-04-24 09:19:22 +00:00
gstvideodecoder.h videodecoder: Make data processing errors non-fatal by default 2022-11-30 10:27:27 +00:00
gstvideoencoder.c videoencoder: Expose release_frame() and drop_frame() as public API 2024-08-06 09:31:58 +00:00
gstvideoencoder.h videoencoder: Expose release_frame() and drop_frame() as public API 2024-08-06 09:31:58 +00:00
gstvideofilter.c Move files from gst-plugins-base into the "subprojects/gst-plugins-base/" subdir 2021-09-24 16:13:26 -03:00
gstvideofilter.h Move files from gst-plugins-base into the "subprojects/gst-plugins-base/" subdir 2021-09-24 16:13:26 -03:00
gstvideometa.c meta: Add API to register metas in two steps 2023-12-19 22:41:31 +00:00
gstvideometa.h meta: Add serialize/deserialize API 2023-12-17 16:13:26 +00:00
gstvideopool.c Move files from gst-plugins-base into the "subprojects/gst-plugins-base/" subdir 2021-09-24 16:13:26 -03:00
gstvideopool.h Move files from gst-plugins-base into the "subprojects/gst-plugins-base/" subdir 2021-09-24 16:13:26 -03:00
gstvideosink.c Revert "base: videosink: Avoid positing message on the bus before being constructed" 2023-07-10 21:54:51 +00:00
gstvideosink.h Move files from gst-plugins-base into the "subprojects/gst-plugins-base/" subdir 2021-09-24 16:13:26 -03:00
gstvideotimecode.c video: accept timecode of 119.88 (120/1.001) FPS 2023-07-18 13:46:57 +00:00
gstvideotimecode.h Move files from gst-plugins-base into the "subprojects/gst-plugins-base/" subdir 2021-09-24 16:13:26 -03:00
gstvideoutils.c libs: video: drop use of GSlice 2023-01-24 15:25:06 +00:00
gstvideoutils.h Move files from gst-plugins-base into the "subprojects/gst-plugins-base/" subdir 2021-09-24 16:13:26 -03:00
gstvideoutilsprivate.c Move files from gst-plugins-base into the "subprojects/gst-plugins-base/" subdir 2021-09-24 16:13:26 -03:00
gstvideoutilsprivate.h Move files from gst-plugins-base into the "subprojects/gst-plugins-base/" subdir 2021-09-24 16:13:26 -03:00
meson.build gir: Checkout all .gir files and check that they are updated on the CI 2023-04-22 09:32:32 -04:00
navigation.c navigation: Define mouse double click event 2024-04-18 20:19:38 +00:00
navigation.h navigation: Define mouse double click event 2024-04-18 20:19:38 +00:00
TODO Move files from gst-plugins-base into the "subprojects/gst-plugins-base/" subdir 2021-09-24 16:13:26 -03:00
video-anc.c video-anc: New GstMeta for SMPTE ST-291M Ancillary Data 2024-02-08 15:28:39 +00:00
video-anc.h video-anc: New GstMeta for SMPTE ST-291M Ancillary Data 2024-02-08 15:28:39 +00:00
video-blend.c Move files from gst-plugins-base into the "subprojects/gst-plugins-base/" subdir 2021-09-24 16:13:26 -03:00
video-blend.h video-blend: Fix linking error with C++ 2023-05-29 16:32:50 +00:00
video-chroma.c libs: video: drop use of GSlice 2023-01-24 15:25:06 +00:00
video-chroma.h Move files from gst-plugins-base into the "subprojects/gst-plugins-base/" subdir 2021-09-24 16:13:26 -03:00
video-color.c video-color: Add primaries and colorimetry compare functions 2022-07-18 08:56:45 +00:00
video-color.h video-color: Add primaries and colorimetry compare functions 2022-07-18 08:56:45 +00:00
video-converter.c gst: Move GstQueueArray as GstVecDeque to core 2024-05-06 18:25:42 +00:00
video-converter.h base: video-converter: add accessors for input and output formats 2022-08-17 12:33:54 +00:00
video-dither.c libs: video: drop use of GSlice 2023-01-24 15:25:06 +00:00
video-dither.h Move files from gst-plugins-base into the "subprojects/gst-plugins-base/" subdir 2021-09-24 16:13:26 -03:00
video-event.c Move files from gst-plugins-base into the "subprojects/gst-plugins-base/" subdir 2021-09-24 16:13:26 -03:00
video-event.h Move files from gst-plugins-base into the "subprojects/gst-plugins-base/" subdir 2021-09-24 16:13:26 -03:00
video-format.c video: Add Y216 and Y416 formats 2024-05-03 17:02:34 +00:00
video-format.h video: Add Y216 and Y416 formats 2024-05-03 17:02:34 +00:00
video-frame.c build: appease clang warning 2023-04-24 12:37:07 +00:00
video-frame.h GstVideoFrame: Add g_auto() support 2022-06-20 16:17:50 +00:00
video-hdr.c Move files from gst-plugins-base into the "subprojects/gst-plugins-base/" subdir 2021-09-24 16:13:26 -03:00
video-hdr.h Move files from gst-plugins-base into the "subprojects/gst-plugins-base/" subdir 2021-09-24 16:13:26 -03:00
video-info-dma.c video: dma-drm: add color format mappping about RGB and BGR 2023-11-13 17:44:56 +00:00
video-info-dma.h video: add GST_VIDEO_DMA_DRM_CAPS_MAKE 2023-07-19 09:57:50 +00:00
video-info.c video-info: Don't crash in gst_video_info_is_equal() if one videoinfo is zero-initialized 2024-06-18 17:47:14 +00:00
video-info.h VideoInfo, AudioInfo: fix usage with python bindings 2022-01-27 08:36:46 +00:00
video-multiview.c gst-plugins-base: re-indent with GNU indent 2.2.12 2023-03-17 03:18:53 +00:00
video-multiview.h Move files from gst-plugins-base into the "subprojects/gst-plugins-base/" subdir 2021-09-24 16:13:26 -03:00
video-orc-dist.c video: Add RBGA format 2023-11-29 16:54:16 +00:00
video-orc-dist.h video: Add RBGA format 2023-11-29 16:54:16 +00:00
video-orc.orc video: Add RBGA format 2023-11-29 16:54:16 +00:00
video-overlay-composition.c gst-plugins-base: re-indent with GNU indent 2.2.12 2023-03-17 03:18:53 +00:00
video-overlay-composition.h Move files from gst-plugins-base into the "subprojects/gst-plugins-base/" subdir 2021-09-24 16:13:26 -03:00
video-prelude.h Move files from gst-plugins-base into the "subprojects/gst-plugins-base/" subdir 2021-09-24 16:13:26 -03:00
video-resampler.c Move files from gst-plugins-base into the "subprojects/gst-plugins-base/" subdir 2021-09-24 16:13:26 -03:00
video-resampler.h Move files from gst-plugins-base into the "subprojects/gst-plugins-base/" subdir 2021-09-24 16:13:26 -03:00
video-scaler.c video-scaler, audio-resampler: downgrade 'can't find exact taps' to debug 2023-09-20 16:31:47 +00:00
video-scaler.h Move files from gst-plugins-base into the "subprojects/gst-plugins-base/" subdir 2021-09-24 16:13:26 -03:00
video-sei.c Fix documentation 2022-06-03 08:29:05 +00:00
video-sei.h video: Add/fix various annotations 2022-10-18 08:56:58 +00:00
video-tile.c Move files from gst-plugins-base into the "subprojects/gst-plugins-base/" subdir 2021-09-24 16:13:26 -03:00
video-tile.h video: Add arbitrary tile dimensions support 2022-11-18 22:59:29 +00:00
video.c avviddec, video.c, h265parse: Workaround for broken field-based interlaced encoders 2022-06-16 10:03:02 +00:00
video.h video: Document UL_LR / UR_LL video orientation methods correctly 2024-06-05 11:37:13 +00:00
videodirection.c Move files from gst-plugins-base into the "subprojects/gst-plugins-base/" subdir 2021-09-24 16:13:26 -03:00
videodirection.h Move files from gst-plugins-base into the "subprojects/gst-plugins-base/" subdir 2021-09-24 16:13:26 -03:00
videoorientation.c gst-plugins-base: re-indent with GNU indent 2.2.12 2023-03-17 03:18:53 +00:00
videoorientation.h Move files from gst-plugins-base into the "subprojects/gst-plugins-base/" subdir 2021-09-24 16:13:26 -03:00
videooverlay.c docs: fix unnecessary ampersand, < and > escaping in code blocks 2021-11-12 11:39:19 +00:00
videooverlay.h Move files from gst-plugins-base into the "subprojects/gst-plugins-base/" subdir 2021-09-24 16:13:26 -03:00