summaryrefslogtreecommitdiffstats
path: root/Changelog
diff options
context:
space:
mode:
authorGrigori Goronzy <greg@blackbox>2010-07-22 19:02:12 +0200
committerGrigori Goronzy <greg@blackbox>2010-07-22 19:02:12 +0200
commitc59f2ba8dc58a2feef4fd7230d48eae19e81451f (patch)
tree9a74dbd978c60f51c475e1928c0e33fc3cb20ba2 /Changelog
parentaabf521fc1d29fea2c15a38bdf02a223084e9751 (diff)
downloadlibass-c59f2ba8dc58a2feef4fd7230d48eae19e81451f.tar.bz2
libass-c59f2ba8dc58a2feef4fd7230d48eae19e81451f.tar.xz
Better PAR correction
PAR correction so far merely applied a horizontal scaling factor to glyphs right after loading. This screws up transformed text, unfortunately. It's a much better approach to typeset text without correction and scale everything at the very end. In MPlayer, an EOSD rendering now looks exactly the same as a video filter rendering (except for more sharpness in the EOSD case).
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index f7f7cce..376b337 100644
--- a/Changelog
+++ b/Changelog
@@ -4,6 +4,7 @@ libass (0.9.10)
* charmap selection fixes
* Add ass_flush_events API function
* Improve fullname font matching
+ * Better PAR correction if text transforms are used
libass (0.9.9)
* Parse numbers in a locale-independent way