Commit Graph

8 Commits

Author SHA1 Message Date
Sean Purcell
f191be2fe6 Inlined portions of specification for clarity 2017-02-03 18:04:00 -08:00
Sean Purcell
18ce8b54dd Switch IO to go through streams 2017-02-03 15:22:52 -08:00
Sean Purcell
823d8c233b Minor security fixes 2017-02-01 10:41:04 -08:00
Sean Purcell
92ec2ea62f More const's and readability improvements 2017-01-31 15:57:18 -08:00
Sean Purcell
f5d2f32d4d Removed circular buffer, matches access destination buffer directly 2017-01-31 15:54:55 -08:00
Sean Purcell
f231626244 Minor fixes according to comments
- Add Facebook copyright notice
- Make max size macros more consistent
- Fix some unchecked malloc's
2017-01-30 15:00:19 -08:00
Sean Purcell
5657e0e07d Added ZSTD_get_decompressed_size
Since this implementation handles multiple concatenated frames,
to determine decompressed size we must traverse the entire input,
checking each frame's frame_content_size field
2017-01-30 14:56:29 -08:00
Sean Purcell
9700f92583 Add educational decoder to /contrib 2017-01-30 11:44:43 -08:00