aboutsummaryrefslogtreecommitdiffstats
path: root/nihav-duck/src
Commit message (Collapse)AuthorAgeFilesLines
...
* move zigzag scan to common placeKostya Shishkov2019-07-031-11/+0
|
* VP4 decoderKostya Shishkov2019-06-052-31/+1471
|
* 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-183-0/+2073
|
* 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-111-0/+656
|
* fix allocated buffer mutability after previous commitKostya Shishkov2019-02-154-4/+4
|
* rename truemotion[3-7] into vp[3-7]Kostya Shishkov2019-02-131-20/+16
|
* Duck TrueMotion2 decoderKostya Shishkov2019-02-131-0/+612
|
* Duck ADPCM decodersKostya Shishkov2019-02-112-0/+228
|
* TrueMotion 1 decoderKostya Shishkov2019-02-101-1/+1514
|
* crate for Duck decoders with TM RT decoderKostya Shishkov2019-02-064-0/+178