summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-05-12Version bumpMathis Rosenhauer2-2/+2
2016-05-12Fix ROS detection in combination with incomplete RSIMathis Rosenhauer2-2/+7
2016-04-14Bump yearMathis Rosenhauer9-9/+9
2016-01-28Type changesMathis Rosenhauer2-7/+7
2016-01-28Vertorization is also enabled with size_t type loop indexMathis Rosenhauer1-4/+4
2016-01-28Newer Intel compilers need int loop index to vectorize.Mathis Rosenhauer1-4/+4
2016-01-15Fail with uneven output buffer only if it filled up.Mathis Rosenhauer1-8/+9
2016-01-14Fail if output buffer cannot be completely filled with selected type.Mathis Rosenhauer1-0/+3
2015-03-27SZ_Compress stub for netcdf's configure.Mathis Rosenhauer1-0/+3
2015-02-04Version bump.Mathis Rosenhauer11-13/+13
2015-02-04Shut up VS warning.Mathis Rosenhauer1-3/+3
2015-02-04Allow nonconforming block sizes in SZ mode.Mathis Rosenhauer3-8/+18
2014-10-30Slightly faster loading of accumulator.Mathis Rosenhauer1-28/+61
2014-10-29Increase code sharing between CLZ implementations.Mathis Rosenhauer1-15/+11
2014-10-28Formatting.Mathis Rosenhauer1-79/+75
2014-10-27Avoid operations in k=0 case.Mathis Rosenhauer1-6/+17
2014-10-24xmin/xmax all 32 bits.Mathis Rosenhauer3-7/+7
2014-10-24removes on loop in FLUSHMoritz Hanke1-13/+6
2014-10-24replace "<" in FLUSH with "&"Moritz Hanke1-6/+7
2014-10-24replaces subtraction with XOR in FLUSHMoritz Hanke1-2/+3
2014-10-24makes last_out int32_tMoritz Hanke2-6/+5
2014-10-24removes "int32_t xmin" from FLUSHMoritz Hanke1-4/+3
2014-10-24uses 32bit Operations in FLUSHMoritz Hanke1-28/+55
2014-10-24replaces if statement in FLUSH with a little bit hackMoritz Hanke1-8/+2
2014-10-23Version bump.Mathis Rosenhauer2-4/+4
2014-09-22removes unused filesMoritz Hanke2-317/+0
2014-09-03Fix padded buffer size.Mathis Rosenhauer1-1/+1
2014-09-02Allow incomplete scanlines in SZ mode.Mathis Rosenhauer1-8/+14
2014-08-06Version and SOVERSION bump.Mathis Rosenhauer2-6/+4
2014-08-06License reformatting for proportional fonts.Mathis Rosenhauer9-104/+81
2014-08-06CPack packagingMathis Rosenhauer1-4/+26
2014-08-06Signed PP purely 32 bit.Mathis Rosenhauer2-17/+17
2014-08-06Set uncomp_len and ref during init. Important for no PP.Mathis Rosenhauer2-0/+4
2014-08-06Fix -pedantic warnings.Mathis Rosenhauer3-17/+18
2014-08-06Keep reference sample in struct member to start more loops from zero.Mathis Rosenhauer2-23/+18
2014-08-06Unroll first iteration of SE calculation.Mathis Rosenhauer1-18/+16
2014-08-01Config.h is required for these files.Mathis Rosenhauer2-6/+2
2014-08-01More explicit casting to shup up VS.Mathis Rosenhauer6-201/+307
2014-07-31Omit redundant SE-encoding of reference sample.Mathis Rosenhauer1-5/+8
2014-07-30Mimic return value for full output buffer.Mathis Rosenhauer2-2/+8
2014-07-30Shut off clang warnings.Mathis Rosenhauer2-8/+8
2014-07-30Correct reporting of successful flush.Mathis Rosenhauer2-12/+33
2014-07-29Rename sz.dll to szip.dll on Windows in line with HDF5.Mathis Rosenhauer1-0/+1
2014-07-29Add libtool version info.Mathis Rosenhauer1-0/+3
2014-07-29Next attempt to tackle DLLs.Mathis Rosenhauer2-6/+6
2014-07-29Hide config.h.Mathis Rosenhauer3-4/+8
2014-07-29Clean up.Mathis Rosenhauer1-52/+52
2014-07-29Return error code if output buffer is full in aec_buffer_encode().Mathis Rosenhauer3-8/+4
2014-07-29Choose padding value correctly.Mathis Rosenhauer1-1/+1
2014-07-28Fix wrong bytes calculation.Mathis Rosenhauer1-1/+1