lz4/doc
Yann Collet 2ece0d8380 created LZ4_initStream()
- promoted LZ4_resetStream_fast() to stable
- moved LZ4_resetStream() into deprecate, but without triggering a compiler warning
- update all sources to no longer rely on LZ4_resetStream()

note : LZ4_initStream() proposal is slightly different :
it's able to initialize any buffer, provided that it's large enough.
To this end, it accepts a void*, and returns an LZ4_stream_t*.
2019-04-05 12:56:26 -07:00
..
lz4_Block_format.md updated LZ4 block format 2019-01-02 14:36:12 -08:00
lz4_Frame_format.md updated frame format 2019-01-02 15:02:22 -08:00
lz4_manual.html created LZ4_initStream() 2019-04-05 12:56:26 -07:00
lz4frame_manual.html make _fast*() decoder generate a deprecation warning 2019-04-04 12:47:36 -07:00