| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | aac: clear M/S flags | Kostya Shishkov | 2024-05-07 | 1 | -0/+2 |
| | | |||||
| * | Introduce NAPacketiser::attach_stream() | Kostya Shishkov | 2024-04-23 | 1 | -0/+1 |
| | | | | | | This allows packetisers to get initial stream information and act on it during parsing process or returning a new stream. | ||||
| * | aac: fix intensity stereo reconstruction for ms_mask_present=0 case | Kostya Shishkov | 2024-03-19 | 1 | -1/+1 |
| | | |||||
| * | fix clippy warnings | Kostya Shishkov | 2023-07-26 | 6 | -13/+17 |
| | | |||||
| * | aac: fix intensity stereo direction | Kostya Shishkov | 2023-07-19 | 1 | -1/+1 |
| | | |||||
| * | aac: fix intensity and mid/side stereo reconstruction | Kostya Shishkov | 2023-06-24 | 1 | -4/+7 |
| | | |||||
| * | aacsbr: fix high<->low resolution envelope mapping | Kostya Shishkov | 2023-03-13 | 2 | -5/+6 |
| | | |||||
| * | aacsbr: fix off-by-one situation with envelope borders | Kostya Shishkov | 2023-03-13 | 2 | -42/+46 |
| | | |||||
| * | disable or remove unneeded debug messages | Kostya Shishkov | 2022-12-23 | 1 | -3/+2 |
| | | |||||
| * | make validate!() print message only in debug builds | Kostya Shishkov | 2022-12-23 | 1 | -0/+5 |
| | | |||||
| * | remove stray whitespaces | Kostya Shishkov | 2022-10-29 | 2 | -2/+2 |
| | | |||||
| * | aac: SBR support (without PS) | Kostya Shishkov | 2022-07-07 | 8 | -10/+2581 |
| | | |||||
| * | aac: support Program Config Element a bit | Kostya Shishkov | 2022-07-04 | 2 | -2/+61 |
| | | |||||
| * | aac: use lookup table for coefficient quantisation | Kostya Shishkov | 2022-04-02 | 3 | -10/+549 |
| | | |||||
| * | aac: do not add 16 to large coefficients | Kostya Shishkov | 2022-04-01 | 1 | -2/+2 |
| | | |||||
| * | aac: split decoder into (sub)modules | Kostya Shishkov | 2022-03-30 | 6 | -1852/+1894 |
| | | |||||
| * | mpegaudio: make packetiser checks less verbose | Kostya Shishkov | 2022-01-09 | 1 | -5/+5 |
| | | |||||
| * | mp3: small workaround for some slightly bad encodes | Kostya Shishkov | 2021-12-02 | 1 | -1/+1 |
| | | |||||
| * | mp3: fix reconstruction | Kostya Shishkov | 2021-12-02 | 1 | -3/+5 |
| | | |||||
| * | add MPEG Audio Layer II decoder | Kostya Shishkov | 2021-12-01 | 4 | -7/+548 |
| | | |||||
| * | mpegaudio: handle VBRI tag in packetiser as well | Kostya Shishkov | 2021-11-23 | 1 | -0/+2 |
| | | |||||
| * | mpegaudio: get duration from Xing/LAME information if available | Kostya Shishkov | 2021-11-22 | 1 | -1/+18 |
| | | |||||
| * | annotate the sources for test samples | Kostya Shishkov | 2021-11-20 | 1 | -0/+4 |
| | | |||||
| * | add bytes_left() to NAPacketiser so its internal buffer size can be monitored | Kostya Shishkov | 2021-11-19 | 1 | -0/+1 |
| | | |||||
| * | mpeg: add MPEG Audio packetiser | Kostya Shishkov | 2021-11-15 | 3 | -0/+194 |
| | | |||||
| * | mp3: fix reconstruction bugs | Kostya Shishkov | 2021-11-15 | 1 | -11/+17 |
| | | |||||
| * | mpeg/mp3: increase MP3 payload buffer size | Kostya Shishkov | 2021-11-12 | 1 | -1/+1 |
| | | |||||
| * | move AAC decoder to nihav-mpeg crate | Kostya Shishkov | 2021-11-09 | 3 | -2/+1861 |
| | | |||||
| * | add nihav-mpeg crate | Kostya Shishkov | 2021-11-09 | 6 | -0/+1854 |
