From: Jacob Lifshay Date: Wed, 21 Sep 2022 23:13:40 +0000 (-0700) Subject: add more compression formats that use prefix-codes X-Git-Tag: opf_rfc_ls005_v1~334 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3910944c97f29eae2e864025ec063ce10fb7a29c;p=libreriscv.git add more compression formats that use prefix-codes --- diff --git a/openpower/prefix_codes.mdwn b/openpower/prefix_codes.mdwn index 1a6ffb21d..8b07425c4 100644 --- a/openpower/prefix_codes.mdwn +++ b/openpower/prefix_codes.mdwn @@ -5,6 +5,9 @@ This is useful for Huffman codes, and other prefix-codes, which are used a lot i * DEFLATE (zip, png, gzip, etc.) * JPEG * MP3 +* MPEG-2/H.262 (DVD video) +* zstd +* Brotli * etc. # Prefix-code decode description