summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-06-11 16:24:36 +0100
committerCarl Hetherington <cth@carlh.net>2015-06-11 16:24:36 +0100
commit019fd78b3bdf4bf1d8944df879d6c0e7a8b1cd67 (patch)
treeac8986833d6d4bdb984c073da84ad994943c1c30 /ChangeLog
parentbba21bdfe889419270320a0504553b8cec0be188 (diff)
Check for J2K data before checking for similarity of frames; fixes #599.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 531fb654c..11b48165d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2015-06-11 c.hetherington <cth@carlh.net>
+ * Fix massive slowdown of direct J2K->DCP encodes (#599).
+
* Fix hang on audio analysis in some cases (#598).
* Fix never-ending encode when XYZ values are clamped (#600).