Files
FFmpeg/doc
Michael Niedermayer cff4a69294 avfilter: add latticepal filter
Convert packed 24/32-bit RGB/BGR/RGBA/BGRA input to PAL8 using a per-frame palette
whose colors are placed on a face-centered cubic lattice (realized as the
scaled D3/D4 checkerboard lattice), with a user-supplied density controlling
the number of lattice steps spanning one color axis.

Only lattice points actually used by a frame enter its palette; if a frame
needs more than 256 of them, the filter will itearatively drop palettte
entries and reassign affected pixels until 256 color remain

lookup uses the Conway-Sloane rounding algorithm. Supported dithering
modes: none, ordered 8x8 bayer (swscale), Cluster & Void blue noise and
Floyd-Steinberg error diffusion.

Co-Authored-by: Fable-5
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2026-07-13 18:16:18 +00:00
..
2026-03-20 22:01:43 +01:00
2026-05-22 09:33:52 +00:00
2026-01-18 03:33:04 +00:00
2026-07-13 18:16:18 +00:00
2026-05-22 08:20:13 -05:00
2026-07-13 16:13:47 +00:00
2026-04-06 15:07:17 +00:00
2025-08-03 13:48:47 +02:00
2026-07-13 18:57:37 +09:00
2025-08-03 13:48:47 +02:00