summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2012-09-03Additions from 121x0b2: option selection, larger blocks.Mathis Rosenhauer7-52/+70
2012-08-30Emit full blockMathis Rosenhauer1-5/+36
2012-08-27new emit with less masking and initializingMathis Rosenhauer1-18/+19
2012-08-24szip compatibility mode allows unpacking with szipMathis Rosenhauer5-38/+60
2012-08-24Obvious performance enhancements for encodingMathis Rosenhauer8-508/+782
2012-08-22Szip decompression error be goneMathis Rosenhauer7-27/+25
2012-08-15Fixed support for >64 bit FS for good, fixed init bugMathis Rosenhauer2-12/+27
2012-08-15More options for encode/decode to aid in testingMathis Rosenhauer3-16/+26
2012-08-14Allow > 64bit FS for large segment sizesMathis Rosenhauer5-27/+30
2012-08-13getopt cmd line parsing in examplesMathis Rosenhauer6-246/+331
2012-08-13Output pending zero blocks if AE_FLUSHMathis Rosenhauer1-5/+6
2012-08-12Fixed zero block handling somewhat. Problem with zero blocks at end of buffer...Mathis Rosenhauer4-14/+39
2012-08-10fixed space checking and not understood buffer overrunMathis Rosenhauer4-5/+11
2012-08-10fixed some leaks and mem errorsMathis Rosenhauer7-15/+45
2012-08-10some optimizations for encoder thought up mostly by JoergMathis Rosenhauer3-94/+114
2012-08-06imitate szlib for gribexMathis Rosenhauer9-89/+405
2012-08-02support all data sizes and signednessMathis Rosenhauer6-87/+187
2012-08-01converted some macros which can't fail and therefore don't need to be macrosMathis Rosenhauer2-49/+42
2012-08-01encoder and encode/decode testMathis Rosenhauer6-101/+641
2012-07-25removed some redundant statesMathis Rosenhauer1-40/+19
2012-07-25whitespace cleanup for JMathis Rosenhauer4-19/+19
2012-07-25Faster decoding if buffer space availableMathis Rosenhauer4-454/+576
2012-07-24Prototype FSM implementation of adaptive entropy decoderMathis Rosenhauer4-0/+571
2012-05-11adds initial code for binary header decodingMoritz Hanke2-0/+317