aboutsummaryrefslogtreecommitdiffstats
path: root/src/atracdenc.cpp
Commit message (Expand)AuthorAgeFilesLines
* refactoring:Daniil Cherednik2016-01-061-10/+13
* fix: do not swap stereo channels during decodingDaniil Cherednik2016-01-021-1/+1
* improve scaling accuracy, prevent overflowDaniil Cherednik2015-12-311-0/+5
* Some warnings fixed, -Wall enabledDaniil Cherednik2015-12-261-1/+1
* initial implementation of transient detection addedDaniil Cherednik2015-12-231-10/+31
* support of short window for encoding (without transient detection)Daniil Cherednik2015-12-081-48/+43
* refactoring: use TAtrac1EncodeSettings to configure encoderDaniil Cherednik2015-12-041-2/+2
* Algorithm of change BFU amountDaniil Cherednik2015-11-151-2/+2
* fast MIDCT implementation addedDaniil Cherednik2015-11-101-4/+3
* fast mdct added (vorbis implementation)Daniil Cherednik2015-11-041-26/+10
* fix: right multiplier in case of hi freq bandDaniil Cherednik2015-11-011-1/+2
* experimental first implementation of ATRAC encoderDaniil Cherednik2015-10-311-0/+213