aboutsummaryrefslogtreecommitdiffstats
path: root/src/atrac
Commit message (Expand)AuthorAgeFilesLines
* [AT3P] Missed ut fixesDaniil Cherednik2024-08-191-3/+3
* Possibility to "look ahead" during encodingDaniil Cherednik2024-08-194-28/+51
* [AT3P] Fix tone present bitDaniil Cherednik2024-08-181-3/+4
* [AT3P] Fix total tones limitDaniil Cherednik2024-08-181-1/+1
* [AT3P] GHA fixesDaniil Cherednik2024-08-172-11/+11
* [AT3P] Some GHA related improvements:Daniil Cherednik2024-08-175-74/+246
* Fix missed headers, submodule branchDaniil Cherednik2024-08-112-0/+3
* [AT3P] Part of naive GHA processorDaniil Cherednik2024-08-114-21/+887
* Merge branch 'new_psy' into at3plus-devDaniil Cherednik2024-08-022-2/+97
|\
| * Bring some ATH related code from musepack projectDaniil Cherednik2024-08-032-2/+97
* | [AT3P] Add GHA related bitstream codeDaniil Cherednik2024-07-318-6/+2118
* | Merge branch 'master' into at3plus-devDaniil Cherednik2024-07-095-10/+10
|\|
| * 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
* | [AT3P] Introduce at3p development branchDaniil Cherednik2024-06-263-0/+150
|/
* [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