aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Checkout submodules during cmake CI actionDaniil Cherednik2025-06-011-0/+2
* Merge branch 'at3plus-dev'Daniil Cherednik2025-05-3140-32/+6513
|\
| * [AT3P] Fix for Windows buildat3plus-devDaniil Cherednik2025-05-316-4/+12
| * [AT3P] Fix GHA frequency, phase quantization into indexDaniil Cherednik2025-05-292-22/+73
| * [AT3P] Update libgha. Experiment with upsample frame during GHA.Daniil Cherednik2025-05-232-0/+1
| * [AT3P] Adjust level of residual processingDaniil Cherednik2025-05-171-1/+2
| * [AT3P] Add advanced option for GHA debugDaniil Cherednik2025-05-163-12/+130
| * [AT3P] Update libgha version.Daniil Cherednik2025-05-151-0/+0
| * [AT3P] Adjust number of quant units during encoding.Daniil Cherednik2025-05-037-72/+179
| * Update README.mdDaniil Cherednik2025-05-031-2/+15
| * [AT3P] Use a bit speed optimised libgha.Daniil Cherednik2025-05-021-0/+0
| * Fix missed includeDaniil Cherednik2025-05-011-0/+1
| * [AT3P] Add GHA processing in to the bitstream encoding.Daniil Cherednik2025-04-269-27/+553
| * Revert "[AT3P] Delay for 1 frame during GHA. Adjust previous frame during."Daniil Cherednik2025-04-213-92/+45
| * [AT3P] Choice best code table (currently from one set only) during encoding.Daniil Cherednik2025-04-212-64/+127
| * Minimal implementation of AT3P bitstream for residual signal.Daniil Cherednik2025-04-1916-35/+975
| * Merge branch 'master' into at3plus-devDaniil Cherednik2025-01-2513-55/+76
| |\
| * | [AT3P] MDCT codeDaniil Cherednik2025-01-255-0/+276
| * | Merge branch 'new_psy' into at3plus-devDaniil Cherednik2025-01-047-31/+243
| |\ \
| * | | [AT3P] Delay for 1 frame during GHA. Adjust previous frame during.Daniil Cherednik2024-12-283-45/+92
| * | | Merge branch 'master' into at3plus-devDaniil Cherednik2024-12-2460-691/+838
| |\ \ \
| * | | | [AT3P] Tune GHA to extract more sine waves and bugfixDaniil Cherednik2024-11-261-16/+9
| * | | | [AT3P] [Bugfix] Do not generate zero amplitude waveDaniil Cherednik2024-10-241-1/+2
| * | | | [AT3P] Improve accuracy of magnitude calculation in case of not full frameDaniil Cherednik2024-10-232-9/+25
| * | | | [AT3P] Initial support for gha envelopeDaniil Cherednik2024-10-202-13/+136
| * | | | Fix missed free pqf ctx in utDaniil Cherednik2024-10-131-0/+14
| * | | | [AT3P] GHA development:Daniil Cherednik2024-10-069-219/+728
| * | | | [AT3P] Missed ut fixesDaniil Cherednik2024-08-191-3/+3
| * | | | Possibility to "look ahead" during encodingDaniil Cherednik2024-08-198-42/+94
| * | | | [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-177-74/+248
| * | | | Fix missed headers, submodule branchDaniil Cherednik2024-08-114-0/+4
| * | | | [AT3P] Part of naive GHA processorDaniil Cherednik2024-08-116-22/+908
| * | | | Merge branch 'new_psy' into at3plus-devDaniil Cherednik2024-08-022-2/+97
| |\ \ \ \
| * | | | | [AT3P] Add GHA related bitstream codeDaniil Cherednik2024-07-3111-7/+2140
| * | | | | Merge branch 'master' into at3plus-devDaniil Cherednik2024-07-0916-40/+112
| |\ \ \ \ \
| * | | | | | Add missed real fft implementation files.Daniil Cherednik2024-07-072-0/+207
| * | | | | | Add Generalized Harmonic Analysis library in to the branchDaniil Cherednik2024-07-063-4/+15
| * | | | | | Merge branch 'master' into at3plus-devDaniil Cherednik2024-07-065-3/+3
| |\ \ \ \ \ \
| * | | | | | | [AT3P] Introduce at3p development branchDaniil Cherednik2024-06-268-7/+265
* | | | | | | | Compatibility with modern cmakeDaniil Cherednik2025-04-263-3/+3
* | | | | | | | Merge branch 'new_psy'. It should reduce high frequency distortion for AT3 modeDaniil Cherednik2025-04-267-31/+245
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | / | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Do not check energy aware flag on each loop iterationDaniil Cherednik2024-12-221-10/+18
| * | | | | | Merge branch 'master' into new_psyDaniil Cherednik2024-12-2247-611/+594
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | [AT3] Attempt to improve quality:Daniil Cherednik2024-12-195-26/+82
| * | | | | | [AT3] Introduce energy aware quantizationDaniil Cherednik2024-12-156-19/+169
* | | | | | | Simplify scaler code reusage.Daniil Cherednik2025-01-0513-55/+76
| |/ / / / / |/| | | | |
* | | | | | [refactoring] Get rid of TFloat parameter. Use float.Daniil Cherednik2024-12-2146-493/+462