Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | typo fix | Kostya Shishkov | 2020-03-10 | 1 | -1/+1 |
* | split nihav-codec-support crate from nihav-core | Kostya Shishkov | 2020-02-20 | 6 | -2235/+0 |
* | core/codecs: document blockdsp | Kostya Shishkov | 2020-02-19 | 1 | -0/+28 |
* | core/codecs: document module | Kostya Shishkov | 2020-02-17 | 1 | -1/+136 |
* | make decoders Send-able | Kostya Shishkov | 2019-11-27 | 1 | -2/+2 |
* | add missing flush() implementation | Kostya Shishkov | 2019-11-11 | 1 | -0/+3 |
* | add flush() to decoder interface | Kostya Shishkov | 2019-11-09 | 1 | -0/+1 |
* | move zigzag scan to common place | Kostya Shishkov | 2019-07-03 | 2 | -11/+11 |
* | core/blockdsp: add copy_block() | Kostya Shishkov | 2019-05-18 | 1 | -0/+36 |
* | core: make blockdsp an independent feature | Kostya Shishkov | 2019-05-18 | 1 | -1/+1 |
* | core: fix some clippy warnings | Kostya Shishkov | 2019-05-15 | 5 | -17/+20 |
* | core: fix most clippy warnings | Kostya Shishkov | 2019-05-14 | 6 | -64/+70 |
* | mark traits as dyn | Kostya Shishkov | 2019-05-14 | 1 | -2/+2 |
* | codecs: implement Default trait for MV | Kostya Shishkov | 2019-05-11 | 1 | -1/+1 |
* | introduce NADecoderSupport and buffer pools | Kostya Shishkov | 2019-05-02 | 1 | -2/+18 |
* | switch NABufferType to use refs for video buffers | Kostya Shishkov | 2019-04-30 | 1 | -16/+16 |
* | switch NACodecInfo to Arc | Kostya Shishkov | 2019-04-29 | 1 | -2/+1 |
* | switch to refcounted buffers | Kostya Shishkov | 2019-04-28 | 2 | -6/+6 |
* | fix allocated buffer mutability after previous commit | Kostya Shishkov | 2019-02-15 | 1 | -2/+2 |
* | add test for missing codec descriptions | Kostya Shishkov | 2019-02-13 | 1 | -0/+3 |
* | core: implement defaults for some objects | Kostya Shishkov | 2019-02-06 | 1 | -0/+12 |
* | re-export some core dependencies | Kostya Shishkov | 2019-01-20 | 1 | -2/+2 |
* | fix warnings | Kostya Shishkov | 2019-01-18 | 1 | -5/+0 |
* | split remaining decoders and demuxer from core | Kostya Shishkov | 2019-01-17 | 7 | -8325/+0 |
* | split NihAV into subcrates | Kostya Shishkov | 2019-01-17 | 12 | -0/+10454 |