vp6enc: split out future common parts to share them with VP7 encoder
[nihav.git] / nihav-indeo /
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-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-09 Kostya Shishkovrename register_all_codecs to register_all_decoders
2020-06-16 Kostya Shishkovmake HAMShuffler generic
2020-06-16 Kostya Shishkovindeo: fix or silence clippy warnings
2020-06-01 Kostya Shishkovintroduce option handling for decoders
2020-04-08 Kostya Shishkovintel263: switch to MD5-based test
2020-04-08 Kostya Shishkovintel263: use codec-specific DSP functions
2020-04-08 Kostya Shishkovintel263: fix quantisation
2020-04-08 Kostya Shishkovintel263: correct frame PTS in case of B-frames being...
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-11 Kostya ShishkovMake BitReader rely on passed slice size without the...
2019-12-14 Kostya Shishkovindeo3: support mid-stream frame size change
2019-12-14 Kostya Shishkovindeo5: switch to MD5-based testing
2019-12-14 Kostya Shishkovindeo/ivi: restore erroneously deleted chunk
2019-12-14 Kostya Shishkovindeo4: use MD5-based testing
2019-12-13 Kostya Shishkovindeo/ivi: init codebook for transparency plane
2019-12-13 Kostya Shishkovindeo/ivi: fix reference selection
2019-12-13 Kostya Shishkovindeo/ivi: fix motion compensation routine
2019-12-11 Kostya Shishkovindeo/ivi: use tiles without references
2019-12-07 Kostya Shishkovindeo3: switch test to frame hashes
2019-12-07 Kostya Shishkovindeo3: add reference requantisation
2019-12-07 Kostya Shishkovindeo3: handle skip frames
2019-12-07 Kostya Shishkovindeo3: various small fixes
2019-12-07 Kostya Shishkovindeo3: flip buffers instead of selecting
2019-11-30 Kostya Shishkovindeo2: use frame hashes for testing
2019-11-30 Kostya Shishkovindeo2: swap chroma planes
2019-11-27 Kostya Shishkovmake decoders Send-able
2019-11-18 Kostya Shishkovmake audio decoder tests write .wav files only by request
2019-11-09 Kostya Shishkovadd flush() to decoder interface
2019-07-03 Kostya Shishkovmove zigzag scan to common place
2019-05-15 Kostya Shishkovindeo: fix some clippy warnings
2019-05-14 Kostya Shishkovfix clippy errors
2019-05-14 Kostya Shishkovindeo3: fix source buffer
2019-05-14 Kostya Shishkovmark traits as dyn
2019-05-05 Kostya Shishkovswitch to better FFT interface and more flexible FFT...
2019-05-02 Kostya Shishkovintroduce NADecoderSupport and buffer pools
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-03-12 Kostya Shishkovmove test files into subdirectories
2019-03-12 Kostya Shishkovindeo: fix 4x4 blocks decoding
2019-02-18 Kostya Shishkovindeo3: fix fill_block8x8
2019-02-16 Kostya Shishkovindeo3: support non-modulo 16 dimensions somewhat
2019-02-15 Kostya Shishkovfix allocated buffer mutability after previous commit
2019-01-22 Kostya Shishkovremove unused imports
2019-01-17 Kostya Shishkovfix the rest of tests
2019-01-17 Kostya Shishkovsplit NihAV into subcrates