summaryrefslogtreecommitdiffstats
path: root/examples/frameCompress.c
Commit message (Collapse)AuthorAgeFilesLines
* modified decompression part of frameCompress.cYann Collet2018-02-011-99/+138
| | | | using same logic as prior modifications for compression part.
* refactored ressource allocation to avoid gotoYann Collet2018-02-011-23/+12
|
* refactored frameCompress.c example codeYann Collet2018-02-011-51/+81
| | | | | | compression function returns a struct. Also : nested structure ressources->computation to make it easier to manage multiple exit points.
* fixed read size, as noticed by @terrellnYann Collet2018-02-011-1/+1
|
* refactored frameCompress exampleYann Collet2018-01-311-68/+82
| | | | to better reflect LZ4F API usage.
* minor updates to examplesYann Collet2017-11-251-52/+53
| | | | see https://github.com/lz4/lz4/commit/810e2ca27b3561e0f6bfa7a88e0fde6faf807064#commitcomment-25810887
* Fix: Add return statement to main functionMarkus Hennecke2017-08-241-0/+2
|
* restored block checksum capability at lz4frame API levelYann Collet2017-08-121-3/+3
|
* fixed frameCompress exampleYann Collet2017-08-091-268/+269
|
* fix minor analyzer warningYann Collet2016-11-221-14/+9
|
* fixed minor analyzer warningYann Collet2016-11-211-11/+9
|
* Add frame decompression exampleNick Terrell2016-11-111-50/+199
|
* minor example clarificationYann Collet2015-06-281-4/+8
|
* Add example which uses the frame api through the libraryZbigniew Jędrzejewski-Szmek2015-06-181-0/+165