index
:
nihav
master
Mirror of nihav.org project
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
nihav-rad
/
src
/
codecs
/
bink2.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
annotate the sources for test samples
Kostya Shishkov
2021-11-20
1
-0
/
+1
*
fix clippy warnings for update to rustc 1.46
Kostya Shishkov
2021-04-04
1
-1
/
+1
*
rename register_all_codecs to register_all_decoders
Kostya Shishkov
2020-07-09
1
-2
/
+2
*
rad: fix or silence clippy warnings
Kostya Shishkov
2020-06-16
1
-2
/
+3
*
introduce option handling for decoders
Kostya Shishkov
2020-06-01
1
-0
/
+6
*
fix import crate for codec tests
Kostya Shishkov
2020-02-21
1
-1
/
+1
*
split nihav-codec-support crate from nihav-core
Kostya Shishkov
2020-02-20
1
-0
/
+1
*
make all codec crates export just register_all functions and document them
Kostya Shishkov
2020-02-17
1
-2
/
+2
*
remove trailing whitespaces
Kostya Shishkov
2020-02-11
1
-1
/
+1
*
Make BitReader rely on passed slice size without the additional arguments.
Kostya Shishkov
2020-02-11
1
-1
/
+1
*
make decoders Send-able
Kostya Shishkov
2019-11-27
1
-1
/
+1
*
add flush() to decoder interface
Kostya Shishkov
2019-11-09
1
-0
/
+3
*
rad: fix some clippy warnings
Kostya Shishkov
2019-05-15
1
-5
/
+3
*
fix clippy errors
Kostya Shishkov
2019-05-14
1
-2
/
+6
*
mark traits as dyn
Kostya Shishkov
2019-05-14
1
-1
/
+1
*
introduce NADecoderSupport and buffer pools
Kostya Shishkov
2019-05-02
1
-2
/
+2
*
switch NAFrame references to Arc
Kostya Shishkov
2019-04-29
1
-1
/
+1
*
switch NACodecInfo to Arc
Kostya Shishkov
2019-04-29
1
-3
/
+3
*
switch to refcounted buffers
Kostya Shishkov
2019-04-28
1
-1
/
+1
*
bink2: fix intra block DCs
Kostya Shishkov
2019-04-17
1
-2
/
+2
*
bink2: transpose quant matrix for KB2f
Kostya Shishkov
2019-03-25
1
-1
/
+1
*
bink2: alpha support and proper slices
Kostya Shishkov
2019-03-22
1
-41
/
+143
*
bink2: decode KB2i flags
Kostya Shishkov
2019-03-21
1
-52
/
+52
*
bink2: luma MC and slice height fixes
Kostya Shishkov
2019-03-19
1
-19
/
+27
*
bink2: correct KB2f IDCT
Kostya Shishkov
2019-03-18
1
-8
/
+9
*
bink2: implement calc_dc as in the reference
Kostya Shishkov
2019-03-16
1
-3
/
+20
*
disable bink2 test output
Kostya Shishkov
2019-03-15
1
-1
/
+1
*
Bink2 semi-working decoder
Kostya Shishkov
2019-03-15
1
-1
/
+2088
*
RAD formats crate and Smacker demuxer and decoder
Kostya Shishkov
2019-01-23
1
-0
/
+6