From 0bca0e6eab5b10eba62d20a3fb2a225739136c9d Mon Sep 17 00:00:00 2001 From: avolkov Date: Fri, 18 Jul 2003 03:56:48 +0000 Subject: [PATCH] 2nd phase scaling optimizations: bilinear and some biadapt git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1062 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/sc2/ChangeLog b/sc2/ChangeLog index 36b69069d..7b05de62a 100644 --- a/sc2/ChangeLog +++ b/sc2/ChangeLog @@ -1,4 +1,5 @@ Changes towards version 0.3: +- Bilinear scaler is now faster, has 24bpp mode and uses regions -Alex - Accept CRLF line endings in .txt and .ts files - SvdB - Fixed overflow problem with 32bpp bilinear,biadapt,biadv scalers -Mika - MixSDL now handles resampling correctly (less cracklings);