rename register_all_codecs to register_all_decoders
[nihav.git] / nihav-rad / src / codecs / binkaud.rs
2020-07-09 Kostya Shishkovrename register_all_codecs to register_all_decoders
2020-06-16 Kostya Shishkovrad: fix or silence clippy warnings
2020-06-01 Kostya Shishkovintroduce option handling for decoders
2020-03-07 Kostya Shishkovbinkaud: separate tests for different audio flavours
2020-02-21 Kostya Shishkovfix import crate for codec tests
2020-02-20 Kostya Shishkovsplit nihav-codec-support crate from nihav-core
2020-02-17 Kostya Shishkovmake all codec crates export just register_all function...
2020-02-11 Kostya ShishkovMake BitReader rely on passed slice size without the...
2019-11-27 Kostya Shishkovmake decoders Send-able
2019-11-18 Kostya Shishkovmake audio decoder tests write .wav files only by request
2019-11-09 Kostya Shishkovadd flush() to decoder interface
2019-05-15 Kostya Shishkovrad: fix some clippy warnings
2019-05-14 Kostya Shishkovmark traits as dyn
2019-05-05 Kostya Shishkovswitch to better FFT interface and more flexible FFT...
2019-05-02 Kostya Shishkovintroduce NADecoderSupport and buffer pools
2019-04-29 Kostya Shishkovswitch NAFrame references to Arc
2019-04-29 Kostya Shishkovswitch NACodecInfo to Arc
2019-04-28 Kostya Shishkovswitch to refcounted buffers
2019-02-15 Kostya Shishkovfix allocated buffer mutability after previous commit
2019-01-31 Kostya Shishkovbinkaudio: fix channelmap
2019-01-31 Kostya Shishkovallow RDFT use inverse FFT and remove reversing results...
2019-01-30 Kostya ShishkovBink audio decoder (semi-working)
2019-01-23 Kostya ShishkovRAD formats crate and Smacker demuxer and decoder