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
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2015-08-01 19:20:02 +0300
committerXhmikosR <xhmikosr@gmail.com>2015-08-02 20:48:17 +0300
commitf2189d22943bfb6912178e7c522d4c3ec79e0e88 (patch)
tree647817614e951313aea01ce29a2e7b473a8a8bfb
parentfa05c99a793f2f154eb610c4eec9b71673da3ebe (diff)
Update Little CMS to v2.7 (git 07da965).
Conflicts: docs/Changelog.txt
-rw-r--r--docs/Changelog.txt7
-rw-r--r--src/thirdparty/lcms2/lcms2.vcxproj1
-rw-r--r--src/thirdparty/lcms2/lcms2.vcxproj.filters3
m---------src/thirdparty/lcms2/library0
4 files changed, 8 insertions, 3 deletions
diff --git a/docs/Changelog.txt b/docs/Changelog.txt
index f39a0e4ac..3fe1bdbfa 100644
--- a/docs/Changelog.txt
+++ b/docs/Changelog.txt
@@ -25,6 +25,7 @@ next version - not released yet
* Ticket #5450/#5479, Improved crash reporting dialog for better stability and user experience
* Ticket #5472, Make it easier to input value to the "Audio time shift" field in options
* Updated MediaInfoLib to v0.7.75
+* Updated Little CMS to v2.7 (git 07da965)
* Updated LAV Filters to v0.65.0.35:
- LAV Splitter: New ASF/WMV demuxer
- LAV Video Decoder: Allow hardware decoding of UHD video with AMD cards
@@ -32,12 +33,12 @@ next version - not released yet
Croatian, Czech, Danish, Dutch, French, Galician, German, Greek, Hungarian, Japanese, Polish, Portuguese (Brazil),
Romanian, Russian, Slovak, Spanish, Swedish, Thai, Turkish and Vietnamese translations
! Fix a rare crash when exiting DVB mode
-! Quicktime: Fix a crash when using system default renderer
+! QuickTime: Fix a crash when using system default renderer
! Ticket #4086, Logitech LCD: Correctly initialize the volume at start-up
! Ticket #5454, Deleting an item from the playlist sometimes did not work when shuffle mode was enabled
-! Ticket #5464, If the main window was minimized while the D3D fullscreen window was displayed on another screen,
+! Ticket #5464, If the main window was minimized while the D3D Fullscreen window was displayed on another screen,
it was impossible to use the mouse buttons to play, pause, exit fullscreen, etc.
! Ticket #5496, Subtitle downloader dialog: the preferred languages were sometimes not displayed first
! Ticket #5515, Blu-ray (PGS) subtitles were sometimes not displayed
! Ticket #5519, SRT subtitles: Support parsing files with negative timecodes
-! Fix realibility and stability of the D3D Fullscreen mode
+! Fix reliability and stability of the D3D Fullscreen mode
diff --git a/src/thirdparty/lcms2/lcms2.vcxproj b/src/thirdparty/lcms2/lcms2.vcxproj
index a80f880f7..86bb9ddc8 100644
--- a/src/thirdparty/lcms2/lcms2.vcxproj
+++ b/src/thirdparty/lcms2/lcms2.vcxproj
@@ -100,6 +100,7 @@
<ClInclude Include="library\src\lcms2_internal.h" />
</ItemGroup>
<ItemGroup>
+ <ClCompile Include="library\src\cmsalpha.c" />
<ClCompile Include="library\src\cmscam02.c" />
<ClCompile Include="library\src\cmscgats.c" />
<ClCompile Include="library\src\cmscnvrt.c" />
diff --git a/src/thirdparty/lcms2/lcms2.vcxproj.filters b/src/thirdparty/lcms2/lcms2.vcxproj.filters
index 0819123c8..dcb2a8a15 100644
--- a/src/thirdparty/lcms2/lcms2.vcxproj.filters
+++ b/src/thirdparty/lcms2/lcms2.vcxproj.filters
@@ -22,6 +22,9 @@
</ClInclude>
</ItemGroup>
<ItemGroup>
+ <ClCompile Include="library\src\cmsalpha.c">
+ <Filter>Source Files</Filter>
+ </ClCompile>
<ClCompile Include="library\src\cmscam02.c">
<Filter>Source Files</Filter>
</ClCompile>
diff --git a/src/thirdparty/lcms2/library b/src/thirdparty/lcms2/library
-Subproject 6e33faabae068b21a1c1d18a1297917b6bb1a11
+Subproject 07da965b104b9e0b4eae34dcaa30445a835411e