aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Experimental implementation of gain control.atrac3_gaincontrolDaniil Cherednik2016-07-178-33/+255
* some improvements of ATRAC3 implementation:atrac3Daniil Cherednik2016-06-1940-534/+1465
* Fix memory corruption: wrong size of HPFBuffer.Daniil Cherednik2016-04-222-9/+8
* fix memory corruptionDaniil Cherednik2016-04-221-1/+1
* fix memory corruptionDaniil Cherednik2016-04-221-1/+1
* atrac3 analyze and synthesis MLT and possibility to apply gain infoDaniil Cherednik2016-04-1712-49/+519
* fix ut buildDaniil Cherednik2016-04-051-0/+1
* atracdenc ut added to CMake buildDaniil Cherednik2016-04-053-1/+16
* bitstream ut added to CMake buildDaniil Cherednik2016-04-051-0/+7
* mdct ut added to CMake buildDaniil Cherednik2016-04-053-0/+23
* auto choice CLC/VLC mode.Daniil Cherednik2016-03-133-21/+57
* Initial implementation of atrac3 stream (CLC and VLC)Daniil Cherednik2016-03-1320-24/+1062
* do not use compile time frame size specialisationDaniil Cherednik2016-03-084-8/+22
* a bit more generic TScalerDaniil Cherednik2016-03-087-30/+27
* autodetect saved fmt by file extension (WAV, AU, AIFF, RAW)Daniil Cherednik2016-03-072-10/+37
* old Makefiles removedDaniil Cherednik2016-03-072-20/+0
* remove suboptimal multiply readf (writef) libsndfile calls during reading or ...Daniil Cherednik2016-03-073-48/+71
* refactoring:Daniil Cherednik2016-01-067-32/+63
* fix: do not swap stereo channels during decodingDaniil Cherednik2016-01-021-1/+1
* split fixed bit allocation table for short and long blocksDaniil Cherednik2015-12-313-4/+18
* improve scaling accuracy, prevent overflowDaniil Cherednik2015-12-314-6/+16
* use libsndfile instead of own wav readerDaniil Cherednik2015-12-276-116/+78
* Some warnings fixed, -Wall enabledDaniil Cherednik2015-12-267-13/+10
* CMakeLists.txt addedDaniil Cherednik2015-12-261-0/+14
* Some improvements of transient detector (missed header changes)Daniil Cherednik2015-12-241-0/+1
* Some improvements of transient detectorDaniil Cherednik2015-12-241-6/+13
* initial implementation of transient detection addedDaniil Cherednik2015-12-238-21/+149
* support of short window for encoding (without transient detection)Daniil Cherednik2015-12-0811-76/+193
* refactoring: use TAtrac1EncodeSettings to configure encoderDaniil Cherednik2015-12-044-4/+33
* BitsBooster added - use unused by psy bits to reduce aliasingDaniil Cherednik2015-11-242-5/+81
* fix bitrate shift constant.Daniil Cherednik2015-11-221-1/+1
* missed header addedDaniil Cherednik2015-11-224-2/+4
* delay compensation fixedDaniil Cherednik2015-11-221-2/+0
* Create README.mdDaniil Cherednik2015-11-151-0/+21
* Algorithm of change BFU amountDaniil Cherednik2015-11-155-43/+133
* fix: compensate delay should be 39 sample not 23Daniil Cherednik2015-11-141-6/+8
* reduce aliasing near 5512HzDaniil Cherednik2015-11-131-2/+2
* fast MIDCT implementation addedDaniil Cherednik2015-11-106-4/+204
* probably a bit more correct fixed alloc tableDaniil Cherednik2015-11-081-3/+3
* progress bar addedDaniil Cherednik2015-11-071-1/+10
* changes aea header:Daniil Cherednik2015-11-073-7/+20
* fast mdct added (vorbis implementation)Daniil Cherednik2015-11-0410-27/+702
* fix: double -> int cast, should be round()Daniil Cherednik2015-11-021-1/+1
* fix: right multiplier in case of hi freq bandDaniil Cherednik2015-11-011-1/+2
* fix: stop iteration to find shift constant in case of shiftMax approximatelyDaniil Cherednik2015-11-011-0/+5
* experimental first implementation of ATRAC encoderDaniil Cherednik2015-10-3124-0/+1523
* 3rd part added (gtest)Daniil Cherednik2015-09-23180-0/+141104