]> git.nihav.org Git - nihav-encoder.git/commit
improve palettisation
authorKostya Shishkov <kostya.shishkov@gmail.com>
Fri, 17 Apr 2026 16:25:04 +0000 (18:25 +0200)
committerKostya Shishkov <kostya.shishkov@gmail.com>
Fri, 17 Apr 2026 16:25:04 +0000 (18:25 +0200)
commita0506353ba651069a42293f32601737fe129a66f
tree459b654d58b9fcd2813ebc5889a0524bcd46b1c6
parent88277127d380e6bfa741ac6fad85ab0ad5d79355
improve palettisation

* add an alternative colour counter mode (faster but eats a lot of RAM)
* add support for palette generation options (to that mode can be set)
* change full palettisation mode into using 16MB LUT
src/main.rs
src/palettise.rs
src/transcoder.rs