]> git.proxmox.com Git - mirror_edk2.git/commit - MdeModulePkg/Library/BrotliCustomDecompressLib/dec/bit_reader.c
MdeModulePkg: Update Brotli DecompressLib to the latest v1.0.6
authorLiming Gao <liming.gao@intel.com>
Thu, 9 Aug 2018 07:51:58 +0000 (15:51 +0800)
committerLiming Gao <liming.gao@intel.com>
Tue, 9 Oct 2018 14:28:16 +0000 (22:28 +0800)
commit2730470f9d3bbaed51a04a11bfc1bf21670fa49e
tree5a49ac032fcf6a504d958484d6dce755613b19ad
parentdd4f667e70a3d0f8dcb09bc9ea3287187c8024f6
MdeModulePkg: Update Brotli DecompressLib to the latest v1.0.6

https://bugzilla.tianocore.org/show_bug.cgi?id=1201
Update Brotli to the latest version 1.0.6
https://github.com/google/brotli

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Liming Gao <liming.gao@intel.com>
Reviewed-by: Star Zeng <star.zeng@intel.com>
29 files changed:
MdeModulePkg/Library/BrotliCustomDecompressLib/BrotliCustomDecompressLib.inf
MdeModulePkg/Library/BrotliCustomDecompressLib/BrotliDecompress.c
MdeModulePkg/Library/BrotliCustomDecompressLib/BrotliDecompressLibInternal.h
MdeModulePkg/Library/BrotliCustomDecompressLib/ReadMe.txt
MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/decode.h [new file with mode: 0644]
MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/port.h [new file with mode: 0644]
MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/types.h [new file with mode: 0644]
MdeModulePkg/Library/BrotliCustomDecompressLib/common/constants.h
MdeModulePkg/Library/BrotliCustomDecompressLib/common/context.h [new file with mode: 0644]
MdeModulePkg/Library/BrotliCustomDecompressLib/common/dictionary.c
MdeModulePkg/Library/BrotliCustomDecompressLib/common/dictionary.h
MdeModulePkg/Library/BrotliCustomDecompressLib/common/platform.h [new file with mode: 0644]
MdeModulePkg/Library/BrotliCustomDecompressLib/common/port.h [deleted file]
MdeModulePkg/Library/BrotliCustomDecompressLib/common/transform.c [new file with mode: 0644]
MdeModulePkg/Library/BrotliCustomDecompressLib/common/transform.h [new file with mode: 0644]
MdeModulePkg/Library/BrotliCustomDecompressLib/common/types.h [deleted file]
MdeModulePkg/Library/BrotliCustomDecompressLib/common/version.h [new file with mode: 0644]
MdeModulePkg/Library/BrotliCustomDecompressLib/dec/bit_reader.c
MdeModulePkg/Library/BrotliCustomDecompressLib/dec/bit_reader.h
MdeModulePkg/Library/BrotliCustomDecompressLib/dec/context.h [deleted file]
MdeModulePkg/Library/BrotliCustomDecompressLib/dec/decode.c
MdeModulePkg/Library/BrotliCustomDecompressLib/dec/decode.h [deleted file]
MdeModulePkg/Library/BrotliCustomDecompressLib/dec/huffman.c
MdeModulePkg/Library/BrotliCustomDecompressLib/dec/huffman.h
MdeModulePkg/Library/BrotliCustomDecompressLib/dec/port.h [deleted file]
MdeModulePkg/Library/BrotliCustomDecompressLib/dec/prefix.h
MdeModulePkg/Library/BrotliCustomDecompressLib/dec/state.c
MdeModulePkg/Library/BrotliCustomDecompressLib/dec/state.h
MdeModulePkg/Library/BrotliCustomDecompressLib/dec/transform.h [deleted file]