fix re-exports of crate submodules
[nihav.git] / nihav-game /
2020-02-20 Kostya Shishkovfix re-exports of crate submodules
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 Shishkovremove trailing whitespaces
2019-11-27 Kostya Shishkovmake decoders Send-able
2019-11-18 Kostya Shishkovmake audio decoder tests write .wav files only by request
2019-11-18 Kostya Shishkovfix demuxer tests after introducing seek index
2019-11-13 Kostya Shishkovinitial seeking support
2019-11-09 Kostya Shishkovadd flush() to decoder interface
2019-09-26 Kostya ShishkovMidiVid decoder
2019-05-15 Kostya Shishkovgame: fix some clippy warnings
2019-05-14 Kostya Shishkovbmv: remove duplicate code
2019-05-14 Kostya Shishkovmark traits as dyn
2019-05-02 Kostya Shishkovintroduce NADecoderSupport and buffer pools
2019-04-29 Kostya Shishkovgdv: fix palette order
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-04-04 Kostya Shishkovbmv3: fix colour update skip decoding
2019-04-04 Kostya ShishkovDiscworld Noir BMV video decoder
2019-04-02 Kostya Shishkovbmv3: do not demux empty video frames
2019-04-02 Kostya Shishkovgame: add Discworld Noir BMV demuxer and audio decoder
2019-03-12 Kostya Shishkovmove test files into subdirectories
2019-02-19 Kostya ShishkovVMD fixes
2019-02-16 Kostya ShishkovVMD demuxer and decoder
2019-02-15 Kostya Shishkovfix allocated buffer mutability after previous commit
2019-01-22 Kostya ShishkovDiscworld 2 BMV support
2019-01-22 Kostya Shishkovremove unused imports
2019-01-18 Kostya Shishkovfix warnings
2019-01-17 Kostya Shishkovfix the rest of tests
2019-01-17 Kostya Shishkovsplit NihAV into subcrates