From c10d27f1214cd04864bb4eb98c911fbbffb0a560bbf4b2230590bbbed71aa7f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Tue, 6 Jun 2017 10:35:02 +0000 Subject: [PATCH] - Update to version 0.13.7 * 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) * Allow using shadow offset to adjust size of background with BorderStyle=4 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libass?expand=0&rev=49 --- libass-0.13.6.tar.xz | 3 --- libass-0.13.7.tar.xz | 3 +++ libass.changes | 16 ++++++++++++++++ libass.spec | 2 +- 4 files changed, 20 insertions(+), 4 deletions(-) delete mode 100644 libass-0.13.6.tar.xz create mode 100644 libass-0.13.7.tar.xz diff --git a/libass-0.13.6.tar.xz b/libass-0.13.6.tar.xz deleted file mode 100644 index 61e8662..0000000 --- a/libass-0.13.6.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f8a874d104e3e72e2cc057e5a1710c650b10367486845a26e5ff28ed7a912c2d -size 350144 diff --git a/libass-0.13.7.tar.xz b/libass-0.13.7.tar.xz new file mode 100644 index 0000000..4ef4c37 --- /dev/null +++ b/libass-0.13.7.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7065e5f5fb76e46f2042a62e7c68d81e5482dbeeda24644db1bd066e44da7e9d +size 352752 diff --git a/libass.changes b/libass.changes index 14e03e6..50b82e9 100644 --- a/libass.changes +++ b/libass.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Tue Jun 6 10:32:46 UTC 2017 - idonmez@suse.com + +- Update to version 0.13.7 + * 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) + * Allow using shadow offset to adjust size of background with BorderStyle=4 + ------------------------------------------------------------------- Tue Feb 21 15:06:56 UTC 2017 - mpluskal@suse.com diff --git a/libass.spec b/libass.spec index 3ee9bc3..1d0a4ef 100644 --- a/libass.spec +++ b/libass.spec @@ -18,7 +18,7 @@ %define sover 9 Name: libass -Version: 0.13.6 +Version: 0.13.7 Release: 0 Summary: Library for SSA/ASS-formatted subtitle rendering License: ISC