summaryrefslogtreecommitdiffstats
path: root/nihav-codec-support/src/data
Commit message (Collapse)AuthorAgeFilesLines
* replace vec.truncate(0) with vec.clear()Kostya Shishkov2021-10-291-1/+1
|
* codec_support/data: fix GenericCache internal sizeKostya Shishkov2020-12-051-2/+2
|
* remove trailing whitespacesKostya Shishkov2020-04-151-1/+1
|
* split nihav-codec-support crate from nihav-coreKostya Shishkov2020-02-201-0/+73
The former is intended just for NihAV decoders, the latter is for both NihAV crates and for the code using NihAV.