Skip to content
This repository was archived by the owner on Sep 15, 2020. It is now read-only.

Commit a39eb32

Browse files
committed
Update files for v1.7.13.
1 parent c417f63 commit a39eb32

File tree

3 files changed

+50
-64
lines changed

3 files changed

+50
-64
lines changed

_config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ encoding: UTF-8
4848

4949
# custom variables
5050
version:
51-
short: 1.7.11
52-
long: 1.7.11.0
53-
hash: "b989276ec"
54-
date: "06 March 2017"
51+
short: 1.7.13
52+
long: 1.7.13.0
53+
hash: "e37826845"
54+
date: "16 July 2017"
5555

5656
feed:
5757
description: Latest information about the MPC-HC project.
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
author: XhmikosR
3+
title: v1.7.13 is released and farewell
4+
date: 2017-07-16 19:00
5+
---
6+
7+
v1.7.13, the latest, and probably the *last* release of our project...
8+
9+
10+
For quite a few months now, or even years, the number of active developers has been decreasing
11+
and has inevitably reached zero.
12+
This, unfortunately, means that the project is officially dead and this release would be the
13+
last one.
14+
15+
...*Unless* some people step up that is.
16+
17+
So, if someone's willing to really contribute and **has C/C++ experience**, let me know on IRC
18+
or via e-mail.
19+
20+
Otherwise, all things come to an end and life goes on. It's been a nice journey and I'm personally
21+
pretty overwhelmed having to write this post.
22+
23+
Thanks to everyone who has contributed in any way all these years; Remember, MPC-HC is an 11-year
24+
old project.
25+
26+
---
27+
28+
Don't forget, that our official builds, both the stable and the beta builds,
29+
[are digitally signed](/2013/02/25/binaries-are-signed/).
30+
Be aware of scams and only get the files from our site!
31+
32+
Also, to report bugs, suggestions and generally provide feedback, use our [Trac](https://trac.mpc-hc.org/);
33+
reporting anything on social media or in any other place is just pointless, as the developers only follow Trac.
34+
35+
You can download the new version [here](/downloads/).
36+
For the complete changes see the [changelog](/changelog/).

source/changelog.md

Lines changed: 10 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -17,69 +17,19 @@ description: Changelog of the latest MPC-HC stable build
1717

1818
## {{ site.version.short }} - {{ site.version.date }}
1919

20-
* New:
21-
* Ability to control playback repeat mode
22-
* Add a cache to avoid recompiling pixel shaders when possible
23-
* Add SVG support for custom toolbars
24-
* Add Bosnian translation
25-
* Option to set audio delay values for each display mode
2620
* Changed:
27-
* Old DirectX 7 renderers have been removed. Settings will be updated automatically to use the corresponding VMR-9 renderers.
28-
If you really want to use a renderer similar to VMR-7 (windowed), use Overlay mixer or the "System Default" renderer
29-
* Make Video Renderer statistics scalable to window size and unify graph look for EVR Sync and other renderers
30-
* "Replace currently loaded subtitles" option no longer removes subtitles provided by splitter
31-
* Change Pan&Scan logic:
32-
* PnS Rotate Y- now flips horizontally
33-
* PnS Rotate X- now flips vertically
34-
* PnS Rotate Z- now rotates 90 degrees (counter-clockwise)
35-
* The postive rotate functions still do 1 degree rotation around their axis
36-
* Hide the infobar in normal view preset. This makes it equal to default view
37-
* Ticket {% trac 2022 %}/{% trac 4779 %}: Rewrite subtitle downloading framework
38-
* Support for multiple subtitle providers including the default OpenSubtitles as well as
39-
podnapisi, titlovi, SubDB, ysubs and Napisy24 which can be enabled in Options (Subtitles → Misc)
40-
* Ticket {% trac 5193 %}, Ability to upload subtitles to OpenSubtitles and SubDB
41-
* Ability to login into OpenSubtitles
42-
* Ticket {% trac 5406 %}, Ability to filter subtitle list by selected languages
43-
* Option to automatically search and download subtitles at the beginning of playback without user interaction
44-
* Prioritize subtitles for hearing impaired where indicated
45-
* Ticket {% trac 5472 %}, Append language code when saving the subtitles file
46-
* Updated Arabic, Armenian, Basque, Belarusian, Bengali, British English, Catalan, Chinese (Simplified and Traditional),
47-
Croatian, Czech, Danish, Dutch, Finnish, French, Galician, German, Greek, Hebrew, Hungarian, Indonesian, Italian,
48-
Japanese, Korean, Lithuanian, Malay, Polish, Portuguese (Brazil), Punjabi, Romanian, Russian, Serbian, Slovak,
49-
Slovenian, Swedish, Spanish, Tatar, Thai, Turkish, Ukrainian and Vietnamese translations
21+
* Switched from mhook to MinHook since it's more actively maintained
22+
* Require a CPU processor with SSE2 instructions
23+
* Ticket {% trac 5865 %}, Add context menu option to copy subtitle URL
24+
* Updated translations
5025
* Updated:
51-
* Updated Little CMS to v2.8 (1272acb)
52-
* Updated tinyxml2 to v4.0.1
53-
* Updated MediaInfoLib to v0.7.92
54-
* Updated ZenLib to v0.4.34
55-
* Updated Unrar to v5.4.5
56-
* Updated zlib to v1.2.11
57-
* Updated LAV Filters to v0.69:
58-
* LAV Splitter: Support HTTPS protocol
59-
* LAV Splitter: Switch back to an improved version of the old ASF demuxer
60-
* LAV Splitter: Support demuxing H264 MVC
61-
* Ticket {% trac 5815 %}, LAV Splitter: Improve the detection of the forced flag for some MP4 subtitle tracks
62-
* LAV Video Decoder: Add experimental support for VP9 DXVA2 decoding (disabled by default)
63-
* LAV Video Decoder: Enable hardware decoding for HEVC and 4K/UHD by default
64-
* LAV Video Decoder: Add a basic H264 MVC decoder based on Intel MediaSDK.
65-
Note that for now the Intel MediaSDK library is not distributed with MPC-HC.
66-
If you want to use this new decoder, you have to download the library
67-
* 32-bit: http://files.1f0.de/lavf/plugins/libmfxsw32-v1.7z
68-
* 64-bit: http://files.1f0.de/lavf/plugins/libmfxsw64-v1.7z
69-
and decompress it to the LAVFilters(64) folder.
70-
* LAV Video Decoder: Offer Weston Three Field Deinterlacing (w3fdif) as an alternative to YADIF
71-
* Ticket {% trac 3974 %}, LAV Video Decoder: Fix DXVA decoding of interlaced H.264 videos on some Intel GPU
72-
* Ticket {% trac 5666 %}, LAV Video Decoder: YADIF deinterlacing sometimes caused black screen in DVD menus
73-
* LAV Audio Decoder: Fix a possible crash when using bitstreaming
26+
* Updated LAV Filters to v0.70.2
27+
* Updated Little CMS to v2.8 (d41071e)
28+
* Updated MediaInfoLib to v0.7.97
29+
* Updated ZenLib to v0.4.35
30+
* Updated Unrar to v5.5.6
7431
* Fixed:
75-
* Window position and/or size could be wrong when exiting fullscreen mode for the first time and
76-
"Launch files in fullscreen" option is enabled
77-
* Ticket {% trac 2202 %}, Automatically rotate MP4/MOV/FLV files when the rotation info is available
78-
* Ticket {% trac 5557 %}, Show the correct language name for Serbian subtitles. They used to show as Croatian
79-
* Ticket {% trac 5748 %}, Track selection menus did not work when using DVB capture
80-
* Ticket {% trac 5828 %}, Update seekbar position when generating thumbnails
81-
* Ticket {% trac 5829 %}, Creating thumbnails while the video was stopped left the player in an undefined state. The stopped state
82-
is now properly restored after creating the thumbnails
32+
* Scale MediaInfo properties tab text properly on high DPI
8333

8434

8535
## All changelogs

0 commit comments

Comments
 (0)