| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | binkaud: fix monaural RDFT decoding (and add a test while at it) | Kostya Shishkov | 2024-07-02 | 1 | -2/+13 |
| | | |||||
| * | Bink Audio encoder (version b for now) | Kostya Shishkov | 2023-10-07 | 2 | -1/+735 |
| | | |||||
| * | binkaud: split out common data definitions for the future encoder | Kostya Shishkov | 2023-10-07 | 3 | -26/+38 |
| | | |||||
| * | Bink Video encoder (only 'b' version for now) | Kostya Shishkov | 2023-10-07 | 6 | -1/+1970 |
| | | |||||
| * | binkvid: move data tables into separate module | Kostya Shishkov | 2023-10-07 | 3 | -571/+575 |
| | | | | | This is preparation work for the upcoming encoder. | ||||
| * | smacker: add forgotten recursion depth check | Kostya Shishkov | 2023-10-07 | 1 | -0/+1 |
| | | |||||
| * | fix clippy warnings | Kostya Shishkov | 2023-07-26 | 3 | -6/+6 |
| | | |||||
| * | make validate!() print message only in debug builds | Kostya Shishkov | 2022-12-23 | 1 | -0/+5 |
| | | |||||
| * | annotate the sources for test samples | Kostya Shishkov | 2021-11-20 | 4 | -0/+8 |
| | | |||||
| * | use MaybeUninit properly | Kostya Shishkov | 2021-04-05 | 1 | -8/+8 |
| | | |||||
| * | fix clippy warnings for update to rustc 1.46 | Kostya Shishkov | 2021-04-04 | 3 | -3/+3 |
| | | |||||
| * | 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 |
| | | | | | | The former is intended just for NihAV decoders, the latter is for both NihAV crates and for the code using NihAV. | ||||
| * | 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 |
| | | |||||
