libs: codecparsers: Implement the VVC(H266) parser part I

Implement all the VPS, SPS and APS parsing functions.

Co-authored-by: spartazhc <spartazhc@gmail.com>
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5003>
This commit is contained in:
He Junyan 2024-11-13 15:42:03 +08:00 committed by GStreamer Marge Bot
parent 1ec9f829d1
commit 5005d555a1
2 changed files with 2962 additions and 0 deletions

File diff suppressed because it is too large Load diff

View file

@ -16,6 +16,7 @@ codecparser_sources = files([
'vp8utils.c',
'gstmpegvideometa.c',
'gstav1parser.c',
'gsth266parser.c',
'gsth264bitwriter.c',
'gsth265bitwriter.c',
'gstav1bitwriter.c',