Added image scaling api for software drawing.
authorArmin Novak <armin.novak@thincast.com>
Mon, 6 May 2019 11:18:31 +0000 (13:18 +0200)
committerArmin Novak <armin.novak@thincast.com>
Tue, 7 May 2019 06:56:29 +0000 (08:56 +0200)
commit6a8755a7637f2f006c2692ac3f5458f6162564a6
treea33a54b69b3d39b6e230f653206881589c99d9b5
parentef104ed897b6d0bde2e4c35c2bd56fef89ced21e
Added image scaling api for software drawing.

For future GFX channel functions an image scaling function is required.
This moves the implementation from wayland client to core library
and adds support for the much faster SWScale library.
client/Wayland/CMakeLists.txt
client/Wayland/wlfreerdp.c
cmake/ConfigOptions.cmake
cmake/FindSWScale.cmake [new file with mode: 0644]
include/freerdp/codec/color.h
libfreerdp/CMakeLists.txt
libfreerdp/codec/color.c