Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | annotate the sources for test samples | Kostya Shishkov | 2021-11-20 | 1 | -0/+3 |
* | replace vec.truncate(0) with vec.clear() | Kostya Shishkov | 2021-10-29 | 3 | -9/+9 |
* | h264: make debug and release versions of MC functions for better performance | Kostya Shishkov | 2021-05-13 | 3 | -207/+505 |
* | h264: use 6-bit state_idx in CABAC decoder (this eliminates boundary check) | Kostya Shishkov | 2021-05-12 | 1 | -1/+1 |
* | fix clippy warnings for update to rustc 1.46 | Kostya Shishkov | 2021-04-04 | 7 | -7/+7 |
* | fix or silence clippy warnings | Kostya Shishkov | 2020-12-16 | 10 | -18/+24 |
* | h264: split out main chroma MC cases | Kostya Shishkov | 2020-12-15 | 1 | -7/+27 |
* | mostly working ITU H.264 decoder | Kostya Shishkov | 2020-12-12 | 13 | -0/+8736 |