platform/upstream/libaec.git
11 years agolibtoolized.
Luis Kornblueh [Mon, 17 Sep 2012 09:10:10 +0000 (11:10 +0200)]
libtoolized.

11 years agoAdded gitignore.
Luis Kornblueh [Mon, 17 Sep 2012 08:27:52 +0000 (10:27 +0200)]
Added gitignore.

11 years agoDeleted backup file.
Luis Kornblueh [Wed, 5 Sep 2012 08:02:40 +0000 (10:02 +0200)]
Deleted backup file.

11 years agoAdd files forgotten in previous commit.
Luis Kornblueh [Wed, 5 Sep 2012 08:02:07 +0000 (10:02 +0200)]
Add files forgotten in previous commit.

11 years agoAdded automake/autoconf preliminary version.
Luis Kornblueh [Wed, 5 Sep 2012 08:01:00 +0000 (10:01 +0200)]
Added automake/autoconf preliminary version.

11 years agoAccessors for all data types. Implemented with macros for all block sizes gaining...
Mathis Rosenhauer [Sat, 15 Sep 2012 19:49:11 +0000 (21:49 +0200)]
Accessors for all data types. Implemented with macros for all block sizes gaining slight speedup.

11 years agoCoherent (Perlin) noise generator for test data
Mathis Rosenhauer [Thu, 13 Sep 2012 20:14:32 +0000 (22:14 +0200)]
Coherent (Perlin) noise generator for test data

11 years agofix signed handling
Mathis Rosenhauer [Thu, 13 Sep 2012 19:09:53 +0000 (21:09 +0200)]
fix signed handling

11 years agoReduce sample buffer to 32bit for 10% speed increase
Mathis Rosenhauer [Tue, 11 Sep 2012 21:06:18 +0000 (23:06 +0200)]
Reduce sample buffer to 32bit for 10% speed increase

11 years agoAdded another document about optimizations and references in README.
Luis Kornblueh [Wed, 5 Sep 2012 06:30:30 +0000 (08:30 +0200)]
Added another document about optimizations and references in README.

11 years agoUpdated license clarification and documents.
Luis Kornblueh [Tue, 4 Sep 2012 13:16:07 +0000 (15:16 +0200)]
Updated license clarification and documents.

11 years agoBuffer complete RSI of preprocessed input data for substantial speedup
Mathis Rosenhauer [Tue, 4 Sep 2012 09:31:50 +0000 (11:31 +0200)]
Buffer complete RSI of preprocessed input data for substantial speedup

11 years agoint64_t casts to make 32Bit samples work again
Mathis Rosenhauer [Mon, 3 Sep 2012 09:22:14 +0000 (11:22 +0200)]
int64_t casts to make 32Bit samples work again

11 years agoAdditions from 121x0b2: option selection, larger blocks.
Mathis Rosenhauer [Fri, 31 Aug 2012 14:28:27 +0000 (16:28 +0200)]
Additions from 121x0b2: option selection, larger blocks.

11 years agoDKRZ blue
Mathis Rosenhauer [Thu, 30 Aug 2012 14:49:57 +0000 (16:49 +0200)]
DKRZ blue

11 years agoStraight split in logo
Mathis Rosenhauer [Thu, 30 Aug 2012 14:22:48 +0000 (16:22 +0200)]
Straight split in logo

11 years agoAdded a license which is acceptable by WMO.
Luis Kornblueh [Thu, 30 Aug 2012 14:11:23 +0000 (16:11 +0200)]
Added a license which is acceptable by WMO.

11 years agoSimple logo
Mathis Rosenhauer [Thu, 30 Aug 2012 09:48:27 +0000 (11:48 +0200)]
Simple logo

11 years agoEmit full block
Mathis Rosenhauer [Thu, 30 Aug 2012 09:44:27 +0000 (11:44 +0200)]
Emit full block

11 years agonew emit with less masking and initializing
Mathis Rosenhauer [Mon, 27 Aug 2012 07:05:52 +0000 (09:05 +0200)]
new emit with less masking and initializing

11 years agoszip compatibility mode allows unpacking with szip
Mathis Rosenhauer [Fri, 24 Aug 2012 09:56:37 +0000 (11:56 +0200)]
szip compatibility mode allows unpacking with szip

11 years agoObvious performance enhancements for encoding
Mathis Rosenhauer [Wed, 15 Aug 2012 15:43:50 +0000 (17:43 +0200)]
Obvious performance enhancements for encoding

11 years agoSzip decompression error be gone
Mathis Rosenhauer [Wed, 22 Aug 2012 09:34:39 +0000 (11:34 +0200)]
Szip decompression error be gone

11 years agoFixed support for >64 bit FS for good, fixed init bug
Mathis Rosenhauer [Wed, 15 Aug 2012 14:34:03 +0000 (16:34 +0200)]
Fixed support for >64 bit FS for good, fixed init bug

11 years agoMore options for encode/decode to aid in testing
Mathis Rosenhauer [Wed, 15 Aug 2012 14:32:05 +0000 (16:32 +0200)]
More options for encode/decode to aid in testing

11 years agoAllow > 64bit FS for large segment sizes
Mathis Rosenhauer [Tue, 14 Aug 2012 09:46:00 +0000 (11:46 +0200)]
Allow > 64bit FS for large segment sizes

11 years agogetopt cmd line parsing in examples
Mathis Rosenhauer [Mon, 13 Aug 2012 15:19:38 +0000 (17:19 +0200)]
getopt cmd line parsing in examples

11 years agoOutput pending zero blocks if AE_FLUSH
Mathis Rosenhauer [Mon, 13 Aug 2012 15:15:02 +0000 (17:15 +0200)]
Output pending zero blocks if AE_FLUSH

11 years agoFixed zero block handling somewhat. Problem with zero blocks at end of buffer remains...
Mathis Rosenhauer [Sun, 12 Aug 2012 19:38:16 +0000 (21:38 +0200)]
Fixed zero block handling somewhat. Problem with zero blocks at end of buffer remains. Optimizations disabled due to problems with some datasets. Segment size clamped to 8 for now

11 years agofixed space checking and not understood buffer overrun
Mathis Rosenhauer [Fri, 10 Aug 2012 18:27:40 +0000 (20:27 +0200)]
fixed space checking and not understood buffer overrun

11 years agofixed some leaks and mem errors
Mathis Rosenhauer [Fri, 10 Aug 2012 14:53:27 +0000 (16:53 +0200)]
fixed some leaks and mem errors

11 years agosome optimizations for encoder thought up mostly by Joerg
Mathis Rosenhauer [Fri, 10 Aug 2012 09:41:40 +0000 (11:41 +0200)]
some optimizations for encoder thought up mostly by Joerg

11 years agoimitate szlib for gribex
Mathis Rosenhauer [Mon, 6 Aug 2012 16:01:03 +0000 (18:01 +0200)]
imitate szlib for gribex

11 years agosupport all data sizes and signedness
Mathis Rosenhauer [Thu, 2 Aug 2012 15:05:44 +0000 (17:05 +0200)]
support all data sizes and signedness

11 years agoconverted some macros which can't fail and therefore don't need to be macros
Mathis Rosenhauer [Wed, 1 Aug 2012 14:32:06 +0000 (16:32 +0200)]
converted some macros which can't fail and therefore don't need to be macros

11 years agoencoder and encode/decode test
Mathis Rosenhauer [Wed, 1 Aug 2012 13:13:28 +0000 (15:13 +0200)]
encoder and encode/decode test

12 years agoremoved some redundant states
Mathis Rosenhauer [Wed, 25 Jul 2012 16:01:03 +0000 (18:01 +0200)]
removed some redundant states

12 years agowhitespace cleanup for J
Mathis Rosenhauer [Wed, 25 Jul 2012 15:32:58 +0000 (17:32 +0200)]
whitespace cleanup for J

12 years agoFaster decoding if buffer space available
Mathis Rosenhauer [Wed, 25 Jul 2012 14:20:18 +0000 (16:20 +0200)]
Faster decoding if buffer space available

12 years agoPrototype FSM implementation of adaptive entropy decoder
Mathis Rosenhauer [Tue, 24 Jul 2012 08:23:28 +0000 (10:23 +0200)]
Prototype FSM implementation of adaptive entropy decoder

12 years agoadds initial code for binary header decoding
Moritz Hanke [Fri, 11 May 2012 12:59:04 +0000 (14:59 +0200)]
adds initial code for binary header decoding

12 years agoadds CCSDS documentation
Moritz Hanke [Fri, 11 May 2012 12:58:24 +0000 (14:58 +0200)]
adds CCSDS documentation

12 years agoinitial commit
Joerg Behrens [Fri, 11 May 2012 08:21:20 +0000 (10:21 +0200)]
initial commit