mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
00d04784d3
This introduce a library which contains a set of base classes which handles the parsing and the state tracking for the purpose of decoding different CODECs. Currently H264, H265 and VP9 are supported. These bases classes are used to decode with low level decoding API like DXVA, NVDEC, VDPAU, VAAPI and V4L2 State Less decoders. The new library is named gstreamer-codecs-1.0 / libgstcodecs. |
||
---|---|---|
.. | ||
codecs-prelude.h | ||
gsth264decoder.c | ||
gsth264decoder.h | ||
gsth264picture.c | ||
gsth264picture.h | ||
gsth265decoder.c | ||
gsth265decoder.h | ||
gsth265picture.c | ||
gsth265picture.h | ||
gstvp9decoder.c | ||
gstvp9decoder.h | ||
gstvp9picture.c | ||
gstvp9picture.h | ||
meson.build |