aboutsummaryrefslogtreecommitdiffstats
path: root/nihav-core/src/codecs
Commit message (Expand)AuthorAgeFilesLines
* split nihav-codec-support crate from nihav-coreKostya Shishkov2020-02-206-2235/+0
* core/codecs: document blockdspKostya Shishkov2020-02-191-0/+28
* core/codecs: document moduleKostya Shishkov2020-02-171-1/+136
* make decoders Send-ableKostya Shishkov2019-11-271-2/+2
* add missing flush() implementationKostya Shishkov2019-11-111-0/+3
* add flush() to decoder interfaceKostya Shishkov2019-11-091-0/+1
* move zigzag scan to common placeKostya Shishkov2019-07-032-11/+11
* core/blockdsp: add copy_block()Kostya Shishkov2019-05-181-0/+36
* core: make blockdsp an independent featureKostya Shishkov2019-05-181-1/+1
* core: fix some clippy warningsKostya Shishkov2019-05-155-17/+20
* core: fix most clippy warningsKostya Shishkov2019-05-146-64/+70
* mark traits as dynKostya Shishkov2019-05-141-2/+2
* codecs: implement Default trait for MVKostya Shishkov2019-05-111-1/+1
* introduce NADecoderSupport and buffer poolsKostya Shishkov2019-05-021-2/+18
* switch NABufferType to use refs for video buffersKostya Shishkov2019-04-301-16/+16
* switch NACodecInfo to ArcKostya Shishkov2019-04-291-2/+1
* switch to refcounted buffersKostya Shishkov2019-04-282-6/+6
* fix allocated buffer mutability after previous commitKostya Shishkov2019-02-151-2/+2
* add test for missing codec descriptionsKostya Shishkov2019-02-131-0/+3
* core: implement defaults for some objectsKostya Shishkov2019-02-061-0/+12
* re-export some core dependenciesKostya Shishkov2019-01-201-2/+2
* fix warningsKostya Shishkov2019-01-181-5/+0
* split remaining decoders and demuxer from coreKostya Shishkov2019-01-177-8325/+0
* split NihAV into subcratesKostya Shishkov2019-01-1712-0/+10454