gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecs
Benjamin Gaignard 88e0b6ba2d codecs: av1 decoder: Drain output buffers resolution change
We must drain the pending output picture so that subclass can renegotiate
the caps. Not doing so while still renegotiating would mean that the
subclass would have to do an allocation query before pushing the caps.
Pushing the caps now without this would also not work since these caps
won't match the pending buffers format.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8064>
2025-02-10 13:36:57 +00:00
..
codecs-prelude.h Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00
gstav1decoder.c codecs: av1 decoder: Drain output buffers resolution change 2025-02-10 13:36:57 +00:00
gstav1decoder.h av1decoder: Port to GstCodecPicture struct 2023-09-08 11:51:23 +00:00
gstav1picture.c av1decoder: Port to GstCodecPicture struct 2023-09-08 11:51:23 +00:00
gstav1picture.h av1decoder: Port to GstCodecPicture struct 2023-09-08 11:51:23 +00:00
gstcodecpicture-private.h codecs: Define common codec picture struct 2023-09-08 11:51:23 +00:00
gstcodecpicture.c codecs: Define common codec picture struct 2023-09-08 11:51:23 +00:00
gstcodecpicture.h codecs: Define common codec picture struct 2023-09-08 11:51:23 +00:00
gsth264decoder.c gst-plugins-bad: use g_sort_array() instead of deprecated g_qsort_with_data() 2024-09-02 22:31:34 +00:00
gsth264decoder.h h264decoder: Port to GstCodecPicture struct 2023-09-08 11:51:23 +00:00
gsth264picture-private.h gsth254picture: move internal API to private header 2023-03-30 11:40:33 +02:00
gsth264picture.c h264decoder: Port to GstCodecPicture struct 2023-09-08 11:51:23 +00:00
gsth264picture.h h264decoder: Update latency dynamically 2023-09-17 01:43:29 +09:00
gsth265decoder.c gst: Move GstQueueArray as GstVecDeque to core 2024-05-06 18:25:42 +00:00
gsth265decoder.h h265decoder: Port to GstCodecPicture struct 2023-09-08 11:51:23 +00:00
gsth265picture.c codecs: correct the print log for h265 picture getting by poc 2023-12-11 10:24:34 +00:00
gsth265picture.h h265decoder: Port to GstCodecPicture struct 2023-09-08 11:51:23 +00:00
gsth266decoder.c codecs: Add the H266/VVC decoder base class 2025-02-05 18:57:06 +08:00
gsth266decoder.h codecs: Add the H266/VVC decoder base class 2025-02-05 18:57:06 +08:00
gsth266picture.c codecs: Add the H266/VVC decoder base class 2025-02-05 18:57:06 +08:00
gsth266picture.h codecs: Add the H266/VVC decoder base class 2025-02-05 18:57:06 +08:00
gstmpeg2decoder.c mpeg2decoder: Remove useless check 2025-01-13 12:51:45 +00:00
gstmpeg2decoder.h mpeg2decoder: Port to GstCodecPicture struct 2023-09-08 11:51:23 +00:00
gstmpeg2picture.c mpeg2decoder: Port to GstCodecPicture struct 2023-09-08 11:51:23 +00:00
gstmpeg2picture.h mpeg2decoder: Port to GstCodecPicture struct 2023-09-08 11:51:23 +00:00
gstvp8decoder.c vp8decoder: Fix resolution change handling 2024-10-29 20:19:15 +00:00
gstvp8decoder.h vp8decoder: Port to GstCodecPicture struct 2023-09-08 11:51:23 +00:00
gstvp8picture.c vp8decoder: Port to GstCodecPicture struct 2023-09-08 11:51:23 +00:00
gstvp8picture.h vp8decoder: Port to GstCodecPicture struct 2023-09-08 11:51:23 +00:00
gstvp9decoder.c codecs: vp9 decoder: Drain output buffers before resolution change 2024-10-19 01:39:04 +00:00
gstvp9decoder.h vp9decoder: Port to GstCodecPicture struct 2023-09-08 11:51:23 +00:00
gstvp9picture.c vp9decoder: Port to GstCodecPicture struct 2023-09-08 11:51:23 +00:00
gstvp9picture.h vp9decoder: Port to GstCodecPicture struct 2023-09-08 11:51:23 +00:00
gstvp9statefulparser.c codecs: gstvp9{decoder|statefulparser}: optionally parse compressed headers 2021-11-29 17:41:19 +00:00
gstvp9statefulparser.h codecs: gstvp9{decoder|statefulparser}: optionally parse compressed headers 2021-11-29 17:41:19 +00:00
meson.build codecs: include gsth266decoder.h when building gir 2025-02-07 23:04:16 +00:00