summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-02-19buffer output and filter in one goMathis Rosenhauer2-209/+273
2013-02-19Buffer too smallMathis Rosenhauer1-1/+1
2013-02-19Order FSM functions bottom upMathis Rosenhauer1-188/+179
2013-02-19Create SE decoding table on the flyMathis Rosenhauer2-229/+30
2013-02-19Decoder: turn FSM switch into functionsMathis Rosenhauer3-320/+562
2013-02-19Block copy for FS. Lots of input from Moritz.Mathis Rosenhauer1-41/+81
2013-02-19Renaming and some docsMathis Rosenhauer2-198/+250
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 Rosenhauer2-5/+5
2013-02-19Fix name mismatchMathis Rosenhauer3-4/+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-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-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 Rosenhauer1-2/+4
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 Rosenhauer2-8/+9
2013-02-19Remove skipping as it doesn't help much if anyMathis Rosenhauer1-48/+24
2013-02-19restructured splittingMathis Rosenhauer2-63/+91
2013-02-19Remove dependency on stdint in APIMathis Rosenhauer9-165/+52
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 Rosenhauer1-686/+0
2013-02-19Renamed sources in autoconf filesMathis Rosenhauer1-9/+7
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 Kornblueh2-8/+11
2013-02-19libtoolized.Luis Kornblueh2-78/+171
2013-02-19Add files forgotten in previous commit.Luis Kornblueh2-0/+604
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
2012-09-04Buffer complete RSI of preprocessed input data for substantial speedupMathis Rosenhauer6-199/+193
2012-09-03int64_t casts to make 32Bit samples work againMathis Rosenhauer5-33/+35