aboutsummaryrefslogtreecommitdiffstats
path: root/nihav-rad/src/codecs/bink2.rs
Commit message (Expand)AuthorAgeFilesLines
* annotate the sources for test samplesKostya Shishkov2021-11-201-0/+1
* fix clippy warnings for update to rustc 1.46Kostya Shishkov2021-04-041-1/+1
* rename register_all_codecs to register_all_decodersKostya Shishkov2020-07-091-2/+2
* rad: fix or silence clippy warningsKostya Shishkov2020-06-161-2/+3
* introduce option handling for decodersKostya Shishkov2020-06-011-0/+6
* fix import crate for codec testsKostya Shishkov2020-02-211-1/+1
* split nihav-codec-support crate from nihav-coreKostya Shishkov2020-02-201-0/+1
* make all codec crates export just register_all functions and document themKostya Shishkov2020-02-171-2/+2
* remove trailing whitespacesKostya Shishkov2020-02-111-1/+1
* Make BitReader rely on passed slice size without the additional arguments.Kostya Shishkov2020-02-111-1/+1
* make decoders Send-ableKostya Shishkov2019-11-271-1/+1
* add flush() to decoder interfaceKostya Shishkov2019-11-091-0/+3
* rad: fix some clippy warningsKostya Shishkov2019-05-151-5/+3
* fix clippy errorsKostya Shishkov2019-05-141-2/+6
* mark traits as dynKostya Shishkov2019-05-141-1/+1
* introduce NADecoderSupport and buffer poolsKostya Shishkov2019-05-021-2/+2
* switch NAFrame references to ArcKostya Shishkov2019-04-291-1/+1
* switch NACodecInfo to ArcKostya Shishkov2019-04-291-3/+3
* switch to refcounted buffersKostya Shishkov2019-04-281-1/+1
* bink2: fix intra block DCsKostya Shishkov2019-04-171-2/+2
* bink2: transpose quant matrix for KB2fKostya Shishkov2019-03-251-1/+1
* bink2: alpha support and proper slicesKostya Shishkov2019-03-221-41/+143
* bink2: decode KB2i flagsKostya Shishkov2019-03-211-52/+52
* bink2: luma MC and slice height fixesKostya Shishkov2019-03-191-19/+27
* bink2: correct KB2f IDCTKostya Shishkov2019-03-181-8/+9
* bink2: implement calc_dc as in the referenceKostya Shishkov2019-03-161-3/+20
* disable bink2 test outputKostya Shishkov2019-03-151-1/+1
* Bink2 semi-working decoderKostya Shishkov2019-03-151-1/+2088
* RAD formats crate and Smacker demuxer and decoderKostya Shishkov2019-01-231-0/+6