aboutsummaryrefslogtreecommitdiffstats
path: root/nihav-core/src/options.rs
Commit message (Expand)AuthorAgeFilesLines
* rename "str" variable to avoid confusion with the primitive typeKostya Shishkov2023-02-171-6/+6
* give 'str' variables more appropriate namesKostya Shishkov2022-11-041-2/+2
* fix some clippy warningsKostya Shishkov2022-09-221-2/+2
* core: support DeflateMode option settingKostya Shishkov2021-05-221-0/+2
* core: fix or silence clippy warningsKostya Shishkov2020-06-161-16/+16
* add frame skip option for decodersKostya Shishkov2020-06-111-0/+11
* factor out keyframe interval optionKostya Shishkov2020-06-061-0/+5
* core: redesign options moduleKostya Shishkov2020-06-041-109/+110
* core: split options into separate moduleKostya Shishkov2020-05-311-0/+292