Eugene Kliuchnikov
3e58ea5f90
Update ( #617 )
...
* remove `const` on `BrotliDictionary` members
* extend `ZofliNode` distance range to 128MiB
* add missing `port.h` include to `quality.h`
* fix typo in encoder API-doc
* regenerate `decode.min.js`
2017-10-13 14:50:51 +02:00
Tomáš Popela
a0c7dafe28
Fix permissions of various files in project ( #613 )
...
Move from 755 to 644.
2017-10-10 11:24:13 +02:00
Eugene Kliuchnikov
37fb83ec0d
Update: ( #600 )
...
* encoder: relax backward references candidates asserts
* encoder: make RNG more platform-independent
* encoder: remove "unused" param (context mode)
* CLI: improve first-encounter experience
* Java: update SynthTest
* Java: refine proguard config
* Java/JNI: fix one-shot compression workflow
2017-09-19 15:57:15 +02:00
Eugene Kliuchnikov
d7bce1e092
Update ( #593 )
...
* Update:
* fix CLI error messages
* fix CLI console IO on Windows
2017-09-07 20:27:49 +02:00
Eugene Kliuchnikov
a629289e32
Update ( #590 )
...
* add transpiled JS decoder
* make PY wrapper accept memview
* fix dictionary generator
* speedup compression of RLEish data
2017-08-28 11:31:29 +02:00
Eugene Kliuchnikov
6535435413
Update ( #589 )
...
* cleanup
* fix `unbrotli` CLI
* Java retouch for faster JS decoder
2017-08-24 13:29:48 +02:00
Eugene Kliuchnikov
d63e8f75f5
Update API, and more ( #581 )
...
Update API, and more:
* remove "custom dictionary" support
* c/encoder: fix #580 : big-endian build
* Java: reduce jar size
* Java: speedup decoding
* Java: add 32-bit CPU support
* Java: make source code JS transpiler-ready
2017-08-04 10:02:56 +02:00
Eugene Kliuchnikov
52441069ef
Update ( #574 )
...
* Update
* decoder: better behavior after failure
* encoder: replace "len_x_code" with delta
* research: add experimental dictionary generator
* python: test combing
2017-07-21 10:07:24 +02:00
Elouan Martinet
00cacfdff6
Fix compilation issue with BROTLI_ALLOC macro using GCC 7 (-Wint-in-bool-context) ( #562 )
2017-06-17 15:22:07 +02:00
Eugene Kliuchnikov
05d5f3d77a
Update ( #560 )
...
Update:
* add decoder API to avoid ringbuffer reallocation
* fix MSVC warnings
* remove dead code
2017-06-13 12:52:56 +02:00
Eugene Kliuchnikov
6ece1d8791
Move files & update paths ( #541 )
...
* Move files & update paths
* Rename build to scripts.
* Fix paths
* Fix script.
2017-04-23 14:07:08 +02:00