aboutsummaryrefslogtreecommitdiffstats
path: root/src/mdct/mdct_ut.cpp
Commit message (Collapse)AuthorAgeFilesLines
* UT refactoringDaniil Cherednik2020-01-041-10/+10
|
* Support for MS Windows platformDaniil Cherednik2019-05-151-1/+1
| | | | | | - VS build (2017 tested) - Media Foundation Framework support to read/write pcm data (instead of libsndfile)
* Set LGPL v2.1 licenseDaniil Cherednik2017-02-121-0/+18
|
* kiss_fft library added, MDCT reimplemented via FFT:Daniil Cherednik2016-09-271-5/+32
| | | | | | - we need fft for some atrac3 features - we need fft to implement better psychoacoustics analysis - use single transform library
* Dirty implementation of atrac3 encoder:Daniil Cherednik2016-09-021-32/+32
| | | | | | | - no JS mode - constant quantiser for tonal components - gain controll implemented but produces some artifacts with real signals. - etc...
* fast MIDCT implementation addedDaniil Cherednik2015-11-101-0/+91
|
* fast mdct added (vorbis implementation)Daniil Cherednik2015-11-041-0/+64