summaryrefslogtreecommitdiffstats
path: root/nihav-mpeg/src/codecs/aac
Commit message (Expand)AuthorAgeFilesLines
* aac: clear M/S flagsKostya Shishkov2024-05-071-0/+2
* aac: fix intensity stereo reconstruction for ms_mask_present=0 caseKostya Shishkov2024-03-191-1/+1
* fix clippy warningsKostya Shishkov2023-07-264-12/+12
* aac: fix intensity stereo directionKostya Shishkov2023-07-191-1/+1
* aac: fix intensity and mid/side stereo reconstructionKostya Shishkov2023-06-241-4/+7
* aacsbr: fix high<->low resolution envelope mappingKostya Shishkov2023-03-132-5/+6
* aacsbr: fix off-by-one situation with envelope bordersKostya Shishkov2023-03-132-42/+46
* disable or remove unneeded debug messagesKostya Shishkov2022-12-231-3/+2
* remove stray whitespacesKostya Shishkov2022-10-292-2/+2
* aac: SBR support (without PS)Kostya Shishkov2022-07-075-10/+2577
* aac: support Program Config Element a bitKostya Shishkov2022-07-042-2/+61
* aac: use lookup table for coefficient quantisationKostya Shishkov2022-04-023-10/+549
* aac: do not add 16 to large coefficientsKostya Shishkov2022-04-011-2/+2
* aac: split decoder into (sub)modulesKostya Shishkov2022-03-305-0/+1894