aac: fix intensity stereo reconstruction for ms_mask_present=0 case
[nihav.git] / nihav-mpeg /
2024-03-19 Kostya Shishkovaac: fix intensity stereo reconstruction for ms_mask_pr... master
2023-07-26 Kostya Shishkovfix clippy warnings
2023-07-19 Kostya Shishkovaac: fix intensity stereo direction
2023-06-24 Kostya Shishkovaac: fix intensity and mid/side stereo reconstruction
2023-03-13 Kostya Shishkovaacsbr: fix high<->low resolution envelope mapping
2023-03-13 Kostya Shishkovaacsbr: fix off-by-one situation with envelope borders
2022-12-23 Kostya Shishkovdisable or remove unneeded debug messages
2022-12-23 Kostya Shishkovmake validate!() print message only in debug builds
2022-10-29 Kostya Shishkovremove stray whitespaces
2022-07-07 Kostya Shishkovaac: SBR support (without PS)
2022-07-04 Kostya Shishkovaac: support Program Config Element a bit
2022-04-02 Kostya Shishkovaac: use lookup table for coefficient quantisation
2022-04-01 Kostya Shishkovaac: do not add 16 to large coefficients
2022-03-30 Kostya Shishkovaac: split decoder into (sub)modules
2022-01-09 Kostya Shishkovmpegaudio: make packetiser checks less verbose
2021-12-02 Kostya Shishkovmp3: small workaround for some slightly bad encodes
2021-12-02 Kostya Shishkovmp3: fix reconstruction
2021-12-01 Kostya Shishkovadd MPEG Audio Layer II decoder
2021-11-23 Kostya Shishkovmpegaudio: handle VBRI tag in packetiser as well
2021-11-22 Kostya Shishkovmpegaudio: get duration from Xing/LAME information...
2021-11-20 Kostya Shishkovannotate the sources for test samples
2021-11-19 Kostya Shishkovadd bytes_left() to NAPacketiser so its internal buffer...
2021-11-15 Kostya Shishkovmpeg: add MPEG Audio packetiser
2021-11-15 Kostya Shishkovmp3: fix reconstruction bugs
2021-11-12 Kostya Shishkovmpeg/mp3: increase MP3 payload buffer size
2021-11-09 Kostya Shishkovmove AAC decoder to nihav-mpeg crate
2021-11-09 Kostya Shishkovadd nihav-mpeg crate