aboutsummaryrefslogtreecommitdiffstats
path: root/nihav-mpeg/src/codecs
Commit message (Expand)AuthorAgeFilesLines
* aac: clear M/S flagsKostya Shishkov2024-05-071-0/+2
* Introduce NAPacketiser::attach_stream()Kostya Shishkov2024-04-231-0/+1
* aac: fix intensity stereo reconstruction for ms_mask_present=0 caseKostya Shishkov2024-03-191-1/+1
* fix clippy warningsKostya Shishkov2023-07-265-13/+13
* 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
* make validate!() print message only in debug buildsKostya Shishkov2022-12-231-0/+5
* remove stray whitespacesKostya Shishkov2022-10-292-2/+2
* aac: SBR support (without PS)Kostya Shishkov2022-07-076-10/+2579
* 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-306-1852/+1894
* mpegaudio: make packetiser checks less verboseKostya Shishkov2022-01-091-5/+5
* mp3: small workaround for some slightly bad encodesKostya Shishkov2021-12-021-1/+1
* mp3: fix reconstructionKostya Shishkov2021-12-021-3/+5
* add MPEG Audio Layer II decoderKostya Shishkov2021-12-014-7/+548
* mpegaudio: handle VBRI tag in packetiser as wellKostya Shishkov2021-11-231-0/+2
* mpegaudio: get duration from Xing/LAME information if availableKostya Shishkov2021-11-221-1/+18
* annotate the sources for test samplesKostya Shishkov2021-11-201-0/+4
* add bytes_left() to NAPacketiser so its internal buffer size can be monitoredKostya Shishkov2021-11-191-0/+1
* mpeg: add MPEG Audio packetiserKostya Shishkov2021-11-152-0/+192
* mp3: fix reconstruction bugsKostya Shishkov2021-11-151-11/+17
* mpeg/mp3: increase MP3 payload buffer sizeKostya Shishkov2021-11-121-1/+1
* move AAC decoder to nihav-mpeg crateKostya Shishkov2021-11-092-0/+1858
* add nihav-mpeg crateKostya Shishkov2021-11-094-0/+1817