ffmpeg/libavfilter/tests
Kacper Michajłow a75b15a4ab
avfilter/vf_drawvg: round color values to avoid differences on some platforms
This ensures consistent color conversion between double and u8 and
guarantees that values remain consistent across different platforms,
especially when x87 math is used.

Note that libcairo also performs rounding internally when converting
doubles to integers, see _cairo_color_double_to_short().

Fixes: fate-filter-drawvg-interpreter
Signed-off-by: Kacper Michajłow <kasper93@gmail.com>
2025-11-25 22:32:50 +01:00
..
.gitignore lavfi: add drawvg video filter. 2025-10-25 13:21:50 +00:00
drawutils.c tests: lavfi/drawutils: use av_err2str 2025-04-22 20:45:57 +02:00
drawvg.c avfilter/vf_drawvg: round color values to avoid differences on some platforms 2025-11-25 22:32:50 +01:00
filtfmts.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
formats.c av{codec,util}/tests: Remove pointless undefs 2025-11-24 16:48:31 +01:00
integral.c avutil/common: Don't auto-include mem.h 2024-03-31 00:08:43 +01:00