brotli/dec
Zoltan Szabadka 28b1f7a6b1 Implement some stricter format checks in the decoder.
- Reject brotli streams where the number of
    nibbles is too large for the size of the
    meta-block
  - Reject brotli streams where the padding
    bits after a meta-block are not all zero
  - Reject brotli streams where the symbol
    in the simple prefix code is not in
    the symbol alphabet
2015-04-22 14:35:21 +02:00
..
bit_reader.c support for partial input (streaming) 2015-03-20 16:13:15 +01:00
bit_reader.h support for partial input (streaming) 2015-03-20 16:13:15 +01:00
context.h separate the licenses from documentation 2015-03-20 15:44:15 +01:00
decode.c Implement some stricter format checks in the decoder. 2015-04-22 14:35:21 +02:00
decode.h Change the return value of decoder functions from integer codes to an enum. 2015-03-27 13:54:43 +01:00
dictionary.h separate the licenses from documentation 2015-03-20 15:44:15 +01:00
huffman.c support for partial input (streaming) 2015-03-20 16:13:15 +01:00
huffman.h support for partial input (streaming) 2015-03-20 16:13:15 +01:00
Makefile support for partial input (streaming) 2015-03-20 16:13:15 +01:00
prefix.h separate the licenses from documentation 2015-03-20 15:44:15 +01:00
safe_malloc.c separate the licenses from documentation 2015-03-20 15:44:15 +01:00
safe_malloc.h separate the licenses from documentation 2015-03-20 15:44:15 +01:00
state.c support for partial input (streaming) 2015-03-20 16:13:15 +01:00
state.h Decoder support for new empty meta-block format. 2015-04-22 14:25:08 +02:00
streams.c separate the licenses from documentation 2015-03-20 15:44:15 +01:00
streams.h separate the licenses from documentation 2015-03-20 15:44:15 +01:00
transform.h separate the licenses from documentation 2015-03-20 15:44:15 +01:00
types.h separate the licenses from documentation 2015-03-20 15:44:15 +01:00