aac: fix intensity stereo reconstruction for ms_mask_present=0 case
[nihav.git] / nihav-itu / src / codecs / h264 / types.rs
2023-08-11 Kostya Shishkovh264: more micro-optimisations
2023-08-08 Kostya Shishkovh264: prepare data references before decoding
2023-08-07 Kostya Shishkovh264: miscellaneous micro-optimisations
2023-08-05 Kostya Shishkovh264: cache data before use in fill_deblock()
2023-07-26 Kostya Shishkovfix clippy warnings
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-09-05 Kostya Shishkovh264: some micro-optimisations
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
2020-12-16 Kostya Shishkovfix or silence clippy warnings
2020-12-12 Kostya Shishkovmostly working ITU H.264 decoder