aac: fix intensity stereo reconstruction for ms_mask_present=0 case
[nihav.git] / nihav-itu / src / codecs / h264 / pic_ref.rs
2023-08-08 Kostya Shishkovh264: prepare data references before decoding
2023-07-26 Kostya Shishkovfix clippy warnings
2023-06-14 Kostya Shishkovh264: add multi-threaded decoder
2023-06-14 Kostya Shishkovh264: make some structures shareable
2023-06-14 Kostya Shishkovh264: split current slice references into a separate...
2022-09-05 Kostya Shishkovh264: add SIMD optimisations for x86_64 (not enabled...
2022-07-27 Kostya Shishkovh264: fix sliding window frame reference dropping
2022-07-27 Kostya Shishkovh264: rework MB reconstruction and fix loop filtering
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