aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog.txt
diff options
context:
space:
mode:
authorDRC <dcommander@users.sourceforge.net>2012-06-29 23:14:48 +0000
committerDRC <dcommander@users.sourceforge.net>2012-06-29 23:14:48 +0000
commitfd3aba3590ee2041eff45c1d5384aa163a56c84e (patch)
tree90b5de25a8f2a8c57b6405ef4e7def6901aa57f8 /ChangeLog.txt
parent112a0bb968360aee37fc3c1d7a8c19e2eedab7c6 (diff)
downloadlibjpeg-turbo-fd3aba3590ee2041eff45c1d5384aa163a56c84e.tar.gz
Added flags to the TurboJPEG API that allow the caller to force the use of either the fast or the accurate DCT/IDCT algorithms in the underlying codec.
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.2.x@849 632fc199-4ca6-4c93-a231-07263d6284db
Diffstat (limited to 'ChangeLog.txt')
-rw-r--r--ChangeLog.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt
index 09a150a2..2f1242a6 100644
--- a/ChangeLog.txt
+++ b/ChangeLog.txt
@@ -41,6 +41,9 @@ divisible by 16 bytes.
4.3 on OS X platforms would cause NASM to return numerous errors of the form
"'%define' expects a macro identifier".
+[9] Added flags to the TurboJPEG API that allow the caller to force the use of
+either the fast or the accurate DCT/IDCT algorithms in the underlying codec.
+
1.2.0
=====