aboutsummaryrefslogtreecommitdiffstats
path: root/nihav-indeo
Commit message (Expand)AuthorAgeFilesLines
* 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-178-12/+72
* split NihAV into subcratesKostya Shishkov2019-01-1712-0/+7013