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@users.sourceforge.net>2012-04-07 18:05:16 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2012-04-07 18:05:16 +0400
commit37f49b11560289fcf9ccfcdd724f50933fb69e19 (patch)
tree4c6265599823725cc1ef0f5a0d77818a9562418f
parenta936db3ae34b65c4a4aa640a6ff7cc6d2d1ee001 (diff)
"DXVA(H.264)"->"DXVA (H.264)"
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4281 10f7b99b-c216-0410-bff0-8a66a9350fd8
-rw-r--r--docs/Changelog.txt8
-rw-r--r--src/apps/mplayerc/mpcresources/text/mplayerc.rc.txtbin143980 -> 143982 bytes
-rw-r--r--src/apps/mplayerc/mplayerc.rcbin337186 -> 337188 bytes
-rw-r--r--src/filters/transform/MPCVideoDec/MPCVideoDecFilter.rc2
4 files changed, 5 insertions, 5 deletions
diff --git a/docs/Changelog.txt b/docs/Changelog.txt
index f2611f81b..3decebb05 100644
--- a/docs/Changelog.txt
+++ b/docs/Changelog.txt
@@ -21,6 +21,10 @@ Legend:
when possible and the overall dialog will look better when using XP
* Updated ffmpeg
* Updated French, Turkish and Czech translations
+! Broken playback and picture on H.264 & MPEG2 interlaced with DXVA on
+ intergrated Intel adapter
+! The settings location is now changed only when applying the changes in the
+ options dialog instead of immediately after changing the state of the checkbox
! Ticket #1182, Unable to playback MPEG2 in AVI
! Ticket #1589, Crash with "Null (uncompressed)"
! Ticket #1946, Skipping bug with EVR custom output and .webm with vsync on
@@ -29,7 +33,3 @@ Legend:
! Ticket #2133, Javascript error in "player.html"
! Ticket #2137, Disable animation when pressing the "Boss" key
! Ticket #2156, Decoder must deliver all the output data at the end of stream
-! Broken playback and picture on H.264 & MPEG2 interlaced with DXVA on
- intergrated Intel adapter
-! The settings location is now changed only when applying the changes in the
- options dialog instead of immediately after changing the state of the checkbox
diff --git a/src/apps/mplayerc/mpcresources/text/mplayerc.rc.txt b/src/apps/mplayerc/mpcresources/text/mplayerc.rc.txt
index 5894d0171..dedde02bb 100644
--- a/src/apps/mplayerc/mpcresources/text/mplayerc.rc.txt
+++ b/src/apps/mplayerc/mpcresources/text/mplayerc.rc.txt
Binary files differ
diff --git a/src/apps/mplayerc/mplayerc.rc b/src/apps/mplayerc/mplayerc.rc
index 12488e1b5..6d512448d 100644
--- a/src/apps/mplayerc/mplayerc.rc
+++ b/src/apps/mplayerc/mplayerc.rc
Binary files differ
diff --git a/src/filters/transform/MPCVideoDec/MPCVideoDecFilter.rc b/src/filters/transform/MPCVideoDec/MPCVideoDecFilter.rc
index f67ae24b1..323bcdd8d 100644
--- a/src/filters/transform/MPCVideoDec/MPCVideoDecFilter.rc
+++ b/src/filters/transform/MPCVideoDec/MPCVideoDecFilter.rc
@@ -133,7 +133,7 @@ END
STRINGTABLE
BEGIN
- IDS_VDF_DXVACOMPATIBILITY "DXVA(H.264) Compatibility check"
+ IDS_VDF_DXVACOMPATIBILITY "DXVA (H.264) Compatibility check"
IDS_VDF_DXVA_FULLCHECK "Full check"
IDS_VDF_DXVA_SKIP_LEVELCHECK "Skip level check"
IDS_VDF_DXVA_SKIP_REFCHECK "Skip ref frame check"