replace vec.truncate(0) with vec.clear()
[nihav.git] / nihav-realmedia / src / demuxers / realmedia.rs
2021-10-29 Kostya Shishkovreplace vec.truncate(0) with vec.clear()
2021-04-04 Kostya Shishkovfix clippy warnings for update to rustc 1.46
2020-10-04 Kostya Shishkovintroduce stream and container duration
2020-07-09 Kostya Shishkovuse NATimePoint for seeking
2020-06-16 Kostya Shishkovrealmedia: fix or silence clippy warnings
2020-06-11 Kostya Shishkovrmdemux: support index version 2
2020-05-31 Kostya Shishkovintroduce option handling for demuxers
2020-04-03 Kostya Shishkovrmdemux: check that slice data fits into the frame
2020-02-11 Kostya Shishkovremove trailing whitespaces
2019-12-09 Kostya Shishkovrmdemux: Sipro deinterleaver should work on whole frame
2019-11-23 Kostya Shishkovrmdemux: streams timestamps are in milliseconds
2019-11-18 Kostya Shishkovfix demuxer tests after introducing seek index
2019-11-16 Kostya Shishkovallow to skip index building
2019-11-15 Kostya Shishkovadd index and seeking to RealMedia demuxer
2019-11-13 Kostya Shishkovinitial seeking support
2019-05-18 Kostya Shishkovrealmedia: remove unneeded mut
2019-05-15 Kostya Shishkovrealmedia: fix some clippy warnings
2019-05-14 Kostya Shishkovmark traits as dyn
2019-04-29 Kostya Shishkovswitch NAStream reference to Arc
2019-03-21 Kostya Shishkovivr: demuxer fixes
2019-01-22 Kostya Shishkovremove unused imports
2019-01-17 Kostya Shishkovsplit NihAV into subcrates