summaryrefslogtreecommitdiffstats
path: root/nihav-commonfmt/src/codecs
Commit message (Expand)AuthorAgeFilesLines
* make decoders Send-ableKostya Shishkov2019-11-276-7/+7
* make audio decoder tests write .wav files only by requestKostya Shishkov2019-11-184-4/+4
* check for missing reference frames in various decodersKostya Shishkov2019-11-111-1/+3
* add flush() to decoder interfaceKostya Shishkov2019-11-096-0/+22
* move zigzag scan to common placeKostya Shishkov2019-07-031-11/+0
* commonfmt: fix some clippy warningsKostya Shishkov2019-05-157-203/+136
* fix clippy errorsKostya Shishkov2019-05-141-0/+1
* mark traits as dynKostya Shishkov2019-05-146-7/+7
* switch to better FFT interface and more flexible FFT implementationKostya Shishkov2019-05-053-7/+5
* introduce NADecoderSupport and buffer poolsKostya Shishkov2019-05-026-12/+12
* switch NAFrame references to ArcKostya Shishkov2019-04-296-7/+7
* switch NACodecInfo to ArcKostya Shishkov2019-04-296-25/+13
* switch to refcounted buffersKostya Shishkov2019-04-286-11/+9
* move test files into subdirectoriesKostya Shishkov2019-03-121-2/+2
* fix allocated buffer mutability after previous commitKostya Shishkov2019-02-154-4/+4
* remove unused importsKostya Shishkov2019-01-222-2/+0
* try to fix testsKostya Shishkov2019-01-175-10/+54
* split remaining decoders and demuxer from coreKostya Shishkov2019-01-177-0/+8343