- fcf88ae Fix new typos found by codespell by Dimitri Papadopoulos · 1 year, 4 months ago
- 3e7c66a added ascending order example by Yann Collet · 1 year, 6 months ago
- 3b343dc refactor huffman prefix code paragraph by Yann Collet · 1 year, 6 months ago
- a8b86d0 refactor documentation of the FSE decoding table build process by Yann Collet · 1 year, 6 months ago
- d2212c6 Merge pull request #4013 from elasota/spec-clarify-offset-code-overflow by Yann Collet · 1 year, 6 months ago
- 0938308 Throw error if Huffman weight initial states are truncated by elasota · 1 year, 10 months ago
- c54f478 Specify that decoders may reject non-zero probabilities for larger offset codes than supported by the implementation by elasota · 2 years ago
- 8cff66f Remove text specifying probability overflow as invalid, the variable-size value encoding scheme makes this impossible. by elasota · 2 years ago
- e127139 Merge pull request #3824 from elasota/specify-zero-offset by Yann Collet · 2 years, 1 month ago
- 478e5fe Merge pull request #3816 from elasota/fix-state-table by Yann Collet · 2 years, 1 month ago
- 7971fd1 Merge pull request #3817 from elasota/oversized-probs-clarification by Yann Collet · 2 years, 3 months ago
- f06b18b Specify offset 0 as invalid by elasota · 2 years, 5 months ago
- 05059e5 Clarify that there must be at least 2 weights, i.e. encoding all weights as 0 is invalid by elasota · 2 years, 5 months ago
- dc84e35 Clarify that the presence of a value with weight 1 is required by elasota · 2 years, 5 months ago
- c5bf96f Clarify that a non-zero probability for an invalid symbol is invalid by elasota · 2 years, 5 months ago
- 52e41b9 Fix malformed state table by elasota · 2 years, 5 months ago
- e61e3ff Clarify that decoding too many Huffman weights is a failure condition by elasota · 2 years, 5 months ago
- 324cce4 Add definition of "log2sup" function by elasota · 2 years, 5 months ago
- b38d87b Clarify that the log2 of the largest possible symbol is the maximum number of bits consumed by elasota · 2 years, 5 months ago
- 3732a08 fixed decoder behavior when nbSeqs==0 is encoded using 2 bytes by Yann Collet · 2 years, 10 months ago
- 1f83b7c fix a minor inefficiency in compress_superblock by Yann Collet · 2 years, 10 months ago
- 64e8511 added clarifications for sizes of compressed huffman blocks and streams. by Yann Collet · 3 years, 1 month ago
- 832f559 clarify zstd specification for Huffman blocks by Yann Collet · 3 years, 1 month ago
- 6a9c525 spec update : require minimum nb of literals for 4-streams mode by Yann Collet · 3 years, 3 months ago
- 5d693cc Coalesce Almost All Copyright Notices to Standard Phrasing by W. Felix Handte · 3 years, 4 months ago
- 7f12f24 Rewrite Copyright Date Ranges from `-present` to `-2022` by W. Felix Handte · 3 years, 4 months ago
- 36d5c2f Update Copyright Year ('2021' -> 'present') by W. Felix Handte · 3 years, 4 months ago
- 8927f98 Update Copyright Headers 'Facebook' -> 'Meta Platforms' by W. Felix Handte · 3 years, 4 months ago
- 4dffc35 Convert references to https from http by Danielle Rozenblit · 3 years, 4 months ago
- f33ccd2 fix small error in format documentation example by Yann Collet · 3 years, 11 months ago
- b772f53 Typo and grammar fixes by Dominique Pelle · 4 years, 1 month ago
- ebbd675 Fix typos by Dimitris Apostolou · 4 years, 5 months ago
- 0b0b62d minor mention of RFC8878 by Yann Collet · 4 years, 11 months ago
- 1d6d64a Change year to 2021 for compression format file by senhuang42 · 5 years ago
- 2d46d76 Update Zstd Compression Format to Clarify Repcode Behavior by W. Felix Handte · 5 years ago
- 8adeb9f Updated to repcode documentation to reflect dict content size by senhuang42 · 6 years ago
- 9dcfe4d Update documentation about repcodes in dictionaries by senhuang42 · 6 years ago
- 11a392c minor markdown formatting fix by Yann Collet · 6 years ago
- bb3c9bf updated spec on dictID==0 by Yann Collet · 6 years ago
- 098b36e clarifications for Block_Maximum_Size by Yann Collet · 6 years ago
- ff7bd16 clarifications for the FSE decoding table by Yann Collet · 6 years ago
- 97bb386 `number` instead of `nb` by Yann Collet · 7 years ago
- 1e07eb4 clarifications on the meaning of field `Block_Size` by Yann Collet · 7 years ago
- a2861d7 [doc] Bump Format Spec Version by W. Felix Handte · 7 years ago
- c05b270 [doc] Remove Limitation that Compressed Block is Smaller than Uncompressed Content by W. Felix Handte · 7 years ago
- 9bf0070 minor clarifications of history update rules by Yann Collet · 7 years ago
- f0fe9b0 Reverted removal of a trailing space. by Ulrich Kunitz · 7 years ago
- 4f702e4 Fixed a typo by Ulrich Kunitz · 7 years ago
- c7942ca Clarify special case of offset history update by Ulrich Kunitz · 7 years ago
- 72a3adf updated format documentation by Yann Collet · 8 years ago
- 55a8f84 spec clarification by Yann Collet · 8 years ago
- c1a7def Small fixes to zstd specification by Nick Terrell · 8 years ago
- c1e6347 fixed minor typos, detected by @terrelln by Yann Collet · 8 years ago
- 7639db9 updated Zstandard frame format by Yann Collet · 8 years ago
- a4c9c4d update Zstandard format specification by Yann Collet · 8 years ago
- 73f4c89 Clarify what happens when Number_of_Sequences == 0 by Nick Terrell · 8 years ago
- 82ad249 Clarifications of Zstandard format specification by Yann Collet · 8 years ago
- 914d983 fix unbounded range by Shawn Landden · 8 years ago
- fccb46f minor spelling fixes by Yann Collet · 8 years ago
- e8d35cc minor formulation change, recommended by @ulikunitz by Yann Collet · 9 years ago
- d0d06e4 added alternative representation for huffman bistream by Yann Collet · 9 years ago
- 8b12812 fix #803 : wrong example in huffman bitstream section, reported by @ulikunitz by Yann Collet · 9 years ago
- a935d67 minor typo fixes in specification by Yann Collet · 9 years ago
- 14433ca numerous typos and clarifications in format specification by Yann Collet · 9 years ago
- 3bee41a Add default distributions and fix typos by Sean Purcell · 9 years ago
- 042419e Restructure Format Specification by Sean Purcell · 9 years ago
- 20bed42 changed format specification version number by Yann Collet · 9 years ago
- d86153d Edits as per comments, and change wildcard 'X' to '?' by Sean Purcell · 9 years ago
- 81c9670 Fixed commented issues by Sean Purcell · 9 years ago
- ab226d4 Updated format specification to be easier to understand by Sean Purcell · 9 years ago
- d82efd8 ZSTD_compress_usingDict() when dict gets loaded by Nick Terrell · 9 years ago
- 3ee94a7 zstd_compression_format.md moved to doc/ by Przemyslaw Skibinski · 9 years ago[Renamed from zstd_compression_format.md]
- 55981a9 updated format doc version by Yann Collet · 10 years ago
- 35ad602 spec: clarify how bitstream exactly needs to be reversed for reading by Johannes Rudolph · 10 years ago
- 6fb4d67 add FSE decoding tables for predefined distributions to spec by Johannes Rudolph · 10 years ago
- 7b0c261 Smallish typo fixes in format documentation by Johannes Rudolph · 10 years ago
- e48fbb9 Specify that dictionary ID is little-endian by Nick Terrell · 10 years ago
- ff306ae clarification dictionary format by Yann Collet · 10 years ago
- 7bdfcea Fixed : magic number (#345), reported by @mitchblank by Yann Collet · 10 years ago
- 855766d clarified dictionary in format description by Yann Collet · 10 years ago
- 12731a9 minor changes in zstd_compression_format.md by inikep · 10 years ago
- de9d130 updated zstd_compression_format.md by inikep · 10 years ago
- 0132375 improved zstd_compression_format.md by inikep · 10 years ago
- 70c2326 spec : clarify last literal copy command by Yann Collet · 10 years ago
- e81f2cb improved zstd_compression_format.md by inikep · 10 years ago
- 0079425 .travis.yml: tests merged together by inikep · 10 years ago
- 4f270ac .travis.yml: clang test joined into bigger test by inikep · 10 years ago
- 9d003c1 .travis.yml: joined 7 smaller tests into 2 bigger by inikep · 10 years ago
- f896c1d zstd_compression_format.md: improved formatting by inikep · 10 years ago
- 586a055 huffman -> Huffman by inikep · 10 years ago
- 917fe18 Implemented repOffset "minus 1" on ll==0 by Yann Collet · 10 years ago
- f34035e correction on offset history (swap when llCode==0) by Yann Collet · 10 years ago
- c991cc1 new frame end, 32-bits checksums by Yann Collet · 10 years ago
- 2fc3752 zstd_compression_format.md: "Little-endian" instead of "Little endian" by inikep · 10 years ago
- 49ec6d1 fixed description of Frame_Content_Size_flag by inikep · 10 years ago
- f9c3cce updated zstd_compression_format.md by inikep · 10 years ago
- 38b75dd removed special case all-1 huffman distribution by Yann Collet · 10 years ago
- 10b9c13 fixed doc on cLevel default, reported by Oliver Lange by Yann Collet · 10 years ago
- f8e7b53 unified encoding types by Yann Collet · 10 years ago
- 571a590 changed enccoding type order : raw, rle, compressed, repeat-stats by Yann Collet · 10 years ago