321ec73af7
MdeModulePkg BrotliLib: Fix the regression logic issue in loop
...
In V2, change logic to avoid use mtf[-1] style to get value.
Roll back to previous logic, and use point + offset to get byte value.
Cc: Bell Song <binx.song@intel.com >
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Liming Gao <liming.gao@intel.com >
Reviewed-by: Bell Song <binx.song@intel.com >
(cherry picked from commit 2c8d2545f5
)
2017-04-14 10:53:21 +08:00
7dbcca8820
MdeModulePkg: Fix BrotliCustomDecompressLib potential issue
...
- Fix BrotliCustomDecompressLib potential issue
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 >
(cherry picked from commit 36a0d5cab8
)
2017-04-13 13:25:43 +08:00
841b259062
MdeModulePkg: Add Brotli algorithm decompression library
...
- Add Brotli algorithm decompression library support
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 >
2017-03-29 12:14:41 +08:00
36ff6d8019
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 >
2017-03-29 12:14:40 +08:00