aac: fix intensity stereo reconstruction for ms_mask_present=0 case
[nihav.git] / nihav-duck / src / codecs / truemotion1.rs
2023-07-11 Kostya Shishkovtruemotion1: split off data tables for the upcoming...
2022-09-22 Kostya Shishkovfix some clippy warnings
2021-11-20 Kostya Shishkovannotate the sources for test samples
2021-10-29 Kostya Shishkovreplace vec.truncate(0) with vec.clear()
2020-07-09 Kostya Shishkovrename register_all_codecs to register_all_decoders
2020-06-01 Kostya Shishkovintroduce option handling for decoders
2020-02-21 Kostya Shishkovfix import crate for codec tests
2020-02-17 Kostya Shishkovmake all codec crates export just register_all function...
2019-11-27 Kostya Shishkovmake decoders Send-able
2019-11-20 Kostya Shishkovduck: switch some codecs to new testing system
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-30 Kostya Shishkovswitch NABufferType to use refs for video buffers
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-02-15 Kostya Shishkovfix allocated buffer mutability after previous commit
2019-02-10 Kostya ShishkovTrueMotion 1 decoder
2019-02-06 Kostya Shishkovcrate for Duck decoders with TM RT decoder