summaryrefslogtreecommitdiff
path: root/examples/frameCompress.c
AgeCommit message (Expand)AuthorFilesLines
2019-08-21fixed #778Yann Collet1-2/+2
2018-09-19tried to clean another bunch of cppcheck warningsYann Collet1-6/+7
2018-09-13avoid final trailing comma for enum listsYann Collet1-4/+4
2018-09-05frameCompress : added an error detection caseYann Collet1-2/+13
2018-09-05Merge branch 'dev' into lz4f_initYann Collet1-1/+1
2018-09-05Introduced constants LZ4F_INIT_*Yann Collet1-10/+11
2018-07-02Fix bug in frame decompress exampleCedric De Brito1-1/+1
2018-04-26fixed a number of minor cast warningsYann Collet1-1/+2
2018-02-01modified decompression part of frameCompress.cYann Collet1-99/+138
2018-02-01refactored ressource allocation to avoid gotoYann Collet1-23/+12
2018-01-31refactored frameCompress.c example codeYann Collet1-51/+81
2018-01-31fixed read size, as noticed by @terrellnYann Collet1-1/+1
2018-01-31refactored frameCompress exampleYann Collet1-68/+82
2017-11-24minor updates to examplesYann Collet1-52/+53
2017-08-24Fix: Add return statement to main functionMarkus Hennecke1-0/+2
2017-08-11restored block checksum capability at lz4frame API levelYann Collet1-3/+3
2017-08-09fixed frameCompress exampleYann Collet1-268/+269
2016-11-21fix minor analyzer warningYann Collet1-14/+9
2016-11-21fixed minor analyzer warningYann Collet1-11/+9
2016-11-11Add frame decompression exampleNick Terrell1-50/+199
2015-06-28minor example clarificationYann Collet1-4/+8
2015-06-17Add example which uses the frame api through the libraryZbigniew Jędrzejewski-Szmek1-0/+165