aboutsummaryrefslogtreecommitdiffstats
path: root/nihav-duck
Commit message (Expand)AuthorAgeFilesLines
* duck: switch some codecs to new testing systemKostya Shishkov2019-11-202-6/+27
* make audio decoder tests write .wav files only by requestKostya Shishkov2019-11-182-3/+3
* check for missing reference frames in various decodersKostya Shishkov2019-11-114-0/+15
* add flush() to decoder interfaceKostya Shishkov2019-11-0911-0/+28
* duck/avc: improve decoder a bitKostya Shishkov2019-11-082-41/+136
* VP7 decoderKostya Shishkov2019-10-306-1/+2741
* on2avc: remove panic at endKostya Shishkov2019-10-061-1/+0
* move GenericCache to common placeKostya Shishkov2019-10-061-38/+1
* vp56: move DCT coeffs base and probabilities to commonKostya Shishkov2019-10-052-11/+11
* On2 AVC decoderKostya Shishkov2019-09-144-1/+10114
* semi-working VP5/6 decoderKostya Shishkov2019-08-037-58/+2734
* move zigzag scan to common placeKostya Shishkov2019-07-031-11/+0
* VP4 decoderKostya Shishkov2019-06-053-32/+1472
* nihav-duck: require blockdsp feature from coreKostya Shishkov2019-06-051-1/+1
* vp3: move loop filter to commonKostya Shishkov2019-06-052-27/+29
* vp3: add VP30 decoding supportKostya Shishkov2019-05-231-19/+608
* vp3: fix quant matrix generationKostya Shishkov2019-05-231-6/+6
* vp3: fix fourmv restoration loop bugKostya Shishkov2019-05-231-1/+1
* vp3: more preparations for VP30 decodingKostya Shishkov2019-05-231-29/+50
* vp3: rename in preparation for VP30 decodingKostya Shishkov2019-05-231-169/+173
* VP3 decoderKostya Shishkov2019-05-184-1/+2074
* duck: fix some clippy warningsKostya Shishkov2019-05-156-71/+52
* fix clippy errorsKostya Shishkov2019-05-141-0/+1
* mark traits as dynKostya Shishkov2019-05-145-6/+6
* introduce NADecoderSupport and buffer poolsKostya Shishkov2019-05-025-10/+10
* switch NABufferType to use refs for video buffersKostya Shishkov2019-04-301-10/+10
* switch NAFrame references to ArcKostya Shishkov2019-04-295-6/+6
* switch NACodecInfo to ArcKostya Shishkov2019-04-295-13/+13
* switch to refcounted buffersKostya Shishkov2019-04-285-6/+6
* tm2x: add inter mode and switch output to YUVKostya Shishkov2019-04-121-135/+202
* TrueMotion 2X decoder (intra-only for now)Kostya Shishkov2019-04-112-1/+657
* fix allocated buffer mutability after previous commitKostya Shishkov2019-02-154-4/+4
* rename truemotion[3-7] into vp[3-7]Kostya Shishkov2019-02-132-26/+22
* Duck TrueMotion2 decoderKostya Shishkov2019-02-132-1/+613
* Duck ADPCM decodersKostya Shishkov2019-02-113-1/+231
* TrueMotion 1 decoderKostya Shishkov2019-02-101-1/+1514
* crate for Duck decoders with TM RT decoderKostya Shishkov2019-02-065-0/+207