gstreamer/gst-libs/gst/codecs
He Junyan 002cddf131 codecs: h265decoder: Fix picture leaks because of reference set.
The last frame's reference set has no one to cleanup. We need to
clean all pictures in the stop() func.
We also add a helper function to cleanup all the pictures in the
reference picture set.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1717>
2020-10-23 16:21:15 +00: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 codecs: h265decoder: Fix picture leaks because of reference set. 2020-10-23 16:21:15 +00:00
gsth265decoder.h h265decoder: Add support for l0/l1 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