gamut
gamut copied to clipboard
Video decoders
In case anyone does a video decoding library, there are quite liberally licenced codec out there now.
Decoders:
- VVC: https://github.com/ultravideo/uvg266/tree/master/src
- MPEG 1: https://github.com/phoboslab/pl_mpeg
- H.264: https://github.com/tvlabs/edge264
- HEVC: https://github.com/ultravideo/kvazaar
- Y4M: https://github.com/p0nce/y4m-d
- VP8: https://www.rfc-editor.org/rfc/rfc6386.html#page-133 (WebP)
Encoders:
- MPEG 1: https://blog.frost.kiwi/jo-mpeg-in-c/
Of course nothing to do with gamut, as it would need a demuxing architecture (and probably push parsers?)