fix let mut foo = &mut bar warning
[nihav.git] / src / codecs / h263 / rv20.rs
2018-02-01 Kostya Shishkovfix let mut foo = &mut bar warning
2017-12-02 Kostya Shishkovh263: improve B-frame decoding; improve RV2 decoding too
2017-11-28 Kostya Shishkovrv20: B-frame parsing
2017-11-27 Kostya Shishkovh263: make is_gob a part of init
2017-11-26 Kostya Shishkovrv20: .unwrap() -> ?
2017-11-26 Kostya Shishkovrv20: fix RPR
2017-11-26 Kostya Shishkovrv20: use proper DC quant in AIC mode
2017-11-25 Kostya Shishkovrv2: read AIC prediction flag
2017-11-23 Kostya Shishkovh263: rework decoder interfaces
2017-11-12 Kostya ShishkovRealVideo 1 decoder and RealVideo 2 bitstream parser