mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
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:
parent
1ec9f829d1
commit
5005d555a1
2 changed files with 2962 additions and 0 deletions
File diff suppressed because it is too large
Load diff
|
@ -16,6 +16,7 @@ codecparser_sources = files([
|
|||
'vp8utils.c',
|
||||
'gstmpegvideometa.c',
|
||||
'gstav1parser.c',
|
||||
'gsth266parser.c',
|
||||
'gsth264bitwriter.c',
|
||||
'gsth265bitwriter.c',
|
||||
'gstav1bitwriter.c',
|
||||
|
|
Loading…
Reference in a new issue