test encoding for some files
[platform/upstream/libaec.git] / src /
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
2014-02-07 Mathis Rosenhauerremove sentence about fs limitation
2014-02-06 Mathis Rosenhauer56 bits for FS are not enough for lage block situations...
2014-02-06 Mathis Rosenhauertypos
2014-02-05 Mathis Rosenhauerversion bump (beta)
2014-02-04 Mathis Rosenhauerbetter error handling in case of corrupt data
2014-02-04 Mathis Rosenhaueroption to pad RSI to byte boundary
2014-02-04 Mathis Rosenhaueradd support for restricted coding options
2014-02-04 Mathis Rosenhauerreformatting, option renaming and help
2014-02-04 Mathis Rosenhauerdrop .aec extension in favor of ccsds .rz
2013-08-12 Mathis Rosenhauerse_table now has static size
2013-08-12 Mathis Rosenhauervectorized more accessors
2013-08-01 Mathis RosenhauerAllow output files >2GB
2013-07-31 Mathis Rosenhaueradditional vectorization
2013-07-24 Mathis Rosenhauerconvert to for loop for vectorization
2013-03-15 Mathis RosenhauerNo dynamic allocation of cds_buffer. Struct member...
2013-02-27 Mathis Rosenhauerunused var and trivial function
2013-02-26 Mathis RosenhauerFix crash when input data isn't a multiple of the stora...
2013-02-19 Mathis Rosenhauerturn emitblock_fs macro into function
2013-02-19 Mathis Rosenhauerturn emitblock macro into function
2013-02-19 Moritz Hankeunrolling
2013-02-19 Mathis RosenhauerRevert "Let compiler decide how to unroll"
2013-02-19 Mathis RosenhauerLet compiler decide how to unroll
2013-02-19 Mathis Rosenhauerslight speed-up for simpler code
2013-02-19 Mathis Rosenhauerclean up
2013-02-19 Mathis RosenhauerUse AC_CHECK_DECLS, suggestion by Thomas J.
2013-02-19 Mathis Rosenhauerfixed C&P omission
2013-02-19 Moritz Hankeunrolling in fill_acc
2013-02-19 Mathis RosenhauerUse gcc intrinsic for BSR. TODO: look into gcc sources...
2013-02-19 Moritz Hankefaster postprocessing
2013-02-19 Mathis Rosenhauercalculate uncompressed length only when it changes
2013-02-19 Mathis Rosenhauerno need for 64bit here
2013-02-19 Mathis Rosenhauerkilled loop + other simplifications
2013-02-19 Mathis Rosenhauerzero avail_out is legal after buffer_encode
2013-02-19 Mathis RosenhauerUpdate total_* only once per aec_encode()
2013-02-19 Mathis RosenhauerAvoid double zero-checking block after zero blocks
2013-02-19 Mathis Rosenhauerclean up
2013-02-19 Mathis RosenhauerRenaming and removal of redundant members
2013-02-19 Mathis Rosenhauerunfilter speedup by Moritz
2013-02-19 Mathis RosenhauerWrite directly to output buffer
2013-02-19 Mathis RosenhauerSmall PP improvement, avoid buffer copy
2013-02-19 Mathis RosenhauerLess CPP abuse
2013-02-19 Mathis RosenhauerSlightly faster bit and fs getters, more forced inlining
2013-02-19 Mathis RosenhauerShut up Wuninitialized
2013-02-19 Mathis RosenhauerRemove casting of uint8_t buffer to uint16_t to avoid...
2013-02-19 Mathis Rosenhauerremove casts from malloc
2013-02-19 Mathis RosenhauerAdd license to source files
2013-02-19 Mathis RosenhauerOnly copy options actually set
2013-02-19 Mathis RosenhauerCheck output availability
2013-02-19 Mathis Rosenhauerpluralization
2013-02-19 Mathis RosenhauerAddition and removal of padding in SZ compatibility
2013-02-19 Mathis Rosenhauerless pathetic FS getter
2013-02-19 Mathis Rosenhaueravoid implicit casts
2013-02-19 Mathis RosenhauerRenaming and redundant variable removal
2013-02-19 Mathis RosenhauerInterleaving for 32 and 64 bit in sz compatibility
2013-02-19 Mathis Rosenhauerbuffer output and filter in one go
2013-02-19 Mathis RosenhauerBuffer too small
2013-02-19 Mathis RosenhauerOrder FSM functions bottom up
2013-02-19 Mathis RosenhauerCreate SE decoding table on the fly
2013-02-19 Mathis RosenhauerDecoder: turn FSM switch into functions
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).
next