add Acorn Moving Blocks HQ decoder
[nihav.git] / nihav-commonfmt / src / codecs / zmbvenc.rs
2023-08-25 Kostya Shishkovzmbvenc: implement coarse but fast motion estimation...
2023-05-25 Kostya Shishkovzmbvenc: handle I-frames that turned out to be skip...
2023-05-25 Kostya Shishkovzmbvenc: update checksums after deflate changes
2023-03-14 Kostya Shishkovintroduce a way for encoder to manifest its capabilities
2022-09-22 Kostya Shishkovfix some clippy warnings
2021-12-14 Kostya Shishkovzmbv: fix out-of-bounds motion compensation
2021-11-20 Kostya Shishkovannotate the sources for test samples
2021-10-29 Kostya Shishkovreplace vec.truncate(0) with vec.clear()
2021-08-08 Kostya Shishkovzmbvenc: reduce range for the tests
2021-08-08 Kostya Shishkovmake encoder test functions accept encoder-specific...
2021-06-03 Kostya Shishkovremove trailing whitespaces
2021-06-03 Kostya Shishkovzmbvenc: export changed palette
2021-05-22 Kostya ShishkovZip Motion Blocks Video encoder