gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecs
Daniel Almeida 9a364464f0 av1decoder: Sync duplicate_picture with VP9 one
Pass the current frame to the duplicate_picture callback. This makes it easier
to set the frame's output_buffer if we already have one available. Also
documented that unlike VP9, it is not optional to implement this as the
picture will populate the DPB if it is a key-frame. To ensure this, remove the
default implementation.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1992>
2022-03-21 15:10:01 +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 av1decoder: Sync duplicate_picture with VP9 one 2022-03-21 15:10:01 +00:00
gstav1decoder.h av1decoder: Sync duplicate_picture with VP9 one 2022-03-21 15:10:01 +00:00
gstav1picture.c codecs: Rename picture clear functions 2022-03-11 20:20:17 +00:00
gstav1picture.h codecs: Rename picture clear functions 2022-03-11 20:20:17 +00:00
gsth264decoder.c codecs: Rename picture clear functions 2022-03-11 20:20:17 +00:00
gsth264decoder.h codecs: Stop claiming constness for refcounted object 2022-02-06 17:17:22 +00:00
gsth264picture.c codecs: Rename picture clear functions 2022-03-11 20:20:17 +00:00
gsth264picture.h codecs: Rename picture clear functions 2022-03-11 20:20:17 +00:00
gsth265decoder.c h265decoder: Add support for delayed output 2022-03-15 21:08:06 +00:00
gsth265decoder.h h265decoder: Add support for delayed output 2022-03-15 21:08:06 +00:00
gsth265picture.c h265decoder: Remove unused pts variable 2022-03-15 21:08:06 +00:00
gsth265picture.h h265decoder: Drain decoder on new_sequence() 2022-03-15 21:08:06 +00:00
gstmpeg2decoder.c codecs: Rename picture clear functions 2022-03-11 20:20:17 +00:00
gstmpeg2decoder.h codecs: Stop claiming constness for refcounted object 2022-02-06 17:17:22 +00:00
gstmpeg2picture.c codecs: Rename picture clear functions 2022-03-11 20:20:17 +00:00
gstmpeg2picture.h codecs: Rename picture clear functions 2022-03-11 20:20:17 +00:00
gstvp8decoder.c codecs: Rename picture clear functions 2022-03-11 20:20:17 +00:00
gstvp8decoder.h Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00
gstvp8picture.c Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00
gstvp8picture.h codecs: Rename picture clear functions 2022-03-11 20:20:17 +00:00
gstvp9decoder.c av1decoder: Sync duplicate_picture with VP9 one 2022-03-21 15:10:01 +00:00
gstvp9decoder.h codecs: vp9: Drop frames on non-keyframe format change 2021-12-02 19:19:59 +00:00
gstvp9picture.c codecs: Rename picture clear functions 2022-03-11 20:20:17 +00:00
gstvp9picture.h codecs: Rename picture clear functions 2022-03-11 20:20:17 +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 gst-plugins-bad: define G_LOG_DOMAIN for all libraries 2021-10-19 00:12:25 +00:00