summaryrefslogtreecommitdiff
path: root/src/decode.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-10Add gcc visibility only for API functionsMathis Rosenhauer1-1/+1
2016-08-19OS X and clang fixesMathis Rosenhauer1-1/+4
2016-08-15Add macro for used RSIMathis Rosenhauer1-4/+4
2016-05-19Small fix for WindowsMathis Rosenhauer1-1/+2
2016-04-14Bump yearMathis Rosenhauer1-1/+1
2016-01-28Type changesMathis Rosenhauer1-2/+2
2016-01-15Fail with uneven output buffer only if it filled up.Mathis Rosenhauer1-8/+9
2016-01-14Fail if output buffer cannot be completely filled with selected type.Mathis Rosenhauer1-0/+3
2015-02-04Version bump.Mathis Rosenhauer1-1/+1
2015-02-04Shut up VS warning.Mathis Rosenhauer1-3/+3
2014-10-30Slightly faster loading of accumulator.Mathis Rosenhauer1-28/+61
2014-10-29Increase code sharing between CLZ implementations.Mathis Rosenhauer1-15/+11
2014-10-28Formatting.Mathis Rosenhauer1-79/+75
2014-10-27Avoid operations in k=0 case.Mathis Rosenhauer1-6/+17
2014-10-24xmin/xmax all 32 bits.Mathis Rosenhauer1-3/+3
2014-10-24removes on loop in FLUSHMoritz Hanke1-13/+6
2014-10-24replace "<" in FLUSH with "&"Moritz Hanke1-6/+7
2014-10-24replaces subtraction with XOR in FLUSHMoritz Hanke1-2/+3
2014-10-24makes last_out int32_tMoritz Hanke1-5/+4
2014-10-24removes "int32_t xmin" from FLUSHMoritz Hanke1-4/+3
2014-10-24uses 32bit Operations in FLUSHMoritz Hanke1-28/+55
2014-10-24replaces if statement in FLUSH with a little bit hackMoritz Hanke1-8/+2
2014-08-06License reformatting for proportional fonts.Mathis Rosenhauer1-12/+9
2014-08-06Set uncomp_len and ref during init. Important for no PP.Mathis Rosenhauer1-0/+2
2014-08-06Fix -pedantic warnings.Mathis Rosenhauer1-9/+9
2014-08-01More explicit casting to shup up VS.Mathis Rosenhauer1-31/+33
2014-07-30Shut off clang warnings.Mathis Rosenhauer1-7/+7
2014-07-24DLL support for Windows.Mathis Rosenhauer1-10/+4
2014-07-23Support CLZ intrinsic for VC.Mathis Rosenhauer1-2/+10
2014-07-16Remove unistd.h from coders.Mathis Rosenhauer1-1/+0
2014-03-03Fix use of macro.Thomas Jahns1-2/+2
2014-02-11docs updateMathis Rosenhauer1-1/+1
2014-02-10Make RSI padding for encoding compile time option as it affects performanceMathis Rosenhauer1-6/+6
2014-02-10RSI padding for encoding and decodingMathis Rosenhauer1-3/+4
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-05version bump (beta)Mathis Rosenhauer1-1/+1
2014-02-04better error handling in case of corrupt dataMathis Rosenhauer1-1/+12
2014-02-04option to pad RSI to byte boundaryMathis Rosenhauer1-1/+3
2014-02-04add support for restricted coding optionsMathis Rosenhauer1-1/+13
2013-08-12se_table now has static sizeMathis Rosenhauer1-5/+0
2013-02-27unused var and trivial functionMathis Rosenhauer1-10/+4
2013-02-19clean upMathis Rosenhauer1-3/+3
2013-02-19Use AC_CHECK_DECLS, suggestion by Thomas J.Mathis Rosenhauer1-1/+1
2013-02-19fixed C&P omissionMathis Rosenhauer1-1/+1
2013-02-19unrolling in fill_accMoritz Hanke1-1/+18
2013-02-19Use gcc intrinsic for BSR. TODO: look into gcc sources for better C versionMathis Rosenhauer1-2/+8
2013-02-19faster postprocessingMoritz Hanke1-10/+23
2013-02-19Renaming and removal of redundant membersMathis Rosenhauer1-52/+46
2013-02-19unfilter speedup by MoritzMathis Rosenhauer1-16/+18