add LinePack decoder
[nihav.git] / nihav-itu / src / codecs / h264 / cabac_coder.rs
2023-08-07 Kostya Shishkovh264: miscellaneous micro-optimisations
2023-07-26 Kostya Shishkovh264: introduce inline assembly for CABAC get_bit(...
2021-05-12 Kostya Shishkovh264: use 6-bit state_idx in CABAC decoder (this elimin...
2020-12-16 Kostya Shishkovfix or silence clippy warnings
2020-12-12 Kostya Shishkovmostly working ITU H.264 decoder