gstreamer/gst-libs/gst/codecs
Seungha Yang a89b819191 codecs: Add new baseclass for VP8 decoder
This implemenation is similar to VP9 but much simpler than it.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1079>
2020-04-22 23:20:44 +00:00
..
codecs-prelude.h Move CODEC base classes into it's own library 2020-03-05 03:06:16 +00:00
gsth264decoder.c h264decoder: Don't handle gap frame num for the first picture 2020-04-20 13:55:49 +00:00
gsth264decoder.h codecs: Reorganize the order of vfunc 2020-04-22 23:20:44 +00:00
gsth264picture.c h264decoder: Add some debug messages 2020-04-20 13:55:49 +00:00
gsth264picture.h codecs: h264picture: typo in GstH264PictureField enum 2020-04-19 18:40:12 +02:00
gsth265decoder.c codecs: Add minimal state validation 2020-04-09 19:33:56 +00:00
gsth265decoder.h codecs: Reorganize the order of vfunc 2020-04-22 23:20:44 +00:00
gsth265picture.c Move CODEC base classes into it's own library 2020-03-05 03:06:16 +00:00
gsth265picture.h h264picture: Add system_frame_num 2020-03-05 03:06:16 +00:00
gstvp8decoder.c codecs: Add new baseclass for VP8 decoder 2020-04-22 23:20:44 +00:00
gstvp8decoder.h codecs: Add new baseclass for VP8 decoder 2020-04-22 23:20:44 +00: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: Add minimal state validation 2020-04-09 19:33:56 +00:00
gstvp9decoder.h vp9decoder: Fix small typo 2020-04-22 23:20:44 +00:00
gstvp9picture.c Move CODEC base classes into it's own library 2020-03-05 03:06:16 +00: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