Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | duck: switch some codecs to new testing system | Kostya Shishkov | 2019-11-20 | 2 | -6/+27 |
* | make audio decoder tests write .wav files only by request | Kostya Shishkov | 2019-11-18 | 2 | -3/+3 |
* | check for missing reference frames in various decoders | Kostya Shishkov | 2019-11-11 | 4 | -0/+15 |
* | add flush() to decoder interface | Kostya Shishkov | 2019-11-09 | 11 | -0/+28 |
* | duck/avc: improve decoder a bit | Kostya Shishkov | 2019-11-08 | 2 | -41/+136 |
* | VP7 decoder | Kostya Shishkov | 2019-10-30 | 6 | -1/+2741 |
* | on2avc: remove panic at end | Kostya Shishkov | 2019-10-06 | 1 | -1/+0 |
* | move GenericCache to common place | Kostya Shishkov | 2019-10-06 | 1 | -38/+1 |
* | vp56: move DCT coeffs base and probabilities to common | Kostya Shishkov | 2019-10-05 | 2 | -11/+11 |
* | On2 AVC decoder | Kostya Shishkov | 2019-09-14 | 4 | -1/+10114 |
* | semi-working VP5/6 decoder | Kostya Shishkov | 2019-08-03 | 7 | -58/+2734 |
* | move zigzag scan to common place | Kostya Shishkov | 2019-07-03 | 1 | -11/+0 |
* | VP4 decoder | Kostya Shishkov | 2019-06-05 | 3 | -32/+1472 |
* | nihav-duck: require blockdsp feature from core | Kostya Shishkov | 2019-06-05 | 1 | -1/+1 |
* | vp3: move loop filter to common | Kostya Shishkov | 2019-06-05 | 2 | -27/+29 |
* | vp3: add VP30 decoding support | Kostya Shishkov | 2019-05-23 | 1 | -19/+608 |
* | vp3: fix quant matrix generation | Kostya Shishkov | 2019-05-23 | 1 | -6/+6 |
* | vp3: fix fourmv restoration loop bug | Kostya Shishkov | 2019-05-23 | 1 | -1/+1 |
* | vp3: more preparations for VP30 decoding | Kostya Shishkov | 2019-05-23 | 1 | -29/+50 |
* | vp3: rename in preparation for VP30 decoding | Kostya Shishkov | 2019-05-23 | 1 | -169/+173 |
* | VP3 decoder | Kostya Shishkov | 2019-05-18 | 4 | -1/+2074 |
* | duck: fix some clippy warnings | Kostya Shishkov | 2019-05-15 | 6 | -71/+52 |
* | fix clippy errors | Kostya Shishkov | 2019-05-14 | 1 | -0/+1 |
* | mark traits as dyn | Kostya Shishkov | 2019-05-14 | 5 | -6/+6 |
* | introduce NADecoderSupport and buffer pools | Kostya Shishkov | 2019-05-02 | 5 | -10/+10 |
* | switch NABufferType to use refs for video buffers | Kostya Shishkov | 2019-04-30 | 1 | -10/+10 |
* | switch NAFrame references to Arc | Kostya Shishkov | 2019-04-29 | 5 | -6/+6 |
* | switch NACodecInfo to Arc | Kostya Shishkov | 2019-04-29 | 5 | -13/+13 |
* | switch to refcounted buffers | Kostya Shishkov | 2019-04-28 | 5 | -6/+6 |
* | tm2x: add inter mode and switch output to YUV | Kostya Shishkov | 2019-04-12 | 1 | -135/+202 |
* | TrueMotion 2X decoder (intra-only for now) | Kostya Shishkov | 2019-04-11 | 2 | -1/+657 |
* | fix allocated buffer mutability after previous commit | Kostya Shishkov | 2019-02-15 | 4 | -4/+4 |
* | rename truemotion[3-7] into vp[3-7] | Kostya Shishkov | 2019-02-13 | 2 | -26/+22 |
* | Duck TrueMotion2 decoder | Kostya Shishkov | 2019-02-13 | 2 | -1/+613 |
* | Duck ADPCM decoders | Kostya Shishkov | 2019-02-11 | 3 | -1/+231 |
* | TrueMotion 1 decoder | Kostya Shishkov | 2019-02-10 | 1 | -1/+1514 |
* | crate for Duck decoders with TM RT decoder | Kostya Shishkov | 2019-02-06 | 5 | -0/+207 |