Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
brotli
/
d941130e59163c8a783cd74d3286e79cbb34e748
d941130
Merge pull request #75 from szabadka/master
by szabadka
· 10 years ago
5b80ef0
Change the specification to be less strict in some cases.
by Zoltan Szabadka
· 10 years ago
8fe88e4
Merge pull request #74 from szabadka/master
by szabadka
· 10 years ago
206d067
Use consistent sentence spacing in the specification.
by Zoltan Szabadka
· 10 years ago
0c1a222
Merge pull request #73 from szabadka/master
by szabadka
· 10 years ago
e9fd1a4
Add Mark Adler's edits to the specification.
by Zoltan Szabadka
· 10 years ago
7310f1b
Merge pull request #71 from anthrotype/pypy_unbuffered
by szabadka
· 10 years ago
b316cb7
[python] fix unbuffered binary mode for I/O streams in Windows pypy
by Cosimo Lupo
· 10 years ago
9e53d52
Merge pull request #69 from szabadka/master
by szabadka
· 10 years ago
f80ccec
Spec clarifications for Section 7.
by Zoltan Szabadka
· 10 years ago
653d9f9
Merge pull request #68 from szabadka/master
by szabadka
· 10 years ago
dcdc68e
Spec clarifications for Section 8.
by Zoltan Szabadka
· 10 years ago
8618383
Merge pull request #67 from szabadka/master
by szabadka
· 10 years ago
92b5517
Some wording changes to Section 2 of the spec.
by Zoltan Szabadka
· 10 years ago
f9bb85e
Merge pull request #66 from szabadka/master
by szabadka
· 10 years ago
707b78a
Add the current version of the brotli specification.
by Zoltan Szabadka
· 10 years ago
570c295
Merge pull request #64 from szabadka/master
by szabadka
· 10 years ago
e377e65
Limit the max input meta-block size to 16MB.
by Zoltan Szabadka
· 10 years ago
17025f2
Merge pull request #63 from szabadka/master
by szabadka
· 10 years ago
1428d54
Proof-of-concept encoder for parallel compression.
by Zoltan Szabadka
· 10 years ago
f25f65a
Merge pull request #62 from szabadka/master
by szabadka
· 10 years ago
817a3ed
Add an input block size parameter to brotli.
by Zoltan Szabadka
· 10 years ago
65ea6ef
Merge pull request #61 from szabadka/master
by szabadka
· 10 years ago
2a7bbfc
Update the previous two bytes when decoding an uncompressed metablock.
by Zoltan Szabadka
· 10 years ago
28dea6a
Merge pull request #60 from szabadka/master
by szabadka
· 10 years ago
fac8993
Add a missing state transition to CopyUncompressedBlockToOutput().
by Zoltan Szabadka
· 10 years ago
bdb4e33
Merge pull request #59 from szabadka/master
by szabadka
· 10 years ago
fe6e5d1
Faster decoder for data with trivial context maps.
by Zoltan Szabadka
· 10 years ago
872b058
Merge pull request #58 from szabadka/master
by szabadka
· 10 years ago
d6d69ec
Add quality and lgwin to the BrotliParams.
by Zoltan Szabadka
· 10 years ago
5e3e97e
Merge pull request #57 from anthrotype/sdist
by szabadka
· 10 years ago
77c2399
[python] moved setup.py to the root of repository
by Cosimo Lupo
· 10 years ago
d44a174
Merge pull request #56 from lvandeve/master
by lvandeve
· 10 years ago
f9e5a2d
bugfixes affecting streaming decoding
by Lode Vandevenne
· 10 years ago
ad354af
Merge pull request #54 from szabadka/master
by szabadka
· 10 years ago
ca3a7a9
Use FastLog2() instead of log() in BitsEntropy().
by Zoltan Szabadka
· 10 years ago
71d8786
Merge pull request #53 from szabadka/master
by szabadka
· 10 years ago
8f3092a
Add some missing state transitions to DecodeContextMap().
by Zoltan Szabadka
· 10 years ago
44ca0e2
Merge pull request #51 from anthrotype/py_test
by szabadka
· 10 years ago
4865fd1
[python] add test command to setup.py
by Cosimo Lupo
· 10 years ago
fea88b8
Merge pull request #49 from khaledhosny/fix-python-build
by szabadka
· 10 years ago
fa7dd52
Fixing building Python module after 534654d
by Khaled Hosny
· 10 years ago
8bda995
Merge pull request #48 from szabadka/master
by szabadka
· 10 years ago
534654d
Add a faster but less dense compression mode.
by Zoltan Szabadka
· 10 years ago
169c32d
Merge pull request #47 from szabadka/master
by szabadka
· 10 years ago
c5ccd0d
Change the return value of decoder functions from integer codes to an enum.
by Zoltan Szabadka
· 10 years ago
c9cc258
Merge pull request #45 from lvandeve/master
by lvandeve
· 10 years ago
85abce6
Propagate error condition from ReadHuffmanCodeLengths()
by Lode Vandevenne
· 10 years ago
12abfaf
Merge pull request #44 from szabadka/master
by szabadka
· 10 years ago
497814e
Remove the redundant EncodeMetaBlockHeader() function.
by Zoltan Szabadka
· 10 years ago
e0aa0cc
Merge pull request #43 from anthrotype/fix_py
by szabadka
· 10 years ago
1786680
[python] fix calling python script as subprocess on Windows
by Cosimo Lupo
· 10 years ago
65c6e67
Merge pull request #42 from anthrotype/fix_py
by szabadka
· 10 years ago
203fe32
[python] fix subprocess shell pipeline
by Cosimo Lupo
· 10 years ago
064d8e0
[python] add new state.c and state.h to Brotli extension's setup.py
by Cosimo Lupo
· 10 years ago
30dbb56
Merge pull request #41 from lvandeve/master
by lvandeve
· 10 years ago
b142207
a few more tweaks to the streaming support
by Lode Vandevenne
· 10 years ago
cb49d6a
Merge pull request #40 from lvandeve/master
by lvandeve
· 10 years ago
8270250
support for partial input (streaming)
by Lode Vandevenne
· 10 years ago
d5c4fb4
Merge pull request #39 from lvandeve/master
by lvandeve
· 10 years ago
81cb09f
separate the licenses from documentation
by Lode Vandevenne
· 10 years ago
4836e87
Merge pull request #38 from anthrotype/py_tests
by szabadka
· 10 years ago
e651c85
Merge pull request #37 from anthrotype/setup_py
by szabadka
· 10 years ago
b5ba646
Merge pull request #36 from khaledhosny/python-decompress
by szabadka
· 10 years ago
e0c5df8
[python] Use BrotliDecompress()
by Khaled Hosny
· 10 years ago
b33e10e
add Python port of bro utility and scripts to test Brotli extension
by Cosimo Lupo
· 10 years ago
3113fe7
[setup.py] enable C++ exception handling on MSVC compiler to fix warning C4530
by Cosimo Lupo
· 10 years ago
dec72c5
[setup.py] use "-std=c++0x" only with GCC compiler (usupported on MSVC)
by Cosimo Lupo
· 10 years ago
855efcf
[python/setup.py] use relative paths instead of symlinks (unsupported on Win)
by Cosimo Lupo
· 10 years ago
ca29aa2
Merge pull request #34 from szabadka/master
by szabadka
· 10 years ago
28135ea
Fix another use of log2() in literal_cost.cc
by Zoltan Szabadka
· 10 years ago
1fce8b8
Merge pull request #33 from szabadka/master
by szabadka
· 10 years ago
fab601e
Fix encoder compilation error on MSVS 2010.
by Zoltan Szabadka
· 10 years ago
e60b7b8
Merge pull request #30 from szabadka/master
by szabadka
· 10 years ago
f0b88cb
Fixes to the encoder to support visual studio.
by Zoltan Szabadka
· 10 years ago
6da0c5c
Implement a 32-bit bitstream decoder.
by Zoltan Szabadka
· 10 years ago
ff218b1
Merge pull request #29 from szabadka/master
by szabadka
· 10 years ago
5bc56a1
Fully qualify std::max_element, std::push_heap and std::pop_heap names.
by Zoltan Szabadka
· 10 years ago
c0d7498
Merge pull request #28 from szabadka/master
by szabadka
· 10 years ago
e643328
Speed up FindMatchLength for non-x86 64-bit targets.
by Zoltan Szabadka
· 10 years ago
c7b9821
Merge pull request #26 from szabadka/master
by szabadka
· 10 years ago
68d63f5
Fix a sign-conversion warning in the decoder.
by Zoltan Szabadka
· 10 years ago
35cd3db
Merge pull request #25 from irori/sign-compare
by szabadka
· 10 years ago
65d655d
Compile decoder with -Wall flag
by Kunihiko Sakamoto
· 10 years ago
cb0ca3a
Merge pull request #17 from khaledhosny/master
by szabadka
· 10 years ago
1130623
Add Python bindings
by Khaled Hosny
· 10 years ago
93049d9
Merge pull request #23 from szabadka/master
by szabadka
· 10 years ago
1d76397
Add more test cases.
by Zoltan Szabadka
· 10 years ago
7e350cd
Merge pull request #21 from szabadka/master
by szabadka
· 10 years ago
4278934
Fix undefined behavior in decoder.
by Zoltan Szabadka
· 10 years ago
50b4f4e
Merge pull request #20 from szabadka/master
by szabadka
· 10 years ago
66f6b66
Remove unneeded malloc.h header.
by Zoltan Szabadka
· 10 years ago
88c0735
Merge pull request #18 from khaledhosny/gitignore
by szabadka
· 10 years ago
9efdff7
Add .gitignore file
by Khaled Hosny
· 10 years ago
94000f6
Merge pull request #16 from szabadka/master
by szabadka
· 10 years ago
ac455c5
Improvements to the command-line tool.
by Zoltan Szabadka
· 10 years ago
e173982
Add command-line tool and tests.
by Zoltan Szabadka
· 10 years ago
6b9ce4d
Merge pull request #15 from szabadka/master
by szabadka
· 10 years ago
96d04e5
Disable transforms in the encoder by default.
by Zoltan Szabadka
· 10 years ago
6e9e963
Merge pull request #14 from szabadka/master
by szabadka
· 10 years ago
Next »