aboutsummaryrefslogtreecommitdiffstats
path: root/nihav-qt/src/codecs
Commit message (Expand)AuthorAgeFilesLines
* svq1: rework frame reconstructionKostya Shishkov2024-08-061-27/+48
* svq1: fix +-128 values in inter means codebookKostya Shishkov2024-08-061-2/+2
* fix clippy warningsKostya Shishkov2023-07-265-11/+9
* disable or remove unneeded debug messagesKostya Shishkov2022-12-231-1/+1
* make validate!() print message only in debug buildsKostya Shishkov2022-12-231-0/+5
* fix some clippy warningsKostya Shishkov2022-09-224-7/+7
* typoKostya Shishkov2022-09-221-1/+1
* annotate the sources for test samplesKostya Shishkov2021-11-2010-1/+13
* use proper audio buffer truncation functionKostya Shishkov2021-10-291-3/+2
* replace vec.truncate(0) with vec.clear()Kostya Shishkov2021-10-293-7/+7
* ALAC decoderKostya Shishkov2021-10-222-0/+492
* smc: fix repeat-two-blocks caseKostya Shishkov2021-08-101-1/+3
* smc: ignore first byteKostya Shishkov2021-08-101-2/+1
* fix clippy warnings for update to rustc 1.46Kostya Shishkov2021-04-044-5/+5
* svq1: inter mode uses wraparound instead of clampingKostya Shishkov2021-03-061-4/+4
* remove trailing whitespaceKostya Shishkov2020-07-103-5/+5
* rename register_all_codecs to register_all_decodersKostya Shishkov2020-07-0910-26/+26
* qtrle: use proper file for 24-bit testKostya Shishkov2020-07-061-8/+8
* qtrle: fix 32-bit testKostya Shishkov2020-07-061-1/+1
* add nihav_qt crate with some QuickTime codecsKostya Shishkov2020-07-0615-0/+9200