add Acorn Moving Blocks HQ decoder
[nihav.git] / nihav-realmedia / src / codecs / rv60.rs
2023-07-26 Kostya Shishkovfix clippy warnings
2023-02-17 Kostya Shishkovrename "str" variable to avoid confusion with the primi...
2022-12-23 Kostya Shishkovdisable or remove unneeded debug messages
2022-11-08 Kostya Shishkovrv6: handle DQP properly
2022-11-03 Kostya Shishkovrv6: fix wrong filtering mode for intra prediction
2022-11-03 Kostya Shishkovrv6: rework deblocking as suggested by Peter Ross
2022-11-03 Kostya Shishkovrv6: fix typo in transform
2022-11-03 Kostya Shishkovrv6: fix some typos in loop filtering
2022-11-03 Kostya Shishkovrv6: fix special case for chroma motion compensation
2022-10-26 Kostya Shishkovrv6: in some places dimensions should be rounded up...
2022-10-26 Kostya Shishkovrv6: fix typo in chroma filtering loop
2022-09-22 Kostya Shishkovfix some clippy warnings
2022-09-05 Kostya Shishkovsilence warnings in a newer rustc
2021-11-20 Kostya Shishkovannotate the sources for test samples
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-07-09 Kostya Shishkovrename register_all_codecs to register_all_decoders
2020-06-16 Kostya Shishkovrealmedia: fix or silence clippy warnings
2020-06-11 Kostya Shishkovrv60: switch to MD5-based test
2020-06-11 Kostya Shishkovrv60: fix neighbourhood check
2020-06-11 Kostya Shishkovrv6: add frame skipping option
2020-06-01 Kostya Shishkovintroduce option handling for decoders
2020-02-21 Kostya Shishkovfix import crate for codec tests
2020-02-20 Kostya Shishkovsplit nihav-codec-support crate from nihav-core
2020-02-17 Kostya Shishkovmake all codec crates export just register_all function...
2020-02-11 Kostya Shishkovremove trailing whitespaces
2020-02-11 Kostya ShishkovMake BitReader rely on passed slice size without the...
2019-11-27 Kostya Shishkovmake decoders Send-able
2019-11-23 Kostya Shishkovrv60: generate correct PTS for B-frames
2019-11-11 Kostya Shishkovcheck for missing reference frames in various decoders
2019-11-09 Kostya Shishkovadd flush() to decoder interface
2019-05-15 Kostya Shishkovrealmedia: fix some clippy warnings
2019-05-14 Kostya Shishkovrealmedia: fix clippy errors
2019-05-14 Kostya Shishkovmark traits as dyn
2019-05-02 Kostya Shishkovrealmedia: use video buffer pool in RV3/4/6
2019-05-02 Kostya Shishkovintroduce NADecoderSupport and buffer pools
2019-04-30 Kostya Shishkovswitch NABufferType to use refs for video buffers
2019-04-29 Kostya Shishkovswitch NAFrame references to Arc
2019-04-29 Kostya Shishkovswitch NACodecInfo to Arc
2019-04-28 Kostya Shishkovadd NASimpleVideoFrame and try it in RV60 decoder
2019-04-28 Kostya Shishkovswitch to refcounted buffers
2019-02-15 Kostya Shishkovfix allocated buffer mutability after previous commit
2019-01-17 Kostya Shishkovfix the rest of tests
2019-01-17 Kostya Shishkovsplit NihAV into subcrates