index
:
riscv-gnu-toolchain/qemu/roms/edk2/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli.git
custom-dictionary
master
recompression
test_774593500
test_792562401
v1.0
v1.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
c
/
enc
Age
Commit message (
Expand
)
Author
Files
Lines
2 days
more portable emergency exit
HEAD
master
Evgenii Kliuchnikov
2
-5
/
+21
3 days
use static init to reduce encoder library size
Evgenii Kliuchnikov
7
-5842
/
+6173
3 days
Introduce static init
Evgenii Kliuchnikov
3
-0
/
+122
4 days
fix some includes
Evgenii Kliuchnikov
49
-140
/
+39
4 days
Extract Hash14/15 to hash_base
Evgenii Kliuchnikov
6
-47
/
+50
2025-07-11
Roll back:
Evgenii Kliuchnikov
1
-10
/
+0
2025-07-09
Enable shared_dictionary for quality 3 and 4.
Brotli
1
-0
/
+10
2025-06-30
Fix compilation errors when `BROTLI_DEBUG` is defined.
Brotli
2
-3
/
+3
2025-05-27
Fix typos (#1242)
Andreas Deininger
4
-5
/
+5
2025-01-31
Another nullptr-arithmetics clamer
Evgenii Kliuchnikov
1
-5
/
+9
2024-11-19
Merge pull request #1204 from heshpdx:master
Copybara-Service
3
-5
/
+10
2024-11-19
Update c/enc/encode.c
Mahesh Madhav
1
-1
/
+1
2024-11-19
Apply suggestions from code review
Mahesh Madhav
2
-6
/
+8
2024-11-19
Add static variables as per code review comments.
Mahesh Madhav
2
-2
/
+4
2024-11-19
Update c/enc/block_splitter_inc.h
Mahesh Madhav
1
-1
/
+1
2024-11-19
Reduce fdiv's into fmul's
Mahesh Madhav
3
-4
/
+5
2024-11-12
Fix C4224 warnings when building with MSVC
Jeremy Koritzinsky
3
-8
/
+8
2024-07-15
Fix hasher resolution for long windows.
Brotli
1
-2
/
+2
2024-05-31
Hoist the static bounds check out of the combined if check.
Brotli
4
-16
/
+32
2024-05-30
Use a hash table header and SIMD to speed up hash table operations (similar t...
Brotli
6
-7
/
+700
2024-05-09
Use a hash table header and SIMD to speed up hash table operations (similar t...
Brotli
6
-700
/
+7
2024-05-08
Use a hash table header and SIMD to speed up hash table operations (similar t...
Brotli
6
-7
/
+700
2024-04-22
Internal change
Brotli
1
-10
/
+16
2024-04-18
Prefetch the backreference hashtable bucket.
Brotli
2
-7
/
+13
2024-04-17
add (assumption) check
Evgenii Kliuchnikov
6
-0
/
+18
2024-04-14
Don't check `cur_ix_masked` against `ring_buffer_mask`.
Evgenii Kliuchnikov
4
-11
/
+13
2024-04-12
Fix minor syntax issues.
Brotli
4
-4
/
+4
2024-04-12
Don't check `cur_ix_masked` against `ring_buffer_mask`.
Brotli
4
-13
/
+11
2024-04-11
Update the `H5` hasher to use the `H6`'s `FN(STORE)`.
Brotli
1
-3
/
+5
2024-04-09
Internal change
Brotli
1
-16
/
+10
2024-04-08
Internal change
Brotli
1
-10
/
+16
2024-03-20
Compare 4 bytes when checking if a longer match is possible.
Brotli
5
-6
/
+34
2024-03-13
Use BROTLI_MAX_STATIC_CONTEXTS instead of magic constants in encode.c
Brotli
3
-6
/
+7
2023-10-26
fix wording
Evgenii Kliuchnikov
2
-11
/
+11
2023-08-28
tune memory manager for BROTLI_EXPERIMENTAL
Evgenii Kliuchnikov
2
-10
/
+5
2023-08-21
more tuning for BROTLI_EXPERIMENTAL + clean-on-oom
v1.1.0rc
Evgenii Kliuchnikov
3
-7
/
+14
2023-08-18
Move serialized dictionary feature behind the flag.
Evgenii Kliuchnikov
6
-5
/
+38
2023-08-16
Update comment; fixes #1061
Evgenii Kliuchnikov
1
-2
/
+2
2023-08-03
speedup q5-9 on large files
Evgenii Kliuchnikov
1
-16
/
+17
2023-08-02
speedup encoder on q5-9 / 1MB+ files
Evgenii Kliuchnikov
4
-13
/
+51
2023-07-20
bake in runtime constant
Evgenii Kliuchnikov
3
-12
/
+4
2023-01-30
Fix emitting 1-byte long metadata block
Evgenii Kliuchnikov
1
-1
/
+1
2023-01-30
speed up encoding by ~5 %
Brotli
1
-21
/
+13
2023-01-07
Fix BrotliEncoderEstimatePeakMemoryUsage (#1002)
Aron Parker
1
-0
/
+1
2023-01-04
Fix MSVC warning (#998)
Eugene Kliuchnikov
1
-2
/
+2
2022-11-17
Update
Evgenii Kliuchnikov
41
-397
/
+312
2021-12-07
Merge pull request #929 from jbms/fix-vla-parameter
Jyrki Alakuijala
1
-2
/
+2
2021-11-10
Prepare for copybara (#939)
Eugene Kliuchnikov
18
-30
/
+244
2021-09-14
Fix -Werror=vla-parameter errors with GCC 11.2.0
Jeremy Maitin-Shepard
1
-2
/
+2
2021-09-08
Strip "./" in includes (#925)
Eugene Kliuchnikov
41
-207
/
+207
[next]