summaryrefslogtreecommitdiffstats
path: root/Changelog
diff options
context:
space:
mode:
authorGrigori Goronzy <greg@blackbox>2010-07-22 21:40:19 +0200
committerGrigori Goronzy <greg@blackbox>2010-07-22 21:42:56 +0200
commit87c7e53c357375fe19dada6e2e3cc87464ae8ec5 (patch)
tree65347498472f013628c5472c0eb40420c848a13a /Changelog
parent3e53f1cf3db9b5e41a7f6e15605607b91892e351 (diff)
downloadlibass-87c7e53c357375fe19dada6e2e3cc87464ae8ec5.tar.bz2
libass-87c7e53c357375fe19dada6e2e3cc87464ae8ec5.tar.xz
Cache vector clip masks
Cache pre-rasterized vector clip masks, big speedup if vector clipping is used extensively.
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog3
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 376b337..ec94382 100644
--- a/Changelog
+++ b/Changelog
@@ -5,6 +5,9 @@ libass (0.9.10)
* Add ass_flush_events API function
* Improve fullname font matching
* Better PAR correction if text transforms are used
+ * Performance improvements
+ * Cache vector clip masks
+ * Avoid unnecessary glyph copies
libass (0.9.9)
* Parse numbers in a locale-independent way