aboutsummaryrefslogtreecommitdiff
path: root/dec
AgeCommit message (Expand)AuthorFilesLines
2016-06-03Extract common parts: constants, dictionary, etc.Eugene Kliuchnikov16-9692/+60
2016-05-31Remove "inline" specificationeustas1-1/+1
2016-05-31Update decoderEugene Kliuchnikov4-83/+111
2016-05-20Add BROTLI_LAST_ERROR_CODE definitioneustas1-0/+2
2016-05-11Update decoder:Eugene Kliuchnikov3-161/+230
2016-04-29Update decoder:Eugene Kliuchnikov2-10/+10
2016-04-27Limit |size| in BrotliSetCustomDictionaryEugene Kliuchnikov2-2/+6
2016-04-19Update decoder. Add encoder interface wrapper.Eugene Kliuchnikov8-93/+91
2016-03-01Use double exclamation marks in declarations of IS_CONSTANT and BROTLI_HAS_UB...Frédéric Wang1-4/+4
2016-02-18Update decoder:Eugene Kliuchnikov15-504/+271
2016-02-04Update decode.ceustas1-3/+3
2016-02-04Fix possible pointer underfloweustas1-0/+4
2016-01-28Remove unused definitionseustas1-10/+0
2016-01-28Remove NO_ASAN annotationeustas1-1/+1
2016-01-28Make memmove16 safe.eustas1-13/+3
2016-01-22Update decoder.Eugene Kliuchnikov12-334/+187
2015-12-11Fix headersEugene Klyuchnikov17-34/+17
2015-11-27Update license statement in source files.Eugene Klyuchnikov17-187/+51
2015-11-23Decoder: implement custom allocator featureEugene Klyuchnikov8-58/+140
2015-11-17Add more explicit type conversions.Eugene Klyuchnikov1-0/+1
2015-11-07Fix implicit type conversioneustas1-1/+1
2015-11-06Brotli decoder: implement new streaming APIEugene Klyuchnikov9-934/+1622
2015-10-27Make internal decoder functions staticTim Rühsen1-7/+6
2015-10-26Fix function prototypesTim Rühsen2-2/+2
2015-10-06Fix build for SPARK.Zoltan Szabadka1-8/+47
2015-10-05[types.h] make std ints types for _MSC_VER compatible with CFFICosimo Lupo1-8/+8
2015-10-05Fix some more compiler warnings in the decoder.Zoltan Szabadka10-141/+153
2015-10-02Initialize pos and loop_counter.Zoltan Szabadka1-0/+3
2015-10-02Add more build parameters.Zoltan Szabadka2-24/+95
2015-10-02Avoid loop in GetNextKey.Zoltan Szabadka1-27/+87
2015-10-02Add BROTLI_FREE macro, check malloc status after histogram allocations.Zoltan Szabadka4-33/+22
2015-10-01Add extern "C" linkage to the encoder and decoder dictionary definitions.Zoltan Szabadka1-0/+8
2015-09-28Simplify uncompressed block decoding state machine.Zoltan Szabadka2-44/+23
2015-09-28Avoid undefined behavior from memcpy for the portable build.Zoltan Szabadka2-3/+14
2015-09-28Fix a bug in ReadHuffmanCode().Zoltan Szabadka1-2/+3
2015-09-28Small speedup of command decoding.Zoltan Szabadka1-3/+7
2015-09-25Introduce a BROTLI_BUILD_PORTABLE macro to disable potentially dangerous opti...Zoltan Szabadka3-31/+49
2015-09-25Fix a bug in CopyUncompressedBlockToOutput().Zoltan Szabadka2-15/+6
2015-09-25Add null output callback to decoder for easier testing.Zoltan Szabadka2-0/+14
2015-09-25Fix a bug in uncompressed block handling.Zoltan Szabadka1-1/+0
2015-09-24Update brotli decoder with latest improvements.Zoltan Szabadka8-9661/+9755
2015-09-23Merge remote-tracking branch 'upstream/master'Zoltan Szabadka3-4/+4
2015-09-23Update brotli decoder with latest improvements.Zoltan Szabadka6-317/+508
2015-09-21Fix typos.Marcin Karpinski3-4/+4
2015-09-01Fix bug in decoder.Eugene Klyuchnikov3-13/+11
2015-08-28update brotli decoder with latest improvementsLode Vandevenne9-1425/+1477
2015-08-11Remove non-standard <malloc.h> from decode.cZoltan Szabadka1-1/+0
2015-08-10Use a single lookup table for insert/copy offsets and extra bits.Zoltan Szabadka8-139/+723
2015-08-10Enable little endian support also for visual studiolvandeve1-0/+3
2015-08-10fix brotli decoder MSVC compilation errorLode Vandevenne2-1/+5