Yann Collet
|
34f01e600f
|
fixed multiple conversions
from 64-bit to 32-bit
|
2018-12-13 14:02:22 -08:00 |
|
Yann Collet
|
b83d1e7714
|
removed some static const variables
and replaced by traditional macro constants.
Unfortunately, C doesn't consider `static const` to mean "constant"
|
2018-11-13 16:56:32 -08:00 |
|
Yann Collet
|
355cb645bf
|
fixed seekable format example
|
2018-03-15 16:29:28 -07:00 |
|
Yann Collet
|
b0cb081dc8
|
last batch of header files changed to reflect new license (#825)
only remains to update contrib/linux-kernel (@terrelln)
|
2017-08-31 12:20:50 -07:00 |
|
Sean Purcell
|
470993c9b1
|
Add raw seek table construction API and parallel compression example
|
2017-04-28 12:17:09 -07:00 |
|
Sean Purcell
|
9626cf1ac6
|
Address @terrelln's comments
|
2017-04-13 17:48:35 -07:00 |
|
Sean Purcell
|
5ee1135f30
|
s/chunk/frame/
|
2017-04-12 11:15:50 -07:00 |
|
Sean Purcell
|
e80f1d74b3
|
Address PR comments and minor fixes
|
2017-04-12 11:15:46 -07:00 |
|
Sean Purcell
|
d048fefef7
|
Move seekable format content to /contrib
|
2017-04-11 14:38:56 -07:00 |
|