introduce stream and container duration
[nihav.git] / nihav-core / src / demuxers / mod.rs
2020-10-04 Kostya Shishkovintroduce stream and container duration
2020-09-27 Kostya Shishkovfix some warnings (unneeded parentheses, missing dyn...
2020-07-09 Kostya Shishkovuse NATimePoint for seeking
2020-06-12 Kostya Shishkovcore: add iterator for the lists of registered demuxers...
2020-06-05 Kostya Shishkovcore: make StreamManager accept NAStreamRef too
2020-05-31 Kostya Shishkovintroduce option handling for demuxers
2020-05-21 Kostya Shishkovcore/demuxers: export demuxer stream manager
2020-02-18 Kostya Shishkovcore/demuxers: document module
2019-11-16 Kostya Shishkovallow to skip index building
2019-11-15 Kostya Shishkovcore: improve SeekIndex functionality
2019-11-14 Kostya Shishkovswitch seek index to use milliseconds instead of timestamps
2019-11-13 Kostya Shishkovinitial seeking support
2019-05-14 Kostya Shishkovcore: fix most clippy warnings
2019-05-14 Kostya Shishkovmark traits as dyn
2019-04-29 Kostya Shishkovswitch NAStream reference to Arc
2019-04-28 Kostya Shishkovswitch to refcounted buffers
2019-01-20 Kostya Shishkovre-export some core dependencies
2019-01-18 Kostya Shishkovfix warnings
2019-01-17 Kostya Shishkovsplit remaining decoders and demuxer from core
2019-01-17 Kostya Shishkovsplit NihAV into subcrates