aac: fix intensity stereo reconstruction for ms_mask_present=0 case
[nihav.git] / nihav-itu / src / codecs / h264 / mb_recon.rs
2023-08-08 Kostya Shishkovh264: prepare data references before decoding
2023-08-07 Kostya Shishkovh264: miscellaneous micro-optimisations
2023-08-05 Kostya Shishkovh264: make a specific version of 4x4 bidirectional...
2023-08-05 Kostya Shishkovh264: reduce number of arguments for mc_blocks()
2023-06-14 Kostya Shishkovh264: add multi-threaded decoder
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: split put_block_weighted() by size
2022-09-05 Kostya Shishkovh264: make a separate structure for motion compensation DSP
2022-07-27 Kostya Shishkovh264: reword MB reconstruction and add weighted MC