aboutsummaryrefslogtreecommitdiffstats
path: root/nihav-qt/src/codecs
Commit message (Expand)AuthorAgeFilesLines
* 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