vp7: fix split block chroma motion compensation
[nihav.git] / nihav-duck /
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
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 Shishkovswitch to refcounted buffers
2019-04-12 Kostya Shishkovtm2x: add inter mode and switch output to YUV
2019-04-11 Kostya ShishkovTrueMotion 2X decoder (intra-only for now)
2019-02-15 Kostya Shishkovfix allocated buffer mutability after previous commit
2019-02-13 Kostya Shishkovrename truemotion[3-7] into vp[3-7]
2019-02-13 Kostya ShishkovDuck TrueMotion2 decoder
2019-02-11 Kostya ShishkovDuck ADPCM decoders
2019-02-10 Kostya ShishkovTrueMotion 1 decoder
2019-02-06 Kostya Shishkovcrate for Duck decoders with TM RT decoder