Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
brotli
/
e9b278ac6e097beb763e8a46eeafcaa3f6f63f18
/
enc
/
hash.h
e9b278a
Update docs and add more java tests (#463)
by Eugene Kliuchnikov
· 8 years ago
69982c2
Build shared libraries by default
by Eugene Kliuchnikov
· 8 years ago
9521d96
Eliminate more magic constants.
by Eugene Kliuchnikov
· 8 years ago
0a63f99
Update encoder
by Eugene Kliuchnikov
· 8 years ago
8148001
Move "public" to "include/brotli"
by Eugene Kliuchnikov
· 8 years ago
801f5f3
* rename macros with preceding underscore
by Eugene Kliuchnikov
· 8 years ago
2048189
Update encoder:
by Eugene Kliuchnikov
· 8 years ago
b972c67
Convert encoder to plain C.
by Eugene Kliuchnikov
· 8 years ago
352b0b2
Transform most of C++ comments to C-style.
by Eugene Kliuchnikov
· 8 years ago
0282918
Extract common parts: constants, dictionary, etc.
by Eugene Kliuchnikov
· 8 years ago
b820c39
Reduce memory usage of brotli encoder at quality 10 and 11.
by Zoltan Szabadka
· 9 years ago
25e3796
Fix most of ()->(void) and some missing includes.
by Eugene Kliuchnikov
· 9 years ago
dbb53e6
Use a hash-to-binary-tree data structure for quality 11 as suggested by Issue #180.
by Zoltan Szabadka
· 9 years ago
417107b
Add two more fast modes to the brotli compressor.
by Zoltan Szabadka
· 9 years ago
4dd9114
Partial Hasher initialization for small input data.
by Zoltan Szabadka
· 9 years ago
8844b7f
Fix more conversion warnings.
by Zoltan Szabadka
· 9 years ago
24ffa78
Fix headers
by Eugene Klyuchnikov
· 9 years ago
771eb10
Update license statement in source files.
by Eugene Klyuchnikov
· 9 years ago
bb26d19
Fix sign-comparison warnings + add more debug runtime checks + minor cleanup
by Eugene Klyuchnikov
· 9 years ago
152e33c
Add more explicit type conversions. Remove dead code. Fix includes.
by Eugene Klyuchnikov
· 9 years ago
ea48ce5
Fix --Wconversion and --pedantic-erros for the encoder.
by Zoltan Szabadka
· 9 years ago
a89b57b
Use uint32_t positions in the hasher and compute distances modulo 2^32.
by Zoltan Szabadka
· 9 years ago
754deae
Reduce command buffer memory usage.
by Zoltan Szabadka
· 9 years ago
4a7024d
Make the brotli encoder C++98 compatible.
by Zoltan Szabadka
· 9 years ago
dfdf2dd
Encoder bug fixes.
by Zoltan Szabadka
· 9 years ago
6511d6b
update brotli encoder with latest improvements
by Lode Vandevenne
· 9 years ago
17ed258
msan bugfixes to the brotli encoder
by Lode Vandevenne
· 9 years ago
6609883
Use a static hash table to look up dictionary words and transforms.
by Zoltan Szabadka
· 9 years ago
b3d3723
Add "zopfli"-style backward reference search to brotli.
by Zoltan Szabadka
· 9 years ago
b43df8f
Brotli custom LZ77 dictionary support.
by Zoltan Szabadka
· 9 years ago
6622355
Use the same hasher for text and font mode.
by Zoltan Szabadka
· 10 years ago
7cde616
Faster encoding for low quality settings.
by Zoltan Szabadka
· 10 years ago
9853922
Remove quality parameter from bitstream writing functions.
by Zoltan Szabadka
· 10 years ago
fdfb198
Add a static hash table based dictionary lookup to fast brotli.
by Zoltan Szabadka
· 10 years ago
b4f39bf
New version of the backward reference search code.
by Zoltan Szabadka
· 10 years ago
03b2034
Minor tuning of encoder heuristics.
by Zoltan Szabadka
· 10 years ago
3477819
Update the dictionary and the transforms.
by Zoltan Szabadka
· 11 years ago
e765008
Updates to Brotli compression format, decoder and encoder
by Zoltan Szabadka
· 11 years ago
2f268ad
Add the initial version of the static dictionary and transforms to Brotli.
by Zoltan Szabadka
· 11 years ago
0454ab4
Updates to Brotli compression format, decoder and encoder
by Zoltan Szabadka
· 11 years ago
d762bc6
Bug fixes for the brotli encoder and decoder.
by Zoltan Szabadka
· 11 years ago
c23cb1e
Support for OSX build; tested using OSX 10.9/clang-500.2.79
by Roderick Sheeter
· 11 years ago
1cdcbd8
Added Brotli compress/decompress utilities and makefiles
by Roderick Sheeter
· 11 years ago
c6b9c7c
Updates to Brotli compression format, decoder and encoder
by Zoltan Szabadka
· 11 years ago
c66e4e3
Add brotli compressor
by Zoltan Szabadka
· 11 years ago