fix some warnings (unneeded parentheses, missing dyn keyword)
[nihav.git] / nihav-core / src / muxers / mod.rs
2020-09-27 Kostya Shishkovfix some warnings (unneeded parentheses, missing dyn...
2020-07-10 Kostya Shishkovcore/muxers: fix copy-paste comments
2020-06-12 Kostya Shishkovcore: add iterator for the lists of registered demuxers...
2020-06-05 Kostya Shishkovcore: implement NAOptionHandler for Muxer
2020-05-31 Kostya Shishkovmake muxers handle options
2020-05-30 Kostya Shishkovmake muxers report their capabilities
2020-05-21 Kostya Shishkovcore: introduce muxers module