rename register_all_codecs to register_all_decoders
[nihav.git] / nihav-game / src / codecs / vmd.rs
2020-07-09 Kostya Shishkovrename register_all_codecs to register_all_decoders
2020-06-16 Kostya Shishkovgame: fix or silence clippy warnings
2020-06-01 Kostya Shishkovintroduce option handling for decoders
2020-04-17 Kostya Shishkovvmd: support stereo IMA ADPCM
2020-04-17 Kostya Shishkovvmd: remove leftover unused code
2020-04-17 Kostya Shishkovvmd: handle IMA ADPCM chunks with odd number of samples...
2020-04-16 Kostya Shishkovvmd: fix typo
2020-04-16 Kostya Shishkovvmd: add tests for 16- and 24-bit video and IMA ADPCM...
2020-04-16 Kostya Shishkovvmd: support 16- and 24-bit variants
2020-04-16 Kostya Shishkovvmd: add IMA ADPCM audio support
2020-04-15 Kostya Shishkovvmd: fix RLE decoding
2020-04-15 Kostya Shishkovvmd: raise unpacked buffer size to a factor four
2020-04-15 Kostya Shishkovvmd: take global picture offset into account when decod...
2020-04-11 Kostya Shishkovvmd: correct u8 conversion
2020-03-28 Kostya Shishkovvmd: switch to MD5-based tests
2020-03-28 Kostya Shishkovgame: fix VMD audio decoding for stereo cases
2020-03-27 Kostya Shishkovvmdaudio: fix u8 silent blocks value
2020-03-26 Kostya Shishkovvmd: ignore empty frames
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...
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 Shishkovgame: fix some clippy warnings
2019-05-14 Kostya Shishkovmark traits as dyn
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-03-12 Kostya Shishkovmove test files into subdirectories
2019-02-19 Kostya ShishkovVMD fixes
2019-02-16 Kostya ShishkovVMD demuxer and decoder