brotli/dec
Tim Rühsen b9e413faa6 Make internal decoder functions static
Affected functions: WriteRingBuffer, CopyUncompressedBlockToOutput,
                    BrotliAllocateRingBuffer
2015-10-27 11:22:16 +01:00
..
bit_reader.c Introduce a BROTLI_BUILD_PORTABLE macro to disable potentially dangerous optimizations. 2015-09-25 17:57:19 +02:00
bit_reader.h Fix some more compiler warnings in the decoder. 2015-10-05 10:23:32 +02:00
context.h Fix typos. 2015-09-21 21:04:07 +02:00
decode.c Make internal decoder functions static 2015-10-27 11:22:16 +01:00
decode.h Fix some more compiler warnings in the decoder. 2015-10-05 10:23:32 +02:00
dictionary.c Add extern "C" linkage to the encoder and decoder dictionary definitions. 2015-10-01 14:30:22 +02:00
dictionary.h Fix some more compiler warnings in the decoder. 2015-10-05 10:23:32 +02:00
huffman.c Fix some more compiler warnings in the decoder. 2015-10-05 10:23:32 +02:00
huffman.h Fix some more compiler warnings in the decoder. 2015-10-05 10:23:32 +02:00
Makefile Update brotli decoder with latest improvements. 2015-09-24 18:35:25 +02:00
port.h Fix build for SPARK. 2015-10-06 11:11:42 +02:00
prefix.h Fix some more compiler warnings in the decoder. 2015-10-05 10:23:32 +02:00
state.c Initialize pos and loop_counter. 2015-10-02 16:46:08 +02:00
state.h Fix some more compiler warnings in the decoder. 2015-10-05 10:23:32 +02:00
streams.c Fix function prototypes 2015-10-26 21:04:12 +01:00
streams.h Fix function prototypes 2015-10-26 21:04:12 +01:00
transform.h brotli decoder performance improvements 2015-08-10 13:35:23 +02:00
types.h [types.h] make std ints types for _MSC_VER compatible with CFFI 2015-10-05 11:32:12 +01:00