switch h263 decoder to take options as flags
[nihav.git] / nihav-codec-support / src / codecs / h263 / decoder.rs
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