gstreamer/gst-libs/gst/codecs
Seungha Yang deaa29bd96 codecs: vp8decoder: Sync up with h264decoder implementation
Pass GstVideoCodecFrame with GstVp8Picture to new_picture() and
output_picture() methods for subclass to be able to reference
it directly.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1458>
2020-07-23 15:48:05 -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: h264decoder: Update document with Since marks 2020-07-21 18:30:07 +09:00
gsth264decoder.h codecs: h264decoder: Fix wrong annotations 2020-07-21 22:40:40 +09:00
gsth264picture.c codecs: h264decoder: Update document with Since marks 2020-07-21 18:30:07 +09:00
gsth264picture.h h264decoder: Add ability to lookup by system_frame_number 2020-07-21 17:18:42 +09:00
gsth265decoder.c codecs: set sys frame num before new_picture() 2020-04-23 19:54:17 +00:00
gsth265decoder.h codecs: Reorganize the order of vfunc 2020-04-22 23:20:44 +00:00
gsth265picture.c codecs: h265picture: Don't leak pic_list GArray 2020-06-11 23:42:47 +00:00
gsth265picture.h h264picture: Add system_frame_num 2020-03-05 03:06:16 +00:00
gstvp8decoder.c codecs: vp8decoder: Sync up with h264decoder implementation 2020-07-23 15:48:05 -04: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: Sync up with h264decoder implementation 2020-07-23 15:41:39 +00:00
gstvp9decoder.h codecs: vp9decoder: Sync up with h264decoder implementation 2020-07-23 15:41:39 +00:00
gstvp9picture.c codecs: fix gir generation 2020-04-26 19:26:32 +02:00
gstvp9picture.h h264picture: Add system_frame_num 2020-03-05 03:06:16 +00:00
meson.build codecs: Add new baseclass for VP8 decoder 2020-04-22 23:20:44 +00:00