index
:
nihav
master
Mirror of nihav.org project
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
nihav-qt
Commit message (
Expand
)
Author
Age
Files
Lines
*
svq1: rework frame reconstruction
Kostya Shishkov
2024-08-06
1
-27
/
+48
*
svq1: fix +-128 values in inter means codebook
Kostya Shishkov
2024-08-06
1
-2
/
+2
*
fix clippy warnings
Kostya Shishkov
2023-07-26
6
-11
/
+12
*
disable or remove unneeded debug messages
Kostya Shishkov
2022-12-23
1
-1
/
+1
*
make validate!() print message only in debug builds
Kostya Shishkov
2022-12-23
1
-0
/
+5
*
fix some clippy warnings
Kostya Shishkov
2022-09-22
4
-7
/
+7
*
typo
Kostya Shishkov
2022-09-22
1
-1
/
+1
*
annotate the sources for test samples
Kostya Shishkov
2021-11-20
10
-1
/
+13
*
add some description to crates providing (de)coders and (de)muxers
Kostya Shishkov
2021-10-29
1
-0
/
+1
*
use proper audio buffer truncation function
Kostya Shishkov
2021-10-29
1
-3
/
+2
*
replace vec.truncate(0) with vec.clear()
Kostya Shishkov
2021-10-29
3
-7
/
+7
*
ALAC decoder
Kostya Shishkov
2021-10-22
3
-1
/
+494
*
nihav_qt: move audio decoders wrongly listed as video decoders
Kostya Shishkov
2021-10-21
1
-4
/
+4
*
smc: fix repeat-two-blocks case
Kostya Shishkov
2021-08-10
1
-1
/
+3
*
smc: ignore first byte
Kostya Shishkov
2021-08-10
1
-2
/
+1
*
make tests that rely on external demuxers use only those from external crates
Kostya Shishkov
2021-04-05
1
-1
/
+1
*
fix clippy warnings for update to rustc 1.46
Kostya Shishkov
2021-04-04
5
-5
/
+6
*
svq1: inter mode uses wraparound instead of clamping
Kostya Shishkov
2021-03-06
1
-4
/
+4
*
remove trailing whitespace
Kostya Shishkov
2020-07-10
3
-5
/
+5
*
rename register_all_codecs to register_all_decoders
Kostya Shishkov
2020-07-09
11
-27
/
+27
*
qtrle: use proper file for 24-bit test
Kostya Shishkov
2020-07-06
1
-8
/
+8
*
qtrle: fix 32-bit test
Kostya Shishkov
2020-07-06
1
-1
/
+1
*
add nihav_qt crate with some QuickTime codecs
Kostya Shishkov
2020-07-06
17
-0
/
+9240