Make RSI padding for encoding compile time option as it affects performance
[platform/upstream/libaec.git] / src / decode.c
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