summaryrefslogtreecommitdiff
path: root/src/sz_compat.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-10Add gcc visibility only for API functionsMathis Rosenhauer1-2/+1
2016-08-16Always pad bufferMathis Rosenhauer1-30/+23
2015-03-27SZ_Compress stub for netcdf's configure.Mathis Rosenhauer1-0/+3
2015-02-04Allow nonconforming block sizes in SZ mode.Mathis Rosenhauer1-3/+3
2014-09-03Fix padded buffer size.Mathis Rosenhauer1-1/+1
2014-09-02Allow incomplete scanlines in SZ mode.Mathis Rosenhauer1-8/+14
2014-08-01More explicit casting to shup up VS.Mathis Rosenhauer1-2/+4
2014-07-30Mimic return value for full output buffer.Mathis Rosenhauer1-1/+6
2014-07-29Clean up.Mathis Rosenhauer1-52/+52
2014-07-29Return error code if output buffer is full in aec_buffer_encode().Mathis Rosenhauer1-5/+1
2014-07-29Choose padding value correctly.Mathis Rosenhauer1-1/+1
2014-07-28Fix wrong bytes calculation.Mathis Rosenhauer1-1/+1
2014-07-28Use memmove since areas overlap.Mathis Rosenhauer1-1/+1
2014-07-28Simpler padding.Mathis Rosenhauer1-22/+21
2014-07-24DLL support for Windows.Mathis Rosenhauer1-3/+1
2013-02-19Shut up WuninitializedMathis Rosenhauer1-6/+6
2013-02-19Only copy options actually setMathis Rosenhauer1-2/+3
2013-02-19pluralizationMathis Rosenhauer1-6/+6
2013-02-19Addition and removal of padding in SZ compatibilityMathis Rosenhauer1-31/+165
2013-02-19avoid implicit castsMathis Rosenhauer1-9/+19
2013-02-19Interleaving for 32 and 64 bit in sz compatibilityMathis Rosenhauer1-5/+60
2013-02-19Improve compatibility with HDF5 - all checks passedMathis Rosenhauer1-2/+25
2013-02-19Fix name mismatchMathis Rosenhauer1-2/+2
2013-02-19lib functions for simple buffer encoding/decodingMathis Rosenhauer1-18/+11
2013-02-19ReformattingMathis Rosenhauer1-2/+2
2013-02-19Rename everything to aecMathis Rosenhauer1-8/+8
2012-09-04Buffer complete RSI of preprocessed input data for substantial speedupMathis Rosenhauer1-1/+1
2012-08-24szip compatibility mode allows unpacking with szipMathis Rosenhauer1-1/+2
2012-08-22Szip decompression error be goneMathis Rosenhauer1-2/+2
2012-08-14Allow > 64bit FS for large segment sizesMathis Rosenhauer1-4/+2
2012-08-12Fixed zero block handling somewhat. Problem with zero blocks at end of buffer...Mathis Rosenhauer1-2/+4
2012-08-10fixed space checking and not understood buffer overrunMathis Rosenhauer1-2/+4
2012-08-10fixed some leaks and mem errorsMathis Rosenhauer1-0/+6
2012-08-06imitate szlib for gribexMathis Rosenhauer1-0/+50