platform/upstream/libaec.git
2016-01-28 Mathis RosenhauerType changes
2016-01-28 Mathis RosenhauerVertorization is also enabled with size_t type loop...
2016-01-28 Mathis RosenhauerNewer Intel compilers need int loop index to vectorize.
2016-01-18 Mathis RosenhauerWording.
2016-01-15 Mathis RosenhauerDocs update.
2016-01-15 Mathis RosenhauerFail with uneven output buffer only if it filled up.
2016-01-14 Mathis RosenhauerFail if output buffer cannot be completely filled with...
2015-03-27 Mathis RosenhauerSZ_Compress stub for netcdf's configure.
2015-02-04 Mathis RosenhauerVersion bump.
2015-02-04 Mathis RosenhauerShut up VS warning.
2015-02-04 Mathis RosenhauerAllow nonconforming block sizes in SZ mode.
2014-10-30 Mathis RosenhauerSlightly faster loading of accumulator.
2014-10-29 Mathis RosenhauerIncrease code sharing between CLZ implementations.
2014-10-28 Mathis RosenhauerFormatting.
2014-10-27 Mathis RosenhauerBlurb about why 32bit is slow.
2014-10-27 Mathis RosenhauerAvoid operations in k=0 case.
2014-10-24 Mathis Rosenhauerxmin/xmax all 32 bits.
2014-10-24 Moritz Hankeremoves on loop in FLUSH
2014-10-24 Moritz Hankereplace "<" in FLUSH with "&"
2014-10-24 Moritz Hankereplaces subtraction with XOR in FLUSH
2014-10-24 Moritz Hankemakes last_out int32_t
2014-10-24 Moritz Hankeremoves "int32_t xmin" from FLUSH
2014-10-24 Moritz Hankeuses 32bit Operations in FLUSH
2014-10-24 Moritz Hankereplaces if statement in FLUSH with a little bit hack
2014-10-23 Mathis RosenhauerVersion bump.
2014-09-22 Moritz Hankeremoves unused files
2014-09-03 Mathis RosenhauerFix padded buffer size.
2014-09-02 Mathis RosenhauerAllow incomplete scanlines in SZ mode.
2014-08-11 Mathis RosenhauerSpelling
2014-08-06 Mathis RosenhauerVersion and SOVERSION bump.
2014-08-06 Mathis RosenhauerLicense reformatting for proportional fonts.
2014-08-06 Mathis RosenhauerCPack packaging
2014-08-06 Mathis RosenhauerDocumentation update.
2014-08-06 Mathis RosenhauerChecks for no PP.
2014-08-06 Mathis RosenhauerSigned PP purely 32 bit.
2014-08-06 Mathis RosenhauerSet uncomp_len and ref during init. Important for no PP.
2014-08-06 Mathis RosenhauerFix -pedantic warnings.
2014-08-06 Mathis RosenhauerKeep reference sample in struct member to start more...
2014-08-06 Mathis RosenhauerUnroll first iteration of SE calculation.
2014-08-01 Mathis RosenhauerConfig.h is required for these files.
2014-08-01 Mathis RosenhauerMore explicit casting to shup up VS.
2014-08-01 Mathis RosenhauerStricter test possible for some LE options.
2014-07-31 Mathis RosenhauerDocumentation update.
2014-07-31 Mathis RosenhauerOmit redundant SE-encoding of reference sample.
2014-07-30 Mathis RosenhauerMimic return value for full output buffer.
2014-07-30 Mathis RosenhauerDo not check for installed libaec. It breaks some depen...
2014-07-30 Mathis RosenhauerShut off clang warnings.
2014-07-30 Mathis RosenhauerCorrect reporting of successful flush.
2014-07-29 Mathis RosenhauerAnother missing CMake file.
2014-07-29 Mathis RosenhauerRename sz.dll to szip.dll on Windows in line with HDF5.
2014-07-29 Mathis RosenhauerAdd libtool version info.
2014-07-29 Mathis RosenhauerNew location of cmake template.
2014-07-29 Mathis RosenhauerNext attempt to tackle DLLs.
2014-07-29 Mathis RosenhauerHide config.h.
2014-07-29 Mathis RosenhauerClean up.
2014-07-29 Mathis RosenhauerReturn error code if output buffer is full in aec_buffe...
2014-07-29 Mathis RosenhauerChoose padding value correctly.
2014-07-28 Mathis RosenhauerFix wrong bytes calculation.
2014-07-28 Mathis RosenhauerUse memmove since areas overlap.
2014-07-28 Mathis RosenhauerSimpler padding.
2014-07-25 Mathis RosenhauerWindows install fixes.
2014-07-25 Mathis RosenhauerMove some CMake chunks as macros in separate file
2014-07-25 Mathis RosenhauerFixed Windows static lib buid.
2014-07-24 Mathis Rosenhauer(Re)add test for libsz.
2014-07-24 Mathis RosenhauerAdd some ChangeLog.
2014-07-24 Mathis RosenhauerDLL support for Windows.
2014-07-23 Mathis RosenhauerRemove stdout support since it creates problems on...
2014-07-23 Mathis RosenhauerSupport CLZ intrinsic for VC.
2014-07-17 Mathis RosenhauerDon't color Windows.
2014-07-17 Mathis RosenhauerRemove more unistd.h.
2014-07-16 Mathis RosenhauerExport symbols for Windows dlls.
2014-07-16 Mathis RosenhauerNo benchmarking on Windows for now.
2014-07-16 Mathis RosenhauerRemove getopt for Windows compatibility.
2014-07-16 Mathis RosenhauerRemove unistd.h from coders.
2014-07-16 Mathis RosenhauerCMake checks for inline and restrict. Toupper.
2014-07-16 Mathis RosenhauerDrop C99 requirement and test for inline and restrict...
2014-07-16 Mathis RosenhauerAdd missing file to dist.
2014-07-15 Mathis RosenhauerCheck and enable CLZ intrinsic for decoding.
2014-07-15 Mathis RosenhauerAdd benchmake target.
2014-07-15 Mathis RosenhauerAdd CMake files to dist.
2014-07-14 Mathis RosenhauerInitial CMake support.
2014-07-14 Mathis RosenhauerShut up Wmaybe-uninitialized.
2014-03-03 Thomas JahnsAdd simple program to measure run-time.
2014-03-03 Thomas JahnsAllow benchmarks in VPATH builds.
2014-03-03 Thomas JahnsFix use of macro.
2014-02-24 Mathis RosenhauerDownload compressed sample data
2014-02-19 Mathis Rosenhauerreference performance number from haswell
2014-02-18 Mathis Rosenhauerbenchmarking for encoding and decoding
2014-02-13 Mathis Rosenhaueroption for pp disable
2014-02-13 Mathis Rosenhaueradditional testing for encoding sample data
2014-02-12 Mathis RosenhauerOnly encode full and partial blocks of last RSI
2014-02-12 Mathis Rosenhauerversion bump
2014-02-12 Mathis Rosenhauerlarger default buffer
2014-02-11 Mathis Rosenhauertest encoding for some files
2014-02-11 Mathis Rosenhaueronly assess splitting for id_len>1
2014-02-11 Mathis Rosenhauercorrect lenght calculation for SE
2014-02-11 Mathis Rosenhauerdocs update
2014-02-10 Mathis RosenhauerMake RSI padding for encoding compile time option as...
2014-02-10 Mathis RosenhauerFix encoding long fs + check. Only relevant for j=64
2014-02-10 Mathis RosenhauerRSI padding for encoding and decoding
next