summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Luis Kornblueh [Thu, 30 Aug 2012 14:11:23 +0000 (16:11 +0200)]
Added a license which is acceptable by WMO.
Mathis Rosenhauer [Thu, 30 Aug 2012 09:48:27 +0000 (11:48 +0200)]
Simple logo
Mathis Rosenhauer [Thu, 30 Aug 2012 09:44:27 +0000 (11:44 +0200)]
Emit full block
Mathis Rosenhauer [Mon, 27 Aug 2012 07:05:52 +0000 (09:05 +0200)]
new emit with less masking and initializing
Mathis Rosenhauer [Fri, 24 Aug 2012 09:56:37 +0000 (11:56 +0200)]
szip compatibility mode allows unpacking with szip
Mathis Rosenhauer [Wed, 15 Aug 2012 15:43:50 +0000 (17:43 +0200)]
Obvious performance enhancements for encoding
Mathis Rosenhauer [Wed, 22 Aug 2012 09:34:39 +0000 (11:34 +0200)]
Szip decompression error be gone
Mathis Rosenhauer [Wed, 15 Aug 2012 14:34:03 +0000 (16:34 +0200)]
Fixed support for >64 bit FS for good, fixed init bug
Mathis Rosenhauer [Wed, 15 Aug 2012 14:32:05 +0000 (16:32 +0200)]
More options for encode/decode to aid in testing
Mathis Rosenhauer [Tue, 14 Aug 2012 09:46:00 +0000 (11:46 +0200)]
Allow > 64bit FS for large segment sizes
Mathis Rosenhauer [Mon, 13 Aug 2012 15:19:38 +0000 (17:19 +0200)]
getopt cmd line parsing in examples
Mathis Rosenhauer [Mon, 13 Aug 2012 15:15:02 +0000 (17:15 +0200)]
Output pending zero blocks if AE_FLUSH
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
Mathis Rosenhauer [Fri, 10 Aug 2012 18:27:40 +0000 (20:27 +0200)]
fixed space checking and not understood buffer overrun
Mathis Rosenhauer [Fri, 10 Aug 2012 14:53:27 +0000 (16:53 +0200)]
fixed some leaks and mem errors
Mathis Rosenhauer [Fri, 10 Aug 2012 09:41:40 +0000 (11:41 +0200)]
some optimizations for encoder thought up mostly by Joerg
Mathis Rosenhauer [Mon, 6 Aug 2012 16:01:03 +0000 (18:01 +0200)]
imitate szlib for gribex
Mathis Rosenhauer [Thu, 2 Aug 2012 15:05:44 +0000 (17:05 +0200)]
support all data sizes and signedness
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
Mathis Rosenhauer [Wed, 1 Aug 2012 13:13:28 +0000 (15:13 +0200)]
encoder and encode/decode test
Mathis Rosenhauer [Wed, 25 Jul 2012 16:01:03 +0000 (18:01 +0200)]
removed some redundant states
Mathis Rosenhauer [Wed, 25 Jul 2012 15:32:58 +0000 (17:32 +0200)]
whitespace cleanup for J
Mathis Rosenhauer [Wed, 25 Jul 2012 14:20:18 +0000 (16:20 +0200)]
Faster decoding if buffer space available
Mathis Rosenhauer [Tue, 24 Jul 2012 08:23:28 +0000 (10:23 +0200)]
Prototype FSM implementation of adaptive entropy decoder
Moritz Hanke [Fri, 11 May 2012 12:59:04 +0000 (14:59 +0200)]
adds initial code for binary header decoding
Moritz Hanke [Fri, 11 May 2012 12:58:24 +0000 (14:58 +0200)]
adds CCSDS documentation
Joerg Behrens [Fri, 11 May 2012 08:21:20 +0000 (10:21 +0200)]
initial commit