提交历史

作者 SHA1 备注 提交日期
  Nico Weber a01fdca2de LibCompress: Use named EndOfBlock constant 1 年之前
  Nico Weber ff6d58f321 LibCompress: Pass ReadonlyBytes to encode_huffman_lengths() 1 年之前
  Nico Weber 5c81b4b269 LibCompress: Make encode_block_lengths() a bit less clever 1 年之前
  Nico Weber d95e4831be LibCompress: Move generate_huffman_lengths() to a .h file 1 年之前
  Nico Weber d294f150ed LibGfx+LibCompress: WebPWriter performance regression reduction 1 年之前
  Dan Klishch 5ed7cd6e32 Everywhere: Use east const in more places 1 年之前
  Lucas CHOLLET a3d48319fe LibCompress/Deflate: Remove three useless FIXMEs 1 年之前
  Lucas CHOLLET 830e6472e6 LibCompress/Deflate: Simplify `DeflateDecompressor::decompress_all()` 1 年之前
  Idan Horowitz b749167506 LibCompress: Fix off-by-one error in generate_huffman_lengths 1 年之前
  Tim Ledbetter 2f26a7bb12 LibCompress: Avoid buffer overrun when building canonical Huffman code 1 年之前
  Tim Schumacher 127f6ed6eb LibCompress: Fix a typo in `m_read_final_block` 1 年之前
  Tim Schumacher dffef6bb71 LibCompress: Remove special casing for looping DEFLATE seekbacks 2 年之前
  Tim Schumacher 4098335600 LibCompress: Error on truncated uncompressed DEFLATE blocks 2 年之前
  Tim Schumacher e11e7309dd LibCompress: Replace usages of the Endian bytes accessor 2 年之前
  Nico Weber 6d38824985 LibCompress: Tolerate more than 288 entries in CanonicalCode 2 年之前
  Tim Schumacher b88c58b94c AK+LibCompress: Break when seekback copying to a full CircularBuffer 2 年之前
  Nico Weber c84968dafd LibGfx: Add some support for decoding lossless webp files 2 年之前
  Nico Weber 26230f2ffd LibCompress: Order branches in Deflate's decode_codes() numerically 2 年之前
  Nico Weber 72d6a30e08 LibCompress: Remove a few no-op continue statements in Deflate 2 年之前
  Timothy Flynn eed956b473 AK: Increase LittleEndianOutputBitStream's buffer size and remove loops 2 年之前
  Nico Weber 85d0637058 LibCompress: Make CanonicalCode::from_bytes() return ErrorOr<> 2 年之前
  Nico Weber bc70d7bb77 LibCompress: Reduce indentation in CompressedBlock::try_read_more() 2 年之前
  Nico Weber c3b8b3124c LibCompress: Remove two needless heap allocations 2 年之前
  Timothy Flynn 8b56d82865 AK+LibCompress: Remove the Deflate back-reference intermediate buffer 2 年之前
  Timothy Flynn 9f238793e0 gunzip+LibCompress: Increase buffer sizes used by Deflate and gunzip 2 年之前
  Timothy Flynn 7447a91d7e LibCompress: Decode non-self-referencing back-references in one shot 2 年之前
  Timothy Flynn 5aaefe4e62 LibCompress: Use prefix tables to decode Huffman codes up to 8 bits long 2 年之前
  Timothy Flynn 20aaab47f9 LibCompress: Use a bit stream for the entire GZIP decompression process 2 年之前
  Andreas Kling aeb8224ec8 LibCompress: Speed up deflate decompression by ~11% 2 年之前
  Tim Schumacher ae51c1821c Everywhere: Remove unintentional partial stream reads and writes 2 年之前