Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | move zigzag scan to common place | Kostya Shishkov | 2019-07-03 | 1 | -11/+0 | |
| | ||||||
* | VP4 decoder | Kostya Shishkov | 2019-06-05 | 2 | -31/+1471 | |
| | ||||||
* | 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 | 3 | -0/+2073 | |
| | ||||||
* | 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 | 1 | -0/+656 | |
| | ||||||
* | 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 | 1 | -20/+16 | |
| | ||||||
* | Duck TrueMotion2 decoder | Kostya Shishkov | 2019-02-13 | 1 | -0/+612 | |
| | ||||||
* | Duck ADPCM decoders | Kostya Shishkov | 2019-02-11 | 2 | -0/+228 | |
| | ||||||
* | TrueMotion 1 decoder | Kostya Shishkov | 2019-02-10 | 1 | -1/+1514 | |
| | ||||||
* | crate for Duck decoders with TM RT decoder | Kostya Shishkov | 2019-02-06 | 4 | -0/+178 | |