summaryrefslogtreecommitdiffstats
path: root/nihav-core/src/codecs/h263
Commit message (Collapse)AuthorAgeFilesLines
* split nihav-codec-support crate from nihav-coreKostya Shishkov2020-02-204-1674/+0
| | | | | The former is intended just for NihAV decoders, the latter is for both NihAV crates and for the code using NihAV.
* add missing flush() implementationKostya Shishkov2019-11-111-0/+3
|
* move zigzag scan to common placeKostya Shishkov2019-07-031-11/+0
|
* core: fix some clippy warningsKostya Shishkov2019-05-154-16/+17
|
* core: fix most clippy warningsKostya Shishkov2019-05-144-42/+42
|
* switch to refcounted buffersKostya Shishkov2019-04-281-2/+2
|
* fix allocated buffer mutability after previous commitKostya Shishkov2019-02-151-2/+2
|
* split NihAV into subcratesKostya Shishkov2019-01-174-0/+1681