summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-02-19Maintain two buffers with raw and preprocessed data for faster preprocessingMathis Rosenhauer3-48/+62
2013-02-19Fixed bug in !preprocessed caseMathis Rosenhauer1-5/+7
2013-02-19Fix out-of-bounds error found by valgrindMathis Rosenhauer1-1/+1
2013-02-19Improve compatibility with HDF5 - all checks passedMathis Rosenhauer3-14/+46
2013-02-19Fix another zero block bug with checkMathis Rosenhauer3-15/+20
2013-02-19Fix name mismatchMathis Rosenhauer3-4/+4
2013-02-19Make FS check more robustMathis Rosenhauer1-2/+4
2013-02-19some cleanupMathis Rosenhauer2-15/+17
2013-02-19Reduced operation count in some casesMathis Rosenhauer1-34/+34
2013-02-19lib functions for simple buffer encoding/decodingMathis Rosenhauer5-55/+96
2013-02-19Bug fixed related to getopt.h and AIX; for clean autoreconf m4/ is needed.Luis Kornblueh1-0/+4
2013-02-19A wrong definition in test/Makefile.am and the m4 directory and header files ...Luis Kornblueh4-2/+5
2013-02-19restructured zero block checkMathis Rosenhauer1-22/+22
2013-02-19More portable sign extensionMathis Rosenhauer1-19/+18
2013-02-19The MIN is redundant, as can be easily seenMathis Rosenhauer1-8/+12
2013-02-19Remove AC_FUNC_MALLOC since it breaks AIX, fix position of AC_C_BIGENDIANMathis Rosenhauer1-4/+2
2013-02-19Same rsi copy function for each blocksize but unrolled 8 times.Mathis Rosenhauer4-284/+345
2013-02-19Boring MIN ist still faster, thoughMathis Rosenhauer1-25/+25
2013-02-19Keep nice bit hack by Moritz in historyMathis Rosenhauer1-16/+23
2013-02-19Add check for short RSI handling to catch previous bugMathis Rosenhauer6-267/+406
2013-02-19Fixed two bugs introduced through refactoringMathis Rosenhauer1-33/+27
2013-02-19fix lib orderMathis Rosenhauer1-1/+1
2013-02-19Add libaec.la to libsz.laMathis Rosenhauer3-9/+10
2013-02-19Remove skipping as it doesn't help much if anyMathis Rosenhauer1-48/+24
2013-02-19restructured splittingMathis Rosenhauer2-63/+91
2013-02-19simplified test a bitMathis Rosenhauer1-34/+40
2013-02-19Missing checks for SE, FS and uncompressed in all flavorsMathis Rosenhauer1-50/+192
2013-02-19Remove dependency on stdint in APIMathis Rosenhauer9-165/+52
2013-02-19splitting testMathis Rosenhauer1-41/+163
2013-02-19Simple zero block checkMathis Rosenhauer5-7/+130
2013-02-19Fix zero block bugMathis Rosenhauer1-1/+2
2013-02-19ReformattingMathis Rosenhauer8-506/+364
2013-02-19separate libaec and szlib compatibilityMathis Rosenhauer2-4/+7
2013-02-19Remove generated files and ignore themMathis Rosenhauer20-44365/+17
2013-02-19Renamed sources in autoconf filesMathis Rosenhauer2-13/+14
2013-02-19Rename everything to aecMathis Rosenhauer10-201/+201
2013-02-19Merged encode and decode into aecMathis Rosenhauer2-189/+51
2013-02-19Working 3 byte datatype support.Mathis Rosenhauer5-24/+84
2013-02-19Still had to fix dist target.Luis Kornblueh2-2/+2
2013-02-19Fix distribution bug (missing aee.h).Luis Kornblueh2-2/+2
2013-02-19Libtool works successfull.Luis Kornblueh15-144/+25588
2013-02-19libtoolized.Luis Kornblueh9-1029/+9791
2013-02-19Added gitignore.Luis Kornblueh1-0/+1
2013-02-19Deleted backup file.Luis Kornblueh1-108/+0
2013-02-19Add files forgotten in previous commit.Luis Kornblueh21-0/+10319
2013-02-19Added automake/autoconf preliminary version.Luis Kornblueh1-57/+0
2012-09-15Accessors for all data types. Implemented with macros for all block sizes gai...Mathis Rosenhauer10-209/+475
2012-09-14Coherent (Perlin) noise generator for test dataMathis Rosenhauer2-1/+140
2012-09-13fix signed handlingMathis Rosenhauer6-64/+132
2012-09-11Reduce sample buffer to 32bit for 10% speed increaseMathis Rosenhauer5-92/+94