summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-03-03Add simple program to measure run-time.Thomas Jahns4-11/+126
2014-03-03Allow benchmarks in VPATH builds.Thomas Jahns2-3/+4
2014-03-03Fix use of macro.Thomas Jahns1-2/+2
2014-02-24Download compressed sample dataMathis Rosenhauer2-4/+6
2014-02-19reference performance number from haswellMathis Rosenhauer1-3/+7
2014-02-18benchmarking for encoding and decodingMathis Rosenhauer4-2/+56
2014-02-13option for pp disableMathis Rosenhauer1-1/+5
2014-02-13additional testing for encoding sample dataMathis Rosenhauer1-35/+42
2014-02-12Only encode full and partial blocks of last RSIMathis Rosenhauer1-0/+3
2014-02-12version bumpMathis Rosenhauer1-1/+1
2014-02-12larger default bufferMathis Rosenhauer1-1/+1
2014-02-11test encoding for some filesMathis Rosenhauer1-0/+5
2014-02-11only assess splitting for id_len>1Mathis Rosenhauer1-1/+4
2014-02-11correct lenght calculation for SEMathis Rosenhauer2-4/+4
2014-02-11docs updateMathis Rosenhauer5-5/+11
2014-02-10Make RSI padding for encoding compile time option as it affects performanceMathis Rosenhauer2-6/+8
2014-02-10Fix encoding long fs + check. Only relevant for j=64Mathis Rosenhauer2-14/+10
2014-02-10RSI padding for encoding and decodingMathis Rosenhauer2-3/+10
2014-02-07remove sentence about fs limitationMathis Rosenhauer1-7/+5
2014-02-07check long fsMathis Rosenhauer2-2/+77
2014-02-0656 bits for FS are not enough for lage block situations. FixedMathis Rosenhauer1-3/+10
2014-02-06typosMathis Rosenhauer1-2/+2
2014-02-05version bump (beta)Mathis Rosenhauer10-10/+10
2014-02-05test with NASA's sample dataMathis Rosenhauer2-1/+70
2014-02-04better error handling in case of corrupt dataMathis Rosenhauer4-8/+21
2014-02-04option to pad RSI to byte boundaryMathis Rosenhauer4-10/+19
2014-02-04add support for restricted coding optionsMathis Rosenhauer5-21/+55
2014-02-04reformatting, option renaming and helpMathis Rosenhauer1-56/+36
2014-02-04drop .aec extension in favor of ccsds .rzMathis Rosenhauer1-3/+3
2013-08-12se_table now has static sizeMathis Rosenhauer2-6/+1
2013-08-12vectorized more accessorsMathis Rosenhauer1-185/+47
2013-08-01Allow output files >2GBMathis Rosenhauer1-1/+2
2013-08-01Require C99Mathis Rosenhauer2-0/+18
2013-07-31additional vectorizationMathis Rosenhauer2-57/+32
2013-07-24convert to for loop for vectorizationMathis Rosenhauer1-27/+25
2013-05-21updated linkMathis Rosenhauer1-5/+5
2013-04-26Add logo to distMathis Rosenhauer1-1/+1
2013-03-15No dynamic allocation of cds_buffer. Struct member instead.Mathis Rosenhauer2-13/+9
2013-02-27unused var and trivial functionMathis Rosenhauer1-10/+4
2013-02-26Fix crash when input data isn't a multiple of the storage sizeMathis Rosenhauer3-10/+13
2013-02-19turn emitblock_fs macro into functionMathis Rosenhauer1-39/+27
2013-02-19turn emitblock macro into functionMathis Rosenhauer1-96/+91
2013-02-19unrollingMoritz Hanke1-4/+59
2013-02-19Revert "Let compiler decide how to unroll"Mathis Rosenhauer1-4/+29
2013-02-19Let compiler decide how to unrollMathis Rosenhauer1-29/+4
2013-02-19slight speed-up for simpler codeMathis Rosenhauer1-25/+16
2013-02-19clean upMathis Rosenhauer1-3/+3
2013-02-19Use AC_CHECK_DECLS, suggestion by Thomas J.Mathis Rosenhauer2-11/+2
2013-02-19fixed C&P omissionMathis Rosenhauer2-5/+5
2013-02-19unrolling in fill_accMoritz Hanke1-1/+18