add nihav-misc crate and Aware MotionWavelets decoder in it
[nihav.git] / nihav-game /
2021-11-20 Kostya Shishkovannotate the sources for test samples
2021-11-17 Kostya Shishkovadd enabling/disabling features for files with both...
2021-10-29 Kostya Shishkovadd some description to crates providing (de)coders...
2021-10-29 Kostya Shishkovreplace vec.truncate(0) with vec.clear()
2021-10-05 Kostya ShishkovImagination Pilots Matte Animation decoder
2021-06-03 Kostya Shishkovremove trailing whitespaces
2021-05-30 Kostya ShishkovLegend Entertainment Q format demuxer and decoder
2021-04-06 Kostya Shishkovgdv: audio base is also 1/fps
2021-04-05 Kostya Shishkovmake tests that rely on external demuxers use only...
2021-04-04 Kostya Shishkovfix clippy warnings for update to rustc 1.46
2021-02-24 Kostya Shishkovgdv: decode 16-bit video
2021-02-24 Kostya Shishkovgdv: recognize 16-bit video streams
2021-02-14 Kostya ShishkovFable IMAX video support
2021-01-23 Kostya ShishkovFutureVision game formats support
2020-10-07 Kostya Shishkoveliminate some cargo-clippy warnings
2020-10-04 Kostya Shishkovintroduce stream and container duration
2020-10-03 Kostya Shishkovvx: remove trailing whitespaces
2020-09-27 Kostya Shishkovfix some warnings (unneeded parentheses, missing dyn...
2020-08-22 Kostya Shishkovvx: update test after fixes
2020-08-22 Kostya Shishkovvx: fix typo in pred_hor_down()
2020-08-22 Kostya Shishkovvx: fix plane prediction
2020-08-15 Kostya Shishkovvx: audio should have eight pulses in one word, not...
2020-08-13 Kostya ShishkovActimagine VX demuxer and decoders
2020-08-06 Kostya Shishkovmove LH codec into audio section
2020-07-09 Kostya Shishkovrename register_all_codecs to register_all_decoders
2020-07-09 Kostya Shishkovuse NATimePoint for seeking
2020-06-30 Kostya Shishkovmove QMF implementation into nihav_codec_support
2020-06-16 Kostya Shishkovmake HAMShuffler generic
2020-06-16 Kostya Shishkovgame: fix or silence clippy warnings
2020-06-01 Kostya Shishkovintroduce option handling for decoders
2020-05-31 Kostya Shishkovintroduce option handling for demuxers
2020-04-19 Kostya Shishkovvmd: demux L&H StreamTalk audio
2020-04-19 Kostya Shishkovadd Lernout & Hauspie StreamTalk 25kbps at 22 kHz codec
2020-04-17 Kostya Shishkovvmd: support demuxing newer version
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-15 Kostya Shishkovremove trailing whitespaces
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-03-09 Kostya ShishkovMidiVid 3 decoder
2020-02-24 Kostya Shishkovmidivid: switch to MD5-based testing
2020-02-24 Kostya Shishkovgremlinvideo: switch to MD5-based testing and add audio...
2020-02-24 Kostya Shishkovbmv: switch to MD5-based testing
2020-02-24 Kostya Shishkovbmv3: switch to MD5-based testing
2020-02-21 Kostya Shishkovfix import crate for codec tests
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