introduce stream and container duration
[nihav.git] / nihav-commonfmt / src / codecs / pcm.rs
2020-10-04 Kostya Shishkovintroduce stream and container duration
2020-06-16 Kostya Shishkovcommonfmt: fix or silence clippy warnings
2020-06-14 Kostya Shishkovadd A-law and mu-law decoders
2020-06-06 Kostya ShishkovPCM encoder
2020-06-01 Kostya Shishkovintroduce option handling for decoders
2019-11-27 Kostya Shishkovmake decoders Send-able
2019-11-09 Kostya Shishkovadd flush() to decoder interface
2019-05-15 Kostya Shishkovcommonfmt: 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-01-22 Kostya Shishkovremove unused imports
2019-01-17 Kostya Shishkovsplit remaining decoders and demuxer from core