aac: fix intensity stereo reconstruction for ms_mask_present=0 case
[nihav.git] / nihav-itu /
2024-03-03 Kostya Shishkovnihav_itu: ignore high-profile extradata tail when...
2023-08-11 Kostya Shishkovh264: more micro-optimisations
2023-08-08 Kostya Shishkovh264: prepare data references before decoding
2023-08-07 Kostya Shishkovh264: miscellaneous micro-optimisations
2023-08-05 Kostya Shishkovh264: cache data before use in fill_deblock()
2023-08-05 Kostya Shishkovh264: introduce frame pool for average block buffers...
2023-08-05 Kostya Shishkovh264: make a specific version of 4x4 bidirectional...
2023-08-05 Kostya Shishkovh264: reduce number of arguments for mc_blocks()
2023-08-04 Kostya Shishkovh264: optimise check_filter() for AMD64
2023-07-26 Kostya Shishkovfix clippy warnings
2023-07-26 Kostya Shishkovh264: introduce inline assembly for CABAC get_bit(...
2023-07-26 Kostya Shishkovh264: fix warnings regarding uninitialised memory
2023-07-06 Kostya Shishkovh264: clear frame refs on flush
2023-06-14 Kostya Shishkovh264: add multi-threaded decoder
2023-06-14 Kostya Shishkovh264: make some structures shareable
2023-06-14 Kostya Shishkovh264: split current slice references into a separate...
2023-06-14 Kostya Shishkovh264: move decoder-specific bits into separate module
2023-02-17 Kostya Shishkovrename "str" variable to avoid confusion with the primi...
2022-12-23 Kostya Shishkovdisable or remove unneeded debug messages
2022-12-23 Kostya Shishkovmake validate!() print message only in debug builds
2022-09-05 Kostya Shishkovh264: add SIMD optimisations for x86_64 (not enabled...
2022-09-05 Kostya Shishkovh264: some micro-optimisations
2022-09-05 Kostya Shishkovh264/dsp: split avg() function by size
2022-09-05 Kostya Shishkovh264: cache frame width/height
2022-09-05 Kostya Shishkovh264/dsp: split chroma_interp() by width
2022-09-05 Kostya Shishkovh264/mc: add a stub for using optimised implementations
2022-09-05 Kostya Shishkovh264: fix tests after accidental gray_block() fix
2022-09-05 Kostya Shishkovh264: split put_block_weighted() by size
2022-09-05 Kostya Shishkovh264: make a separate structure for motion compensation DSP
2022-07-27 Kostya Shishkovh264: update test hashes after the changes
2022-07-27 Kostya Shishkovh264: fix direct 8x8 inference mode
2022-07-27 Kostya Shishkovh264: reword MB reconstruction and add weighted MC
2022-07-27 Kostya Shishkovh264: fix sliding window frame reference dropping
2022-07-27 Kostya Shishkovh264: rework MB reconstruction and fix loop filtering
2022-07-27 Kostya Shishkovh264: drop unneeded mut
2022-07-27 Kostya Shishkovh264: fix some tables and indices in dsp
2022-07-27 Kostya Shishkovh264: fix transform order
2021-11-20 Kostya Shishkovannotate the sources for test samples
2021-10-29 Kostya Shishkovadd some description to crates providing (de)coders...
2021-10-29 Kostya Shishkovreplace vec.truncate(0) with vec.clear()
2021-05-13 Kostya Shishkovh264: make debug and release versions of MC functions...
2021-05-12 Kostya Shishkovh264: use 6-bit state_idx in CABAC decoder (this elimin...
2021-04-05 Kostya Shishkovmake tests that rely on external demuxers use only...
2021-04-04 Kostya Shishkovfix clippy warnings for update to rustc 1.46
2020-12-16 Kostya Shishkovfix or silence clippy warnings
2020-12-15 Kostya Shishkovh264: split out main chroma MC cases
2020-12-12 Kostya Shishkovmostly working ITU H.264 decoder