Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKacper Michajłow <kasper93@gmail.com>2017-08-13 03:52:27 +0300
committerKacper Michajłow <kasper93@gmail.com>2017-08-13 23:24:42 +0300
commitf1bfa3c353f0f0929237f14c01f538a91589d9e0 (patch)
treeb019f06317371926738861bdf857a283f39cbea7 /docs
parent9010c14c9fb3989d67d8424a72cbf26009564c15 (diff)
Subtitles: Refactor rasterizer.
- Implemented more vectorized SSE2 version and add AVX2 version. - Vectorized all draw operations, not only a few of them. - Few times faster with certain subtitles Fixes #5036
Diffstat (limited to 'docs')
-rw-r--r--docs/Changelog.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/Changelog.txt b/docs/Changelog.txt
index 44d7cd357..c63ad5815 100644
--- a/docs/Changelog.txt
+++ b/docs/Changelog.txt
@@ -25,6 +25,10 @@ next version - not released yet
! Prevent crash for ASS subtitles with invalid (too high) blur values
! VSFilter: Fixed DVB/PGS subtitle resizing on x64 build
! Ticket #2539: Subtitle downloader dialog could be opened on disabled monitor
+! Ticket #5036: Text subtitles: Faster subtitle drawing
+ - Implemented more vectorized SSE2 version and add AVX2 drawing code.
+ - Vectorized all draw operations
+ - Multiple times faster with certain SSA/ASS subtitles
! Ticket #6223: Fixed DPI scaling of non-client areas in main window
! Ticket #6231: Fix hash calculation for files with Unicode paths. This fixes search on
OpenSubtitles for such files