aboutsummaryrefslogtreecommitdiffstats
path: root/nihav-itu/src/codecs
Commit message (Expand)AuthorAgeFilesLines
* annotate the sources for test samplesKostya Shishkov2021-11-201-0/+3
* replace vec.truncate(0) with vec.clear()Kostya Shishkov2021-10-293-9/+9
* h264: make debug and release versions of MC functions for better performanceKostya Shishkov2021-05-133-207/+505
* h264: use 6-bit state_idx in CABAC decoder (this eliminates boundary check)Kostya Shishkov2021-05-121-1/+1
* fix clippy warnings for update to rustc 1.46Kostya Shishkov2021-04-047-7/+7
* fix or silence clippy warningsKostya Shishkov2020-12-1610-18/+24
* h264: split out main chroma MC casesKostya Shishkov2020-12-151-7/+27
* mostly working ITU H.264 decoderKostya Shishkov2020-12-1213-0/+8736