aboutsummaryrefslogtreecommitdiffstats
path: root/nihav-indeo/src
Commit message (Expand)AuthorAgeFilesLines
* fix some warnings (unneeded parentheses, missing dyn keyword)Kostya Shishkov2020-09-271-3/+3
* rename register_all_codecs to register_all_decodersKostya Shishkov2020-07-098-14/+14
* make HAMShuffler genericKostya Shishkov2020-06-161-1/+1
* indeo: fix or silence clippy warningsKostya Shishkov2020-06-165-21/+27
* introduce option handling for decodersKostya Shishkov2020-06-016-0/+36
* intel263: switch to MD5-based testKostya Shishkov2020-04-081-1/+19
* intel263: use codec-specific DSP functionsKostya Shishkov2020-04-081-3/+295
* intel263: fix quantisationKostya Shishkov2020-04-081-2/+10
* intel263: correct frame PTS in case of B-frames being presentKostya Shishkov2020-04-081-8/+30
* fix import crate for codec testsKostya Shishkov2020-02-216-6/+6
* fix re-exports of crate submodulesKostya Shishkov2020-02-201-1/+1
* split nihav-codec-support crate from nihav-coreKostya Shishkov2020-02-206-6/+11
* make all codec crates export just register_all functions and document themKostya Shishkov2020-02-178-13/+16
* Make BitReader rely on passed slice size without the additional arguments.Kostya Shishkov2020-02-115-5/+5
* indeo3: support mid-stream frame size changeKostya Shishkov2019-12-141-3/+4
* indeo5: switch to MD5-based testingKostya Shishkov2019-12-141-3/+103
* indeo/ivi: restore erroneously deleted chunkKostya Shishkov2019-12-141-0/+3
* indeo4: use MD5-based testingKostya Shishkov2019-12-141-2/+30
* indeo/ivi: init codebook for transparency planeKostya Shishkov2019-12-131-0/+1
* indeo/ivi: fix reference selectionKostya Shishkov2019-12-131-4/+1
* indeo/ivi: fix motion compensation routineKostya Shishkov2019-12-131-2/+2
* indeo/ivi: use tiles without referencesKostya Shishkov2019-12-111-9/+11
* indeo3: switch test to frame hashesKostya Shishkov2019-12-071-1/+13
* indeo3: add reference requantisationKostya Shishkov2019-12-071-3/+40
* indeo3: handle skip framesKostya Shishkov2019-12-071-0/+6
* indeo3: various small fixesKostya Shishkov2019-12-071-16/+22
* indeo3: flip buffers instead of selectingKostya Shishkov2019-12-071-80/+34
* indeo2: use frame hashes for testingKostya Shishkov2019-11-301-1/+13
* indeo2: swap chroma planesKostya Shishkov2019-11-301-2/+4
* make decoders Send-ableKostya Shishkov2019-11-277-36/+35
* make audio decoder tests write .wav files only by requestKostya Shishkov2019-11-181-1/+1
* add flush() to decoder interfaceKostya Shishkov2019-11-097-0/+25
* move zigzag scan to common placeKostya Shishkov2019-07-034-13/+3
* indeo: fix some clippy warningsKostya Shishkov2019-05-1510-152/+150
* fix clippy errorsKostya Shishkov2019-05-141-0/+1
* indeo3: fix source bufferKostya Shishkov2019-05-141-1/+1
* mark traits as dynKostya Shishkov2019-05-146-7/+7
* switch to better FFT interface and more flexible FFT implementationKostya Shishkov2019-05-051-2/+2
* introduce NADecoderSupport and buffer poolsKostya Shishkov2019-05-026-12/+12
* switch NAFrame references to ArcKostya Shishkov2019-04-297-9/+9
* switch NACodecInfo to ArcKostya Shishkov2019-04-296-32/+20
* switch to refcounted buffersKostya Shishkov2019-04-284-6/+6
* move test files into subdirectoriesKostya Shishkov2019-03-126-11/+11
* indeo: fix 4x4 blocks decodingKostya Shishkov2019-03-121-13/+23
* indeo3: fix fill_block8x8Kostya Shishkov2019-02-181-0/+3
* indeo3: support non-modulo 16 dimensions somewhatKostya Shishkov2019-02-161-9/+16
* fix allocated buffer mutability after previous commitKostya Shishkov2019-02-153-3/+3
* remove unused importsKostya Shishkov2019-01-223-4/+0
* fix the rest of testsKostya Shishkov2019-01-177-12/+69
* split NihAV into subcratesKostya Shishkov2019-01-1711-0/+6991