summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-07-28Use memmove since areas overlap.Mathis Rosenhauer1-1/+1
2014-07-28Simpler padding.Mathis Rosenhauer1-22/+21
2014-07-25Windows install fixes.Mathis Rosenhauer1-2/+1
2014-07-25Fixed Windows static lib buid.Mathis Rosenhauer1-6/+5
2014-07-24Add some ChangeLog.Mathis Rosenhauer1-66/+0
2014-07-24DLL support for Windows.Mathis Rosenhauer9-67/+45
2014-07-23Remove stdout support since it creates problems on Windows.Mathis Rosenhauer1-68/+58
2014-07-23Support CLZ intrinsic for VC.Mathis Rosenhauer2-3/+11
2014-07-16Export symbols for Windows dlls.Mathis Rosenhauer1-3/+22
2014-07-16Remove getopt for Windows compatibility.Mathis Rosenhauer1-47/+44
2014-07-16Remove unistd.h from coders.Mathis Rosenhauer2-2/+0
2014-07-16CMake checks for inline and restrict. Toupper.Mathis Rosenhauer1-13/+13
2014-07-15Add benchmake target.Mathis Rosenhauer1-0/+1
2014-07-15Add CMake files to dist.Mathis Rosenhauer1-0/+2
2014-07-14Initial CMake support.Mathis Rosenhauer1-0/+24
2014-07-14Shut up Wmaybe-uninitialized.Mathis Rosenhauer1-0/+1
2014-03-03Add simple program to measure run-time.Thomas Jahns2-0/+124
2014-03-03Fix use of macro.Thomas Jahns1-2/+2
2014-02-13option for pp disableMathis Rosenhauer1-1/+5
2014-02-12Only encode full and partial blocks of last RSIMathis Rosenhauer1-0/+3
2014-02-12larger default bufferMathis Rosenhauer1-1/+1
2014-02-11only assess splitting for id_len>1Mathis Rosenhauer1-1/+4
2014-02-11correct lenght calculation for SEMathis Rosenhauer1-1/+1
2014-02-11docs updateMathis Rosenhauer4-4/+4
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 Rosenhauer1-2/+2
2014-02-10RSI padding for encoding and decodingMathis Rosenhauer2-3/+10
2014-02-07remove sentence about fs limitationMathis Rosenhauer1-7/+5
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 Rosenhauer8-8/+8
2014-02-04better error handling in case of corrupt dataMathis Rosenhauer3-4/+17
2014-02-04option to pad RSI to byte boundaryMathis Rosenhauer4-10/+19
2014-02-04add support for restricted coding optionsMathis Rosenhauer4-21/+53
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-07-31additional vectorizationMathis Rosenhauer2-57/+32
2013-07-24convert to for loop for vectorizationMathis Rosenhauer1-27/+25
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 Rosenhauer2-6/+7
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