add nihav-misc crate and Aware MotionWavelets decoder in it
[nihav.git] / nihav-rad /
2021-11-20 Kostya Shishkovannotate the sources for test samples
2021-10-29 Kostya Shishkovadd some description to crates providing (de)coders...
2021-10-29 Kostya Shishkovreplace vec.truncate(0) with vec.clear()
2021-04-05 Kostya Shishkovuse MaybeUninit properly
2021-04-04 Kostya Shishkovfix clippy warnings for update to rustc 1.46
2020-10-04 Kostya Shishkovintroduce stream and container duration
2020-09-27 Kostya Shishkovfix some warnings (unneeded parentheses, missing dyn...
2020-07-09 Kostya Shishkovrename register_all_codecs to register_all_decoders
2020-07-09 Kostya Shishkovuse NATimePoint for seeking
2020-06-16 Kostya Shishkovmake HAMShuffler generic
2020-06-16 Kostya Shishkovrad: fix or silence clippy warnings
2020-06-01 Kostya Shishkovintroduce option handling for decoders
2020-05-31 Kostya Shishkovintroduce option handling for demuxers
2020-03-08 Kostya Shishkovbinkvid: switch to MD5-based tests
2020-03-07 Kostya Shishkovbinkvid: align width to 8 when calculating bundle sizes
2020-03-07 Kostya Shishkovbinkvid: remove debug statements
2020-03-07 Kostya Shishkovbinkaud: separate tests for different audio flavours
2020-03-06 Kostya Shishkovsmacker: switch to MD5-based tests
2020-02-25 Kostya Shishkovsmkdemux: ignore unknown audio streams with payload...
2020-02-25 Kostya Shishkovsmacker-audio: use interleaved output format as it...
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
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-18 Kostya Shishkovfix demuxer tests after introducing seek index
2019-11-17 Kostya Shishkovbink demuxer: save timebase in context
2019-11-14 Kostya Shishkovswitch seek index to use milliseconds instead of timestamps
2019-11-13 Kostya Shishkovinitial seeking support
2019-11-09 Kostya Shishkovadd flush() to decoder interface
2019-05-15 Kostya Shishkovrad: fix some clippy warnings
2019-05-14 Kostya Shishkovfix clippy errors
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-04-17 Kostya Shishkovbink2: fix intra block DCs
2019-03-25 Kostya Shishkovbink2: transpose quant matrix for KB2f
2019-03-22 Kostya Shishkovbink2: alpha support and proper slices
2019-03-21 Kostya Shishkovbink2: decode KB2i flags
2019-03-19 Kostya Shishkovbink2: luma MC and slice height fixes
2019-03-18 Kostya Shishkovbink2: correct KB2f IDCT
2019-03-17 Kostya Shishkovbink demuxer: skip unknown field in KB2i
2019-03-16 Kostya Shishkovbink2: implement calc_dc as in the reference
2019-03-15 Kostya Shishkovdisable bink2 test output
2019-03-15 Kostya ShishkovBink2 semi-working decoder
2019-02-16 Kostya Shishkovsmacker: reset only non-empty last symbols
2019-02-15 Kostya Shishkovfix allocated buffer mutability after previous commit
2019-02-06 Kostya ShishkovBink video decoder
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-30 Kostya Shishkovbinkdmx: pass file version as audio extradata
2019-01-30 Kostya Shishkovbinkdmx: do not demux zero audio frames
2019-01-24 Kostya ShishkovBink demuxer
2019-01-23 Kostya ShishkovRAD formats crate and Smacker demuxer and decoder