summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2014-07-28Use memmove since areas overlap.Mathis Rosenhauer1-1/+1
2014-07-28Simpler padding.Mathis Rosenhauer1-22/+21
2014-07-25Windows install fixes.Mathis Rosenhauer1-2/+1
2014-07-25Fixed Windows static lib buid.Mathis Rosenhauer1-6/+5
2014-07-24Add some ChangeLog.Mathis Rosenhauer1-66/+0
2014-07-24DLL support for Windows.Mathis Rosenhauer9-67/+45
2014-07-23Remove stdout support since it creates problems on Windows.Mathis Rosenhauer1-68/+58
2014-07-23Support CLZ intrinsic for VC.Mathis Rosenhauer2-3/+11
2014-07-16Export symbols for Windows dlls.Mathis Rosenhauer1-3/+22
2014-07-16Remove getopt for Windows compatibility.Mathis Rosenhauer1-47/+44
2014-07-16Remove unistd.h from coders.Mathis Rosenhauer2-2/+0
2014-07-16CMake checks for inline and restrict. Toupper.Mathis Rosenhauer1-13/+13
2014-07-15Add benchmake target.Mathis Rosenhauer1-0/+1
2014-07-15Add CMake files to dist.Mathis Rosenhauer1-0/+2
2014-07-14Initial CMake support.Mathis Rosenhauer1-0/+24
2014-07-14Shut up Wmaybe-uninitialized.Mathis Rosenhauer1-0/+1
2014-03-03Add simple program to measure run-time.Thomas Jahns2-0/+124