History log of /external/brotli/dec/context.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
81480011581d1bb40e2ed26566a95d060f2767b3 23-Aug-2016 Eugene Kliuchnikov <eustas@google.com> Move "public" to "include/brotli"
/external/brotli/dec/context.h
801f5f37ee73c558e1944235d2a2c6fa7d7a9719 22-Aug-2016 Eugene Kliuchnikov <eustas@google.com> * rename macros with preceding underscore
* add Brotli*TakeOutput methods
* * flushing now doesn't require additional call
* add Brotli*Version methods
* moved public headers to 'public' directory
* removed C++ API
* do not assume STDC_VERSION is defined
/external/brotli/dec/context.h
028291865dbc2f92bb114dd082f5ff78c907a875 03-Jun-2016 Eugene Kliuchnikov <eustas@google.com> Extract common parts: constants, dictionary, etc.
/external/brotli/dec/context.h
23934731f55d06e5b83701bf82c2f53bb9ddf56d 18-Feb-2016 Eugene Kliuchnikov <eustas@google.com> Update decoder:
* More clear/safe "copy" command stage implementation
* Enable unaligned memory access only on whitelisted CPUs
* Remove unused streams.{c|h}
* Add "default" to all switches
* Fix includes
* Fix spacing everywhere
/external/brotli/dec/context.h
24ffa78414663b545b66be392caff7eb5574a62c 11-Dec-2015 Eugene Klyuchnikov <eustas@google.com> Fix headers
/external/brotli/dec/context.h
771eb107985566d2e458e3f06f2c7bd1b21c2dca 27-Nov-2015 Eugene Klyuchnikov <eustas@google.com> Update license statement in source files.
/external/brotli/dec/context.h
21ac39f7c8ca61c855be0bc38900abe7b5a0f67f 21-Sep-2015 Marcin Karpinski <karpinski@google.com> Fix typos.
/external/brotli/dec/context.h
81cb09f1b3c35c3b37dc013196a9bfb02a474276 20-Mar-2015 Lode Vandevenne <lode@google.com> separate the licenses from documentation
/external/brotli/dec/context.h
b8a100856942f8bf98d7b523a72bdaf8a929bfc7 16-Dec-2013 Zoltan Szabadka <szabadka@google.com> Use C-style comments in the brotli decoder.
/external/brotli/dec/context.h
c6b9c7c5c82684a32931a14dc9785f6cdce8171f 15-Nov-2013 Zoltan Szabadka <szabadka@google.com> Updates to Brotli compression format, decoder and encoder

This commit contains a batch of changes that were made to the Brotli
compression algorithm in the last three weeks. Most important changes:

* Added UTF8 context model for good text compression.
* Simplified context modeling by having only 4 context modes.
* Per-block context mode selection.
* Faster backward copying and bit reading functions.
* More efficient histogram coding.
* Streaming support for the decoder and encoder.
/external/brotli/dec/context.h
645552217219c2877780ba4d7030044ec62d8255 22-Oct-2013 Zoltan Szabadka <szabadka@google.com> Make the brotli decoder more C90-compatible.

(1) Move all variable declarations to the beginning of the block.
(2) Remove 'z' printf modifiers.
(3) Fix 'comma at the end of enumeration list' warning.
/external/brotli/dec/context.h
8f30907d0f2ef354c2b31bdee340c2b11dda0fb0 11-Oct-2013 Zoltan Szabadka <szabadka@google.com> Add brotli decompressor

This commit is for the decoder for brotli compression format.
Brotli is a generic byte-level compression algorithm.
/external/brotli/dec/context.h