aboutsummaryrefslogtreecommitdiffstats
path: root/nihav-itu/src/codecs/h264/types.rs
Commit message (Expand)AuthorAgeFilesLines
* h264: more micro-optimisationsKostya Shishkov2023-08-111-2/+3
* h264: prepare data references before decodingKostya Shishkov2023-08-081-6/+28
* h264: miscellaneous micro-optimisationsKostya Shishkov2023-08-071-5/+25
* h264: cache data before use in fill_deblock()Kostya Shishkov2023-08-051-17/+58
* fix clippy warningsKostya Shishkov2023-07-261-20/+8
* h264: split current slice references into a separate structureKostya Shishkov2023-06-141-5/+5
* h264: add SIMD optimisations for x86_64 (not enabled by default)Kostya Shishkov2022-09-051-36/+13
* h264: some micro-optimisationsKostya Shishkov2022-09-051-15/+16
* h264: fix direct 8x8 inference modeKostya Shishkov2022-07-271-4/+13
* h264: reword MB reconstruction and add weighted MCKostya Shishkov2022-07-271-7/+9
* h264: rework MB reconstruction and fix loop filteringKostya Shishkov2022-07-271-32/+62
* fix or silence clippy warningsKostya Shishkov2020-12-161-9/+4
* mostly working ITU H.264 decoderKostya Shishkov2020-12-121-0/+880