| 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 |
| | | |||||
| * | binkmux: hopefully set audio codec flags correctly this time | Kostya Shishkov | 2023-10-09 | 1 | -3/+4 |
| | | |||||
| * | Bink Audio encoder (version b for now) | Kostya Shishkov | 2023-10-07 | 3 | -2/+736 |
| | | |||||
| * | binkaud: split out common data definitions for the future encoder | Kostya Shishkov | 2023-10-07 | 3 | -26/+38 |
| | | |||||
| * | Bink muxer | Kostya Shishkov | 2023-10-07 | 4 | -1/+306 |
| | | |||||
| * | Bink Video encoder (only 'b' version for now) | Kostya Shishkov | 2023-10-07 | 8 | -3/+1982 |
| | | |||||
| * | 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 | 5 | -11/+10 |
| | | |||||
| * | make validate!() print message only in debug builds | Kostya Shishkov | 2022-12-23 | 2 | -0/+10 |
| | | |||||
| * | annotate the sources for test samples | Kostya Shishkov | 2021-11-20 | 6 | -0/+10 |
| | | |||||
| * | add some description to crates providing (de)coders and (de)muxers | Kostya Shishkov | 2021-10-29 | 1 | -0/+1 |
| | | |||||
| * | replace vec.truncate(0) with vec.clear() | Kostya Shishkov | 2021-10-29 | 1 | -1/+1 |
| | | |||||
| * | 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 | 5 | -4/+5 |
| | | |||||
| * | introduce stream and container duration | Kostya Shishkov | 2020-10-04 | 2 | -4/+6 |
| | | |||||
| * | fix some warnings (unneeded parentheses, missing dyn keyword) | Kostya Shishkov | 2020-09-27 | 2 | -2/+2 |
| | | |||||
| * | rename register_all_codecs to register_all_decoders | Kostya Shishkov | 2020-07-09 | 6 | -14/+14 |
| | | |||||
| * | use NATimePoint for seeking | Kostya Shishkov | 2020-07-09 | 2 | -3/+8 |
| | | |||||
| * | make HAMShuffler generic | Kostya Shishkov | 2020-06-16 | 1 | -1/+1 |
| | | |||||
| * | rad: fix or silence clippy warnings | Kostya Shishkov | 2020-06-16 | 5 | -6/+12 |
| | | |||||
| * | introduce option handling for decoders | Kostya Shishkov | 2020-06-01 | 4 | -0/+30 |
| | | |||||
| * | introduce option handling for demuxers | Kostya Shishkov | 2020-05-31 | 2 | -0/+12 |
| | | |||||
| * | 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 |
| | | |||||
| * | smkdemux: ignore unknown audio streams with payload being present | Kostya Shishkov | 2020-02-25 | 1 | -1/+4 |
| | | | | | Some Smacker files have an additional stream with zero flags and 60Hz sampling rate. | ||||
| * | 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 |
| | | |||||
| * | fix re-exports of crate submodules | Kostya Shishkov | 2020-02-20 | 1 | -2/+2 |
| | | |||||
| * | split nihav-codec-support crate from nihav-core | Kostya Shishkov | 2020-02-20 | 5 | -2/+8 |
| | | | | | | 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 | 7 | -10/+17 |
| | | |||||
| * | remove trailing whitespaces | Kostya Shishkov | 2020-02-11 | 4 | -4/+4 |
| | | |||||
| * | 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 |
| | | |||||
| * | fix demuxer tests after introducing seek index | Kostya Shishkov | 2019-11-18 | 2 | -2/+4 |
| | | |||||
| * | bink demuxer: save timebase in context | Kostya Shishkov | 2019-11-17 | 1 | -0/+2 |
| | | |||||
| * | switch seek index to use milliseconds instead of timestamps | Kostya Shishkov | 2019-11-14 | 1 | -2/+3 |
| | | |||||
| * | initial seeking support | Kostya Shishkov | 2019-11-13 | 2 | -8/+20 |
| | | |||||
| * | add flush() to decoder interface | Kostya Shishkov | 2019-11-09 | 4 | -0/+13 |
| | | |||||
| * | rad: fix some clippy warnings | Kostya Shishkov | 2019-05-15 | 9 | -25/+25 |
| | | |||||
| * | fix clippy errors | Kostya Shishkov | 2019-05-14 | 1 | -2/+6 |
| | | |||||
| * | mark traits as dyn | Kostya Shishkov | 2019-05-14 | 6 | -8/+8 |
| | | |||||
| * | 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 |
| | | |||||
