| Commit message (Expand) | Author | Age | Files | Lines |
* | rename register_all_codecs to register_all_decoders | Kostya Shishkov | 2020-07-09 | 5 | -13/+13 |
* | make HAMShuffler generic | Kostya Shishkov | 2020-06-16 | 1 | -1/+1 |
* | rad: fix or silence clippy warnings | Kostya Shishkov | 2020-06-16 | 3 | -3/+6 |
* | introduce option handling for decoders | Kostya Shishkov | 2020-06-01 | 4 | -0/+30 |
* | binkvid: switch to MD5-based tests | Kostya Shishkov | 2020-03-08 | 1 | -10/+30 |
* | binkvid: align width to 8 when calculating bundle sizes | Kostya Shishkov | 2020-03-07 | 1 | -0/+1 |
* | binkvid: remove debug statements | Kostya Shishkov | 2020-03-07 | 1 | -16/+0 |
* | binkaud: separate tests for different audio flavours | Kostya Shishkov | 2020-03-07 | 1 | -6/+12 |
* | smacker: switch to MD5-based tests | Kostya Shishkov | 2020-03-06 | 1 | -9/+25 |
* | smacker-audio: use interleaved output format as it is stored that way too | Kostya Shishkov | 2020-02-25 | 1 | -4/+3 |
* | fix import crate for codec tests | Kostya Shishkov | 2020-02-21 | 4 | -4/+4 |
* | split nihav-codec-support crate from nihav-core | Kostya Shishkov | 2020-02-20 | 3 | -2/+4 |
* | make all codec crates export just register_all functions and document them | Kostya Shishkov | 2020-02-17 | 5 | -8/+9 |
* | remove trailing whitespaces | Kostya Shishkov | 2020-02-11 | 2 | -2/+2 |
* | Make BitReader rely on passed slice size without the additional arguments. | Kostya Shishkov | 2020-02-11 | 4 | -6/+6 |
* | make decoders Send-able | Kostya Shishkov | 2019-11-27 | 4 | -6/+6 |
* | make audio decoder tests write .wav files only by request | Kostya Shishkov | 2019-11-18 | 2 | -2/+2 |
* | add flush() to decoder interface | Kostya Shishkov | 2019-11-09 | 4 | -0/+13 |
* | rad: fix some clippy warnings | Kostya Shishkov | 2019-05-15 | 5 | -19/+11 |
* | fix clippy errors | Kostya Shishkov | 2019-05-14 | 1 | -2/+6 |
* | mark traits as dyn | Kostya Shishkov | 2019-05-14 | 4 | -6/+6 |
* | switch to better FFT interface and more flexible FFT implementation | Kostya Shishkov | 2019-05-05 | 1 | -1/+1 |
* | introduce NADecoderSupport and buffer pools | Kostya Shishkov | 2019-05-02 | 4 | -10/+10 |
* | switch NAFrame references to Arc | Kostya Shishkov | 2019-04-29 | 4 | -6/+6 |
* | switch NACodecInfo to Arc | Kostya Shishkov | 2019-04-29 | 4 | -14/+12 |
* | switch to refcounted buffers | Kostya Shishkov | 2019-04-28 | 4 | -8/+8 |
* | 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 |
* | smacker: reset only non-empty last symbols | Kostya Shishkov | 2019-02-16 | 1 | -1/+3 |
* | fix allocated buffer mutability after previous commit | Kostya Shishkov | 2019-02-15 | 3 | -6/+6 |
* | Bink video decoder | Kostya Shishkov | 2019-02-06 | 1 | -1/+1822 |
* | binkaudio: fix channelmap | Kostya Shishkov | 2019-01-31 | 1 | -1/+1 |
* | allow RDFT use inverse FFT and remove reversing results in Bink audio decoder | Kostya Shishkov | 2019-01-31 | 1 | -10/+2 |
* | Bink audio decoder (semi-working) | Kostya Shishkov | 2019-01-30 | 1 | -2/+309 |
* | RAD formats crate and Smacker demuxer and decoder | Kostya Shishkov | 2019-01-23 | 5 | -0/+687 |