Dmitry Timoshkov : windowscodecs: Add initial implementation of the GIF encoder.

Alexandre Julliard julliard at winehq.org
Mon Apr 27 15:19:31 CDT 2020


Module: wine
Branch: master
Commit: 7eb1f5d6ad4205c22d933d0bb417fb4ef6a035ae
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=7eb1f5d6ad4205c22d933d0bb417fb4ef6a035ae

Author: Dmitry Timoshkov <dmitry at baikal.ru>
Date:   Mon Apr 27 10:32:36 2020 +0800

windowscodecs: Add initial implementation of the GIF encoder.

Signed-off-by: Dmitry Timoshkov <dmitry at baikal.ru>
Signed-off-by: Vincent Povirk <vincent at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/gdiplus/tests/image.c                    |   14 +-
 dlls/windowscodecs/clsfactory.c               |    1 +
 dlls/windowscodecs/gifformat.c                | 1012 ++++++++++++++++++++++++-
 dlls/windowscodecs/regsvr.c                   |   10 +
 dlls/windowscodecs/wincodecs_private.h        |    1 +
 dlls/windowscodecs/windowscodecs_wincodec.idl |    7 +
 6 files changed, 1003 insertions(+), 42 deletions(-)

Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=7eb1f5d6ad4205c22d933d0bb417fb4ef6a035ae



More information about the wine-cvs mailing list