aboutsummaryrefslogtreecommitdiffstats
path: root/src/atrac
Commit message (Expand)AuthorAgeFilesLines
* [AT3] Attempt to improve quality:Daniil Cherednik2024-12-195-26/+82
* [AT3] Introduce energy aware quantizationDaniil Cherednik2024-12-154-19/+155
* Tiny quality improvements for ATRAC3 compatible mode:Daniil Cherednik2024-12-014-43/+61
* Reduce hearable noise in some tracks for ATRAC1 encoder.Daniil Cherednik2024-11-031-2/+2
* Merge branch 'master' into new_psyDaniil Cherednik2024-11-021-2/+2
|\
| * Do not use 8bit, 16bit types if do not realy need it.Daniil Cheredni2024-11-011-2/+2
* | Attempt to use adaptive ATH for ATRAC1Daniil Cherednik2024-10-115-8/+50
|/
* Use ATH during ATRAC1 encodingDaniil Cherednik2024-10-064-15/+47
* Bring some ATH related code from musepack projectDaniil Cherednik2024-08-032-2/+97
* Allow to configure atracdenc to use float instead of doubleDaniil Cherednik2024-07-094-7/+7
* [AT3P] Improve accuracy of PQFDaniil Cherednik2024-07-082-4/+4
* [refactoring] move some libraries in to library directoryDaniil Cherednik2024-06-176-6/+5
* [AT3P] Use fast DCT-IV calculation for PQFDaniil Cherednik2024-06-161-13/+10
* Use well known analyze/synthesis naming instead of split/merge4BDA26H33GTZ4HYUMIO2024-06-152-13/+13
* [AT3P] PQF implementationDaniil Cherednik2024-06-1411-888/+406
* Simple ipqf test and ref filesDaniil Cherednik2024-06-145-0/+324
* Fix unused variable warnings.Daniil Cherednik2023-11-181-42/+40
* Some ux improvementsDaniil Cherednik2023-09-081-3/+1
* Fix some CodeQL warningsDaniil Cherednik2022-02-211-6/+5
* Support for RealMedia output file format.ghost2022-02-201-2/+2
* [refactoring] Split CompressedIO interface for Read and Write partDaniil Cherednik2021-08-282-4/+4
* Fix range to search proper bit allocationDaniil Cherednik2020-12-071-3/+3
* [atrac3] Simple adaptive MS bitrate shiftDaniil Cherednik2020-07-082-9/+39
* Fix project compilationDaniil Cherednik2020-03-271-1/+0
* [atrac3] 0.83/0.16 M/S bitrate separation for joint stereo codingDaniil Cherednik2020-01-203-24/+64
* [atrac3] Initial joint stereo mode support.Daniil Cherednik2020-01-121-5/+19
* Fix 64bit MSVS buildDaniil Cherednik2020-01-041-1/+1
* Fast float to nearest int round under 32bit MSVS buildDaniil Cherednik2020-01-041-3/+21
* Implementation of atrac3plus analysis pqfDaniil Cherednik2019-08-237-0/+917
* Fix some VS compilation warnings0.0.1Daniil Cherednik2019-05-171-4/+5
* Support for MS Windows platformDaniil Cherednik2019-05-1516-26/+31
* Remove extra copy/allocationDaniil Cherednik2018-07-282-1/+2
* Use lrint() + fesetround(FE_TONEAREST) instead of round() - a bit fasterDaniil Cherednik2018-07-284-4/+8
* Scale float values to (-1; 1) for internal processingDaniil Cherednik2018-07-043-3/+3
* atrac3: Tonal component coding improvements:Daniil Cherednik2018-07-023-47/+89
* more strict assert - check only last BFUDaniil Cherednik2017-10-291-1/+2
* workaround problem with encoding extremely loud tracksDaniil Cherednik2017-10-291-8/+8
* Find optimal BFU num during bit allocation.Daniil Cherednik2017-10-213-15/+29
* Fix bit allocationDaniil Cherednik2017-10-191-11/+6
* Fix strict aliasing warningDaniil Cherednik2017-07-231-6/+8
* Refactoring to be able to implement joint stereoDaniil Cherednik2017-07-233-54/+83
* Set default LP2 for ATRAC3Daniil Cherednik2017-06-151-1/+4
* Set LGPL v2.1 licenseDaniil Cherednik2017-02-1216-0/+288
* Dirty implementation of atrac3 encoder:Daniil Cherednik2016-09-0216-141/+1038
* Compilation warnings fixedDaniil Cherednik2016-07-171-9/+9
* a bit more generic TScalerDaniil Cherednik2016-03-085-27/+24
* split fixed bit allocation table for short and long blocksDaniil Cherednik2015-12-313-4/+18
* improve scaling accuracy, prevent overflowDaniil Cherednik2015-12-312-6/+8
* Some warnings fixed, -Wall enabledDaniil Cherednik2015-12-261-3/+0
* support of short window for encoding (without transient detection)Daniil Cherednik2015-12-085-16/+27