gstreamer/gst-libs/gst/codecs
Nicolas Dufresne f330b5ae62 h265decoder: Sync with the H264 implementation
This ensures that we get the last reference to picture being outputed,
avoiding GstBuffer structure copies and simplifying the buffer management.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1713>
2020-10-21 09:05:57 -04:00
..
codecs-prelude.h Move CODEC base classes into it's own library 2020-03-05 03:06:16 +00:00
gsth264decoder.c codecs: h264: unref leaked caps 2020-09-23 11:52:47 +02:00
gsth264decoder.h h264decoder: Fix various typos 2020-09-10 15:21:57 +00:00
gsth264picture.c h264decoder: Fix various typos 2020-09-10 15:21:57 +00:00
gsth264picture.h h264decoder: Fix various typos 2020-09-10 15:21:57 +00:00
gsth265decoder.c h265decoder: Sync with the H264 implementation 2020-10-21 09:05:57 -04:00
gsth265decoder.h h265decoder: Sync with the H264 implementation 2020-10-21 09:05:57 -04:00
gsth265picture.c h265decoder: Sync with the H264 implementation 2020-10-21 09:05:57 -04:00
gsth265picture.h h265decoder: Sync with the H264 implementation 2020-10-21 09:05:57 -04:00
gstvp8decoder.c codecs: vp8decoder: handle the show_frame check in base class. 2020-10-15 19:01:54 +00:00
gstvp8decoder.h codecs: vp8decoder: Sync up with h264decoder implementation 2020-07-23 15:48:05 -04:00
gstvp8picture.c codecs: Add new baseclass for VP8 decoder 2020-04-22 23:20:44 +00:00
gstvp8picture.h codecs: Add new baseclass for VP8 decoder 2020-04-22 23:20:44 +00:00
gstvp9decoder.c codecs: vp9decoder: Add segmentation to picture. 2020-10-16 17:50:42 +00:00
gstvp9decoder.h codecs: vp9decoder: Pass parser as new_sequence() parameter. 2020-10-16 17:50:42 +00:00
gstvp9picture.c codecs: vp9decoder: Remove unused pts variable 2020-09-15 15:54:53 +00:00
gstvp9picture.h codecs: vp9decoder: Add segmentation to picture. 2020-10-16 17:50:42 +00:00
meson.build codecs: Add new baseclass for VP8 decoder 2020-04-22 23:20:44 +00:00