Slightly faster loading of accumulator.
[platform/upstream/libaec.git] / src / decode.c
2014-10-30 Mathis RosenhauerSlightly faster loading of accumulator.
2014-10-29 Mathis RosenhauerIncrease code sharing between CLZ implementations.
2014-10-28 Mathis RosenhauerFormatting.
2014-10-27 Mathis RosenhauerAvoid operations in k=0 case.
2014-10-24 Mathis Rosenhauerxmin/xmax all 32 bits.
2014-10-24 Moritz Hankeremoves on loop in FLUSH
2014-10-24 Moritz Hankereplace "<" in FLUSH with "&"
2014-10-24 Moritz Hankereplaces subtraction with XOR in FLUSH
2014-10-24 Moritz Hankemakes last_out int32_t
2014-10-24 Moritz Hankeremoves "int32_t xmin" from FLUSH
2014-10-24 Moritz Hankeuses 32bit Operations in FLUSH
2014-10-24 Moritz Hankereplaces if statement in FLUSH with a little bit hack
2014-08-06 Mathis RosenhauerLicense reformatting for proportional fonts.
2014-08-06 Mathis RosenhauerSet uncomp_len and ref during init. Important for no PP.
2014-08-06 Mathis RosenhauerFix -pedantic warnings.
2014-08-01 Mathis RosenhauerMore explicit casting to shup up VS.
2014-07-30 Mathis RosenhauerShut off clang warnings.
2014-07-24 Mathis RosenhauerDLL support for Windows.
2014-07-23 Mathis RosenhauerSupport CLZ intrinsic for VC.
2014-07-16 Mathis RosenhauerRemove unistd.h from coders.
2014-03-03 Thomas JahnsFix use of macro.
2014-02-11 Mathis Rosenhauerdocs update
2014-02-10 Mathis RosenhauerMake RSI padding for encoding compile time option as...
2014-02-10 Mathis RosenhauerRSI padding for encoding and decoding
2014-02-07 Mathis Rosenhauerremove sentence about fs limitation
2014-02-06 Mathis Rosenhauer56 bits for FS are not enough for lage block situations...
2014-02-05 Mathis Rosenhauerversion bump (beta)
2014-02-04 Mathis Rosenhauerbetter error handling in case of corrupt data
2014-02-04 Mathis Rosenhaueroption to pad RSI to byte boundary
2014-02-04 Mathis Rosenhaueradd support for restricted coding options
2013-08-12 Mathis Rosenhauerse_table now has static size
2013-02-27 Mathis Rosenhauerunused var and trivial function
2013-02-19 Mathis Rosenhauerclean up
2013-02-19 Mathis RosenhauerUse AC_CHECK_DECLS, suggestion by Thomas J.
2013-02-19 Mathis Rosenhauerfixed C&P omission
2013-02-19 Moritz Hankeunrolling in fill_acc
2013-02-19 Mathis RosenhauerUse gcc intrinsic for BSR. TODO: look into gcc sources...
2013-02-19 Moritz Hankefaster postprocessing
2013-02-19 Mathis RosenhauerRenaming and removal of redundant members
2013-02-19 Mathis Rosenhauerunfilter speedup by Moritz
2013-02-19 Mathis RosenhauerWrite directly to output buffer
2013-02-19 Mathis RosenhauerSmall PP improvement, avoid buffer copy
2013-02-19 Mathis RosenhauerLess CPP abuse
2013-02-19 Mathis RosenhauerSlightly faster bit and fs getters, more forced inlining
2013-02-19 Mathis Rosenhauerremove casts from malloc
2013-02-19 Mathis RosenhauerAdd license to source files
2013-02-19 Mathis Rosenhauerpluralization
2013-02-19 Mathis Rosenhauerless pathetic FS getter
2013-02-19 Mathis RosenhauerRenaming and redundant variable removal
2013-02-19 Mathis Rosenhauerbuffer output and filter in one go
2013-02-19 Mathis RosenhauerBuffer too small
2013-02-19 Mathis RosenhauerCreate SE decoding table on the fly
2013-02-19 Mathis RosenhauerDecoder: turn FSM switch into functions
2013-02-19 Mathis RosenhauerFix another zero block bug with check
2013-02-19 Mathis RosenhauerFix name mismatch
2013-02-19 Mathis Rosenhauerlib functions for simple buffer encoding/decoding
2013-02-19 Mathis RosenhauerRemove dependency on stdint in API
2013-02-19 Mathis RosenhauerReformatting
2013-02-19 Mathis RosenhauerRename everything to aec
2013-02-19 Mathis RosenhauerMerged encode and decode into aec
2013-02-19 Mathis RosenhauerWorking 3 byte datatype support.
2012-09-15 Mathis RosenhauerAccessors for all data types. Implemented with macros...
2012-09-13 Mathis Rosenhauerfix signed handling
2012-09-03 Mathis Rosenhauerint64_t casts to make 32Bit samples work again
2012-09-03 Mathis RosenhauerAdditions from 121x0b2: option selection, larger blocks.
2012-08-24 Mathis RosenhauerObvious performance enhancements for encoding
2012-08-22 Mathis RosenhauerSzip decompression error be gone
2012-08-15 Mathis RosenhauerMore options for encode/decode to aid in testing
2012-08-14 Mathis RosenhauerAllow > 64bit FS for large segment sizes
2012-08-13 Mathis Rosenhauergetopt cmd line parsing in examples