replace vec.truncate(0) with vec.clear()
[nihav.git] / nihav-codec-support / src / codecs / h263 / decoder.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-12-22 Kostya Shishkovcodec_support/h263: pred_quant mode implies that AC...
2020-12-20 Kostya Shishkovcodec_support/h263: add intra block reconstruction...
2020-09-27 Kostya Shishkovfix some warnings (unneeded parentheses, missing dyn...
2020-06-16 Kostya Shishkovcodec_support: fix or silence clippy warnings
2020-05-01 Kostya Shishkovcodec_support/h263: fix some cases related to Vivo 2.0
2020-04-15 Kostya Shishkovremove trailing whitespaces
2020-04-08 Kostya Shishkovcodec_support/h263: fix slice reset condition
2020-04-08 Kostya Shishkovcodec_support/h263: fix references used in PB-frame...
2020-04-07 Kostya Shishkovcodec_support/h263: add OBMC feature
2020-04-06 Kostya Shishkovswitch h263 decoder to take options as flags
2020-04-05 Kostya Shishkovcodec_support/h263: factor out some macroblock decoding...
2020-04-04 Kostya Shishkovcodec_support/h263: validate that B-frame has enough...
2020-04-03 Kostya Shishkovh263-based codecs: use proper motion compensation
2020-04-03 Kostya Shishkovcodec_support/h263: allocate more space in MV predictor
2020-04-03 Kostya Shishkovcodec_support/h263: fix DC clipping function
2020-02-20 Kostya Shishkovsplit nihav-codec-support crate from nihav-core