aboutsummaryrefslogtreecommitdiff
path: root/dec
AgeCommit message (Expand)AuthorFilesLines
2015-05-07Restrict the ARM optimizations to little endian architectures.Zoltan Szabadka1-3/+4
2015-05-07Fix 32bit build.Zoltan Szabadka1-1/+1
2015-05-07Support window bits 10 - 15 in the decoder.Zoltan Szabadka1-4/+27
2015-05-07Decoder optimizations for ARM architecture.Zoltan Szabadka2-6/+57
2015-05-07Speed and memory usage improvements for the decoder.Zoltan Szabadka8-32/+106
2015-04-28Fix an error propagation bug in the decoder.Zoltan Szabadka1-1/+1
2015-04-23Merge pull request #35 from mitya57/masterszabadka1-1/+1
2015-04-22Add partial output support to the decoder.Zoltan Szabadka4-57/+202
2015-04-22Implement some stricter format checks in the decoder.Zoltan Szabadka1-8/+41
2015-04-22Decoder support for new empty meta-block format.Zoltan Szabadka2-17/+52
2015-04-01Update the previous two bytes when decoding anZoltan Szabadka1-1/+8
2015-04-01Add a missing state transition to CopyUncompressedBlockToOutput().Zoltan Szabadka1-0/+1
2015-04-01Faster decoder for data with trivial context maps.Zoltan Szabadka2-34/+83
2015-03-30bugfixes affecting streaming decodingLode Vandevenne2-7/+9
2015-03-30Add some missing state transitions to DecodeContextMap().Zoltan Szabadka1-0/+2
2015-03-27Change the return value of decoder functions from integer codes to an enum.Zoltan Szabadka2-156/+177
2015-03-26Propagate error condition from ReadHuffmanCodeLengths()Lode Vandevenne1-1/+1
2015-03-20a few more tweaks to the streaming supportLode Vandevenne1-47/+44
2015-03-20support for partial input (streaming)Lode Vandevenne9-749/+1334
2015-03-20separate the licenses from documentationLode Vandevenne14-26/+28
2015-03-14Makefile fixes and cleanupsDmitry Shachnev1-1/+1
2015-02-25Implement a 32-bit bitstream decoder.Zoltan Szabadka3-13/+52
2015-02-24Fix a sign-conversion warning in the decoder.Zoltan Szabadka1-1/+1
2015-02-24Compile decoder with -Wall flagKunihiko Sakamoto2-2/+4
2014-11-26Fix undefined behavior in decoder.Zoltan Szabadka2-1/+2
2014-11-17Improvements to the command-line tool.Zoltan Szabadka2-0/+15
2014-10-30Add command-line tool and tests.Zoltan Szabadka1-0/+10
2014-10-28Allow use of inline keyword in c++/c99 mode.Zoltan Szabadka1-3/+4
2014-10-28Decoder code cleanup.Zoltan Szabadka3-9/+9
2014-10-15Fix BrotliDecompressedSize() to work for an uncompressed plus an empty meta-b...Zoltan Szabadka2-14/+55
2014-10-14Remove broken Makefiles.Zoltan Szabadka1-10/+0
2014-10-14Add top-level README file.Zoltan Szabadka1-3/+0
2014-03-25Update the dictionary and the transforms.Zoltan Szabadka3-5047/+9595
2014-03-20Updates to Brotli compression format, decoder and encoderZoltan Szabadka1-6/+21
2014-03-06Enable the static dictionary in the Brotli decoder.Zoltan Szabadka1-2/+0
2014-02-17Add the initial version of the static dictionary and transforms to Brotli.Zoltan Szabadka3-5/+5226
2014-02-14Updates to Brotli compression format, decoder and encoderZoltan Szabadka6-506/+427
2014-01-08Fix -Wconversion compiler warnings in the brotli decoder.Zoltan Szabadka6-111/+135
2014-01-08Brotli format change: small improvement to the encoding of Huffman codesZoltan Szabadka1-5/+8
2014-01-06Bug fixes for the brotli encoder and decoder.Zoltan Szabadka2-26/+69
2013-12-17Brotli format change: improved encoding of Huffman codesZoltan Szabadka1-29/+25
2013-12-16Use C-style comments in the brotli decoder.Zoltan Szabadka13-476/+491
2013-12-13Fix Microsoft VisualStudio 64-bit build of brotliZoltan Szabadka2-5/+5
2013-12-13Fix Microsoft VisualStudio build of brotliZoltan Szabadka4-18/+36
2013-12-12Updates to Brotli compression format, decoder and encoderZoltan Szabadka2-40/+84
2013-11-28Add draft specification of the brotli formatZoltan Szabadka1-86/+47
2013-11-19Added Brotli compress/decompress utilities and makefilesRoderick Sheeter3-68/+71
2013-11-15Updates to Brotli compression format, decoder and encoderZoltan Szabadka9-549/+1000
2013-10-22Make the brotli decoder more C90-compatible.Zoltan Szabadka2-145/+173
2013-10-17Fix name collisions with libwebp.Zoltan Szabadka3-51/+51