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