gamut icon indicating copy to clipboard operation
gamut copied to clipboard

Video decoders

Open p0nce opened this issue 2 months ago • 0 comments

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?)

p0nce avatar Oct 10 '25 15:10 p0nce