h264: rework MB reconstruction and fix loop filtering
[nihav.git] / nihav-itu /
2022-07-27 Kostya Shishkovh264: rework MB reconstruction and fix loop filtering
2022-07-27 Kostya Shishkovh264: drop unneeded mut
2022-07-27 Kostya Shishkovh264: fix some tables and indices in dsp
2022-07-27 Kostya Shishkovh264: fix transform order
2021-11-20 Kostya Shishkovannotate the sources for test samples
2021-10-29 Kostya Shishkovadd some description to crates providing (de)coders...
2021-10-29 Kostya Shishkovreplace vec.truncate(0) with vec.clear()
2021-05-13 Kostya Shishkovh264: make debug and release versions of MC functions...
2021-05-12 Kostya Shishkovh264: use 6-bit state_idx in CABAC decoder (this elimin...
2021-04-05 Kostya Shishkovmake tests that rely on external demuxers use only...
2021-04-04 Kostya Shishkovfix clippy warnings for update to rustc 1.46
2020-12-16 Kostya Shishkovfix or silence clippy warnings
2020-12-15 Kostya Shishkovh264: split out main chroma MC cases
2020-12-12 Kostya Shishkovmostly working ITU H.264 decoder