aboutsummaryrefslogtreecommitdiffstats
path: root/nihav-qt
Commit message (Expand)AuthorAgeFilesLines
* fix clippy warningsKostya Shishkov2023-07-266-11/+12
* 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
* add some description to crates providing (de)coders and (de)muxersKostya Shishkov2021-10-291-0/+1
* 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-223-1/+494
* nihav_qt: move audio decoders wrongly listed as video decodersKostya Shishkov2021-10-211-4/+4
* smc: fix repeat-two-blocks caseKostya Shishkov2021-08-101-1/+3
* smc: ignore first byteKostya Shishkov2021-08-101-2/+1
* make tests that rely on external demuxers use only those from external cratesKostya Shishkov2021-04-051-1/+1
* fix clippy warnings for update to rustc 1.46Kostya Shishkov2021-04-045-5/+6
* 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-0911-27/+27
* 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-0617-0/+9240