summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-04-27 14:49:25 +0200
committerwm4 <wm4@nowhere>2017-04-27 14:49:25 +0200
commitf2832a0134a953dd7cef02e7c741bcaffdde4974 (patch)
tree3a3fe7283e56a6b953f33d4d337467a3e139813f
parentaa7aa03609fa6ab6f3a51b6f6a8d9e2dfa509ad2 (diff)
downloadlibass-f2832a0134a953dd7cef02e7c741bcaffdde4974.tar.bz2
libass-f2832a0134a953dd7cef02e7c741bcaffdde4974.tar.xz
Changelog: update
-rw-r--r--Changelog12
1 files changed, 12 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 55d415f..7c5bba6 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,15 @@
+libass (unreleased)
+ * Fix invalid memory accesses with BorderStyle=4
+ * Fix change detection bug on frame resizes
+ * Fix cache bugs with border size
+ * Reduce precision of border width in font outline caching
+ * Don't treat :;<=>? as hexadecimal digits in color headers
+ * Fix parsing of unusual Alignment values in ASS style definitions
+ * Fix potential truncation in timestamp parsing
+ * Treat negative PlayResX/PlayResY like VSFilter
+ * Fixes to parsing of embedded fonts
+ * Remove arbitrary bitmap limit (fixes issues with subtitle rendering at 4K)
+
libass (0.13.6)
* Bump ABI version to account for the new Justify field in ASS_Style
that was added in 0.13.5.