give 'str' variables more appropriate names
[nihav.git] / nihav-itu /
2022-09-05 Kostya Shishkovh264: add SIMD optimisations for x86_64 (not enabled...
2022-09-05 Kostya Shishkovh264: some micro-optimisations
2022-09-05 Kostya Shishkovh264/dsp: split avg() function by size
2022-09-05 Kostya Shishkovh264: cache frame width/height
2022-09-05 Kostya Shishkovh264/dsp: split chroma_interp() by width
2022-09-05 Kostya Shishkovh264/mc: add a stub for using optimised implementations
2022-09-05 Kostya Shishkovh264: fix tests after accidental gray_block() fix
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: 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: fix sliding window frame reference dropping
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