add Acorn Moving Blocks HQ decoder
[nihav.git] / nihav-indeo / src / codecs / ivibr.rs
2023-07-26 Kostya Shishkovfix clippy warnings
2022-10-13 Kostya Shishkovindeo5: implement scalable streams support
2022-10-13 Kostya Shishkovprepare for implementing scalable Indeo 5
2022-10-07 Kostya Shishkovindeo: reorder frames for Indeo4
2022-10-07 Kostya Shishkovindeo: fix tile end calculation
2022-10-06 Kostya Shishkovindeo: do not align bitstream on empty tiles
2022-10-06 Kostya Shishkovindeo: fix selecting reference tile
2022-09-22 Kostya Shishkovfix some clippy warnings
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-09-27 Kostya Shishkovfix some warnings (unneeded parentheses, missing dyn...
2020-06-16 Kostya Shishkovindeo: fix or silence clippy warnings
2019-12-14 Kostya Shishkovindeo/ivi: restore erroneously deleted chunk
2019-12-13 Kostya Shishkovindeo/ivi: init codebook for transparency plane
2019-12-13 Kostya Shishkovindeo/ivi: fix reference selection
2019-12-11 Kostya Shishkovindeo/ivi: use tiles without references
2019-11-27 Kostya Shishkovmake decoders Send-able
2019-11-09 Kostya Shishkovadd flush() to decoder interface
2019-05-15 Kostya Shishkovindeo: fix some clippy warnings
2019-04-29 Kostya Shishkovswitch NAFrame references to Arc
2019-04-28 Kostya Shishkovswitch to refcounted buffers
2019-03-12 Kostya Shishkovindeo: fix 4x4 blocks decoding
2019-01-22 Kostya Shishkovremove unused imports
2019-01-17 Kostya Shishkovsplit NihAV into subcrates