aac: fix intensity stereo reconstruction for ms_mask_present=0 case
[nihav.git] / nihav-itu / src / codecs / h264 / mod.rs
2023-06-14 Kostya Shishkovh264: add multi-threaded decoder
2023-06-14 Kostya Shishkovh264: move decoder-specific bits into separate module
2023-02-17 Kostya Shishkovrename "str" variable to avoid confusion with the primi...
2022-12-23 Kostya Shishkovdisable or remove unneeded debug messages
2022-09-05 Kostya Shishkovh264: add SIMD optimisations for x86_64 (not enabled...
2022-09-05 Kostya Shishkovh264: cache frame width/height
2022-09-05 Kostya Shishkovh264: make a separate structure for motion compensation DSP
2022-07-27 Kostya Shishkovh264: update test hashes after the changes
2022-07-27 Kostya Shishkovh264: fix direct 8x8 inference mode
2022-07-27 Kostya Shishkovh264: reword MB reconstruction and add weighted MC
2022-07-27 Kostya Shishkovh264: rework MB reconstruction and fix loop filtering
2021-11-20 Kostya Shishkovannotate the sources for test samples
2021-10-29 Kostya Shishkovreplace vec.truncate(0) with vec.clear()
2021-04-04 Kostya Shishkovfix clippy warnings for update to rustc 1.46
2020-12-16 Kostya Shishkovfix or silence clippy warnings
2020-12-12 Kostya Shishkovmostly working ITU H.264 decoder