aboutsummaryrefslogtreecommitdiffstats
path: root/nihav-commonfmt
Commit message (Expand)AuthorAgeFilesLines
* fix import crate for codec testsKostya Shishkov2020-02-215-5/+5
* fix re-exports of crate submodulesKostya Shishkov2020-02-201-2/+2
* split nihav-registry from nihav-coreKostya Shishkov2020-02-203-1/+5
* split nihav-codec-support crate from nihav-coreKostya Shishkov2020-02-206-4/+9
* make all codec crates export just register_all functions and document themKostya Shishkov2020-02-178-12/+19
* Make BitReader rely on passed slice size without the additional arguments.Kostya Shishkov2020-02-115-8/+8
* clearvideo: switch to MD5-based testKostya Shishkov2020-02-111-4/+14
* avi demuxer: sample size is already in bitsKostya Shishkov2019-11-271-1/+1
* make decoders Send-ableKostya Shishkov2019-11-276-7/+7
* make audio decoder tests write .wav files only by requestKostya Shishkov2019-11-184-4/+4
* fix demuxer tests after introducing seek indexKostya Shishkov2019-11-181-1/+2
* allow to skip index buildingKostya Shishkov2019-11-161-9/+11
* avi: add index parsing and seekingKostya Shishkov2019-11-151-9/+55
* initial seeking supportKostya Shishkov2019-11-131-5/+27
* check for missing reference frames in various decodersKostya Shishkov2019-11-111-1/+3
* add flush() to decoder interfaceKostya Shishkov2019-11-096-0/+22
* avi: stop outputting frames when index is hitKostya Shishkov2019-08-171-0/+3
* move zigzag scan to common placeKostya Shishkov2019-07-031-11/+0
* avi: support ON2 filesKostya Shishkov2019-06-221-2/+16
* commonfmt: fix some clippy warningsKostya Shishkov2019-05-1510-227/+161
* fix clippy errorsKostya Shishkov2019-05-141-0/+1
* mark traits as dynKostya Shishkov2019-05-147-8/+8
* 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-122-3/+3
* fix allocated buffer mutability after previous commitKostya Shishkov2019-02-154-4/+4
* remove unused importsKostya Shishkov2019-01-223-5/+0
* fix warningsKostya Shishkov2019-01-181-0/+1
* try to fix testsKostya Shishkov2019-01-175-10/+54
* split remaining decoders and demuxer from coreKostya Shishkov2019-01-1711-0/+8825