]> git.nihav.org Git - nihav.git/history - src/codecs/h263
semi-working ClearVideo decoder
[nihav.git] / src / codecs / h263 /
2018-02-01 Kostya Shishkovfix let mut foo = &mut bar warning
2017-12-03 Kostya Shishkovh263: decoder should use BlockDSP interface
2017-12-02 Kostya Shishkovh263: improve B-frames a bit more
2017-12-02 Kostya Shishkovh263: improve B-frame decoding; improve RV2 decoding too
2017-11-28 Kostya Shishkovrv20: B-frame parsing
2017-11-28 Kostya Shishkovh263: improve slice state a bit plus report proper...
2017-11-28 Kostya Shishkovh263: B-frame data
2017-11-27 Kostya Shishkovh263: track first line state too
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-25 Kostya Shishkovh263: implement coefficient prediction for AIC
2017-11-25 Kostya Shishkovi263: do not output data
2017-11-23 Kostya Shishkovh263: rework decoder interfaces
2017-11-12 Kostya ShishkovRealVideo 1 decoder and RealVideo 2 bitstream parser
2017-10-07 Kostya ShishkovRealVideo 1 decoder
2017-07-02 Kostya Shishkovfactor out decoder test
2017-06-14 Kostya Shishkovi263: limit the number of frames tested
2017-06-10 Kostya Shishkovreorganise codecs and improve i263 a bit