vp7enc: fix encoding intra frames with too low quantiser
[nihav.git] / nihav-duck /
2022-03-04 Kostya Shishkovvp7enc: fix encoding intra frames with too low quantiser
2022-03-02 Kostya ShishkovVP7 encoder
2022-03-02 Kostya Shishkovvp7: split out tables
2022-03-02 Kostya Shishkovvp6enc: split out future common parts to share them...
2021-11-22 Kostya Shishkovvp6enc: remove old unused counters
2021-11-20 Kostya Shishkovannotate the sources for test samples
2021-11-02 Kostya ShishkovFlash support
2021-10-29 Kostya Shishkovadd some description to crates providing (de)coders...
2021-10-29 Kostya Shishkovreplace vec.truncate(0) with vec.clear()
2021-10-14 Kostya ShishkovVP8 decoder
2021-10-14 Kostya Shishkovadd IVF demuxer for VP8 test samples
2021-10-14 Kostya Shishkovvp7: split off data for the upcoming VP8 decoder
2021-10-02 Kostya Shishkovvp6enc: allow setting codec version
2021-10-02 Kostya Shishkovvp6: handle partial golden frame update in alpha case
2021-09-29 Kostya ShishkovVP6 encoder
2021-09-29 Kostya Shishkovvp6: add test for VP6A
2021-09-22 Kostya Shishkovvp6: mark simple profile as multistream
2021-09-22 Kostya Shishkovvp6: split data into separate module
2021-09-22 Kostya Shishkovvp6: fix alpha support
2021-04-05 Kostya Shishkovintroduce all_demuxers and all_{video,audio}_decoders...
2021-04-05 Kostya Shishkovmake tests that rely on external demuxers use only...
2021-04-05 Kostya Shishkovuse MaybeUninit properly
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-07-17 Kostya Shishkovon2avc: factor out common overlap code
2020-07-15 Kostya Shishkovon2avc: fix scalefactor reading for partially empty...
2020-07-09 Kostya Shishkovrename register_all_codecs to register_all_decoders
2020-06-16 Kostya Shishkovduck: fix or silence clippy warnings
2020-06-01 Kostya Shishkovintroduce option handling for decoders
2020-04-16 Kostya Shishkovmove IMA ADPCM decoder into codec_support
2020-03-24 Kostya Shishkovmake edge_emu() accept block alignment
2020-02-21 Kostya Shishkovfix import crate for codec tests
2020-02-20 Kostya Shishkovfix re-exports of crate submodules
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-17 Kostya Shishkovduck/vpcommon: vp_tree! does not need to be exported
2020-02-11 Kostya Shishkovremove trailing whitespaces
2020-02-11 Kostya ShishkovMake BitReader rely on passed slice size without the...
2020-02-08 Kostya Shishkovvp7: switch to MD5-based testing
2020-02-08 Kostya Shishkovvp7: fix special modes motion compensation
2020-02-08 Kostya Shishkovvp7: reset scan on keyframe
2020-02-07 Kostya Shishkovvp7: inter DC prediction depends on inter frame type
2020-02-06 Kostya Shishkovvp7: fix split block chroma motion compensation
2020-02-06 Kostya Shishkovvp7: fix intra prediction corner cases
2020-02-06 Kostya Shishkovvp7: skip DC transform for empty block
2020-02-06 Kostya Shishkovvp7: fix inter mode DC predictor
2020-02-02 Kostya Shishkovvp6: switch to MD5-based tests
2020-02-02 Kostya Shishkovduck/vp56: select proper format for VP6 alpha
2020-02-02 Kostya Shishkovvp6: set correct interlaced state in inter frame headers
2020-02-02 Kostya Shishkovvp6: fix motion compensation bugs
2020-01-27 Kostya Shishkovvp5: switch to MD5 hash test
2020-01-27 Kostya Shishkovvp5: fix chroma MV
2020-01-26 Kostya Shishkovduck/vp56: fix motion type decoding
2020-01-25 Kostya Shishkovduck/vp56: fix DC prediction
2020-01-25 Kostya Shishkovduck/vpcommon: hopefully fix motion compensation with...
2020-01-25 Kostya Shishkovvp5: fix motion compensation part
2020-01-22 Kostya Shishkovvp3: switch VP4 test to MD5 sum
2020-01-22 Kostya Shishkovvp3: fix neighbourhood info
2020-01-21 Kostya Shishkovvp3: fix fourmv address for VP4
2020-01-21 Kostya Shishkovvp3: fix quantisation matrices for VP4
2020-01-21 Kostya Shishkovduck/vpcommon: hopefully fix vp_copy_block()
2020-01-13 Kostya Shishkovvp3: switch VP30 test to MD5 hash
2020-01-13 Kostya Shishkovvp3: VP30 should update golden frames on low quants
2019-12-30 Kostya Shishkovvp3: remove debug leftovers
2019-12-30 Kostya Shishkovvp3: use MD5 hash for VP3.1 test
2019-12-30 Kostya Shishkovvp3: fix fourmv block positions
2019-12-18 Kostya Shishkovvp3: uncoded block in inter are skip blocks regardless...
2019-12-18 Kostya Shishkovvp3: fix motion compensation code
2019-12-18 Kostya Shishkovvp3: refactor MC for fourmv
2019-12-17 Kostya Shishkovvp3: add loop filter for chroma
2019-12-17 Kostya Shishkovvp3: fix has_ac condition
2019-12-16 Kostya Shishkovtruemotion2x: switch to MD5-based test
2019-12-16 Kostya Shishkovtruemotion2: switch to MD5-based test
2019-12-16 Kostya Shishkovtruemotionrt: switch to MD5-based test
2019-12-10 Kostya Shishkovvp3: codec outputs flipped frames
2019-11-27 Kostya Shishkovmake decoders Send-able
2019-11-20 Kostya Shishkovduck: switch some codecs to new testing system
2019-11-18 Kostya Shishkovmake audio decoder tests write .wav files only by request
2019-11-11 Kostya Shishkovcheck for missing reference frames in various decoders
2019-11-09 Kostya Shishkovadd flush() to decoder interface
2019-11-08 Kostya Shishkovduck/avc: improve decoder a bit
2019-10-30 Kostya ShishkovVP7 decoder
2019-10-06 Kostya Shishkovon2avc: remove panic at end
2019-10-06 Kostya Shishkovmove GenericCache to common place
2019-10-05 Kostya Shishkovvp56: move DCT coeffs base and probabilities to common
2019-09-14 Kostya ShishkovOn2 AVC decoder
2019-08-03 Kostya Shishkovsemi-working VP5/6 decoder
2019-07-03 Kostya Shishkovmove zigzag scan to common place
2019-06-05 Kostya ShishkovVP4 decoder
2019-06-05 Kostya Shishkovnihav-duck: require blockdsp feature from core
2019-06-05 Kostya Shishkovvp3: move loop filter to common
2019-05-23 Kostya Shishkovvp3: add VP30 decoding support
2019-05-23 Kostya Shishkovvp3: fix quant matrix generation
2019-05-23 Kostya Shishkovvp3: fix fourmv restoration loop bug
2019-05-23 Kostya Shishkovvp3: more preparations for VP30 decoding
2019-05-23 Kostya Shishkovvp3: rename in preparation for VP30 decoding
2019-05-18 Kostya ShishkovVP3 decoder
2019-05-15 Kostya Shishkovduck: fix some clippy warnings
2019-05-14 Kostya Shishkovfix clippy errors
2019-05-14 Kostya Shishkovmark traits as dyn
next