Block copy for FS. Lots of input from Moritz.
[platform/upstream/libaec.git] / src /
2013-02-19 Mathis RosenhauerBlock copy for FS. Lots of input from Moritz.
2013-02-19 Mathis RosenhauerRenaming and some docs
2013-02-19 Mathis RosenhauerMaintain two buffers with raw and preprocessed data...
2013-02-19 Mathis RosenhauerFixed bug in !preprocessed case
2013-02-19 Mathis RosenhauerFix out-of-bounds error found by valgrind
2013-02-19 Mathis RosenhauerImprove compatibility with HDF5 - all checks passed
2013-02-19 Mathis RosenhauerFix another zero block bug with check
2013-02-19 Mathis RosenhauerFix name mismatch
2013-02-19 Mathis Rosenhauersome cleanup
2013-02-19 Mathis RosenhauerReduced operation count in some cases
2013-02-19 Mathis Rosenhauerlib functions for simple buffer encoding/decoding
2013-02-19 Luis KornbluehBug fixed related to getopt.h and AIX; for clean autore...
2013-02-19 Mathis Rosenhauerrestructured zero block check
2013-02-19 Mathis RosenhauerMore portable sign extension
2013-02-19 Mathis RosenhauerThe MIN is redundant, as can be easily seen
2013-02-19 Mathis RosenhauerSame rsi copy function for each blocksize but unrolled...
2013-02-19 Mathis RosenhauerBoring MIN ist still faster, though
2013-02-19 Mathis RosenhauerKeep nice bit hack by Moritz in history
2013-02-19 Mathis RosenhauerAdd check for short RSI handling to catch previous bug
2013-02-19 Mathis RosenhauerFixed two bugs introduced through refactoring
2013-02-19 Mathis Rosenhauerfix lib order
2013-02-19 Mathis RosenhauerAdd libaec.la to libsz.la
2013-02-19 Mathis RosenhauerRemove skipping as it doesn't help much if any
2013-02-19 Mathis Rosenhauerrestructured splitting
2013-02-19 Mathis RosenhauerRemove dependency on stdint in API
2013-02-19 Mathis RosenhauerFix zero block bug
2013-02-19 Mathis RosenhauerReformatting
2013-02-19 Mathis Rosenhauerseparate libaec and szlib compatibility
2013-02-19 Mathis RosenhauerRemove generated files and ignore them
2013-02-19 Mathis RosenhauerRenamed sources in autoconf files
2013-02-19 Mathis RosenhauerRename everything to aec
2013-02-19 Mathis RosenhauerMerged encode and decode into aec
2013-02-19 Mathis RosenhauerWorking 3 byte datatype support.
2013-02-19 Luis KornbluehStill had to fix dist target.
2013-02-19 Luis KornbluehFix distribution bug (missing aee.h).
2013-02-19 Luis KornbluehLibtool works successfull.
2013-02-19 Luis Kornbluehlibtoolized.
2013-02-19 Luis KornbluehAdd files forgotten in previous commit.
2013-02-19 Luis KornbluehAdded automake/autoconf preliminary version.
2012-09-15 Mathis RosenhauerAccessors for all data types. Implemented with macros...
2012-09-14 Mathis RosenhauerCoherent (Perlin) noise generator for test data
2012-09-13 Mathis Rosenhauerfix signed handling
2012-09-11 Mathis RosenhauerReduce sample buffer to 32bit for 10% speed increase
2012-09-04 Mathis RosenhauerBuffer complete RSI of preprocessed input data for...
2012-09-03 Mathis Rosenhauerint64_t casts to make 32Bit samples work again
2012-09-03 Mathis RosenhauerAdditions from 121x0b2: option selection, larger blocks.
2012-08-30 Mathis RosenhauerEmit full block
2012-08-27 Mathis Rosenhauernew emit with less masking and initializing
2012-08-24 Mathis Rosenhauerszip compatibility mode allows unpacking with szip
2012-08-24 Mathis RosenhauerObvious performance enhancements for encoding
2012-08-22 Mathis RosenhauerSzip decompression error be gone
2012-08-15 Mathis RosenhauerFixed support for >64 bit FS for good, fixed init bug
2012-08-15 Mathis RosenhauerMore options for encode/decode to aid in testing
2012-08-14 Mathis RosenhauerAllow > 64bit FS for large segment sizes
2012-08-13 Mathis Rosenhauergetopt cmd line parsing in examples
2012-08-13 Mathis RosenhauerOutput pending zero blocks if AE_FLUSH
2012-08-12 Mathis RosenhauerFixed zero block handling somewhat. Problem with zero...
2012-08-10 Mathis Rosenhauerfixed space checking and not understood buffer overrun
2012-08-10 Mathis Rosenhauerfixed some leaks and mem errors
2012-08-10 Mathis Rosenhauersome optimizations for encoder thought up mostly by...
2012-08-06 Mathis Rosenhauerimitate szlib for gribex
2012-08-02 Mathis Rosenhauersupport all data sizes and signedness
2012-08-01 Mathis Rosenhauerconverted some macros which can't fail and therefore...
2012-08-01 Mathis Rosenhauerencoder and encode/decode test
2012-07-25 Mathis Rosenhauerremoved some redundant states
2012-07-25 Mathis Rosenhauerwhitespace cleanup for J
2012-07-25 Mathis RosenhauerFaster decoding if buffer space available
2012-07-24 Mathis RosenhauerPrototype FSM implementation of adaptive entropy decoder
2012-05-11 Moritz Hankeadds initial code for binary header decoding