]> git.nihav.org Git - nihav.git/history - src/codecs/h263
Cook decoder
[nihav.git] / src / codecs / h263 /
2018-09-06 Kostya Shishkovrv10: fix MV prediction and remove some cruft
2018-05-05 Kostya Shishkovmove MV stuff to codecs
2018-02-28 Kostya Shishkovrv20: silence unused argument
2018-02-28 Kostya Shishkovh263: better PB-frame reconstruction (for Intel263)
2018-02-24 Kostya Shishkovh263: fix timestamp difference calculcation
2018-02-24 Kostya Shishkovrv20: remove debug prints
2018-02-24 Kostya Shishkovrealvideo2: fix dequant for I-frames
2018-02-24 Kostya Shishkovh263: update num_mv2 in set_mv2()
2018-02-24 Kostya Shishkovh263: add missing calls for backward MV predictor keeper
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