add flush() to decoder interface
[nihav.git] / nihav-duck / src / codecs / truemotion2x.rs
2019-11-09 Kostya Shishkovadd flush() to decoder interface
2019-05-15 Kostya Shishkovduck: 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-04-12 Kostya Shishkovtm2x: add inter mode and switch output to YUV
2019-04-11 Kostya ShishkovTrueMotion 2X decoder (intra-only for now)