]> git.proxmox.com Git - mirror_edk2.git/commit - MdeModulePkg/Library/BrotliCustomDecompressLib/dec/huffman.c
MdeModulePkg: Copy Brotli algorithm 3rd party source code for library
authorSong, BinX <binx.song@intel.com>
Thu, 23 Mar 2017 02:15:58 +0000 (10:15 +0800)
committerLiming Gao <liming.gao@intel.com>
Wed, 29 Mar 2017 04:14:40 +0000 (12:14 +0800)
commit36ff6d80192515d7bac78706aa6ffa290f8643a8
treef07e695bd0b1706c63f9c3de06e59da99f083b33
parent15de94cf0514a62702b78030a803a0bb607138ff
MdeModulePkg: Copy Brotli algorithm 3rd party source code for library

- Copy Brotli algorithm 3rd party source code for library

Cc: Liming Gao <liming.gao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Bell Song <binx.song@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
20 files changed:
MdeModulePkg/Library/BrotliCustomDecompressLib/LICENSE [new file with mode: 0644]
MdeModulePkg/Library/BrotliCustomDecompressLib/README.md [new file with mode: 0644]
MdeModulePkg/Library/BrotliCustomDecompressLib/common/constants.h [new file with mode: 0644]
MdeModulePkg/Library/BrotliCustomDecompressLib/common/dictionary.c [new file with mode: 0644]
MdeModulePkg/Library/BrotliCustomDecompressLib/common/dictionary.h [new file with mode: 0644]
MdeModulePkg/Library/BrotliCustomDecompressLib/common/port.h [new file with mode: 0644]
MdeModulePkg/Library/BrotliCustomDecompressLib/common/types.h [new file with mode: 0644]
MdeModulePkg/Library/BrotliCustomDecompressLib/dec/bit_reader.c [new file with mode: 0644]
MdeModulePkg/Library/BrotliCustomDecompressLib/dec/bit_reader.h [new file with mode: 0644]
MdeModulePkg/Library/BrotliCustomDecompressLib/dec/context.h [new file with mode: 0644]
MdeModulePkg/Library/BrotliCustomDecompressLib/dec/decode.c [new file with mode: 0644]
MdeModulePkg/Library/BrotliCustomDecompressLib/dec/decode.h [new file with mode: 0644]
MdeModulePkg/Library/BrotliCustomDecompressLib/dec/huffman.c [new file with mode: 0644]
MdeModulePkg/Library/BrotliCustomDecompressLib/dec/huffman.h [new file with mode: 0644]
MdeModulePkg/Library/BrotliCustomDecompressLib/dec/port.h [new file with mode: 0644]
MdeModulePkg/Library/BrotliCustomDecompressLib/dec/prefix.h [new file with mode: 0644]
MdeModulePkg/Library/BrotliCustomDecompressLib/dec/state.c [new file with mode: 0644]
MdeModulePkg/Library/BrotliCustomDecompressLib/dec/state.h [new file with mode: 0644]
MdeModulePkg/Library/BrotliCustomDecompressLib/dec/transform.h [new file with mode: 0644]
MdeModulePkg/Library/BrotliCustomDecompressLib/docs/brotli-comparison-study-2015-09-22.pdf [new file with mode: 0644]