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

github.com/mpc-hc/LAVFilters.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHendrik Leppkes <h.leppkes@gmail.com>2015-02-12 18:55:46 +0300
committerHendrik Leppkes <h.leppkes@gmail.com>2015-02-13 13:11:48 +0300
commit3ea70687fc7a3096319a7cdbf9db3d652bcfdff2 (patch)
treede39b796713a8133d5031fca8f60636ef35e385f
parent46bbbf587f2e533c6c37807a0a69fe37d818a1e5 (diff)
Update changelog and version
-rw-r--r--CHANGELOG.txt4
-rw-r--r--common/includes/version.h2
2 files changed, 4 insertions, 2 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index f3a52df8..fb2ee75c 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,7 +1,7 @@
LAV DirectShow Filters Changelog
===================================
-0.64.0 - 2015/xx/xx
+0.64.0 - 2015/02/13
General
- NEW: Individual LAV Filters can now be blacklisted through the registry by creating a key with the executable name in HKCU\Software\LAV\<Filter>\Blacklist
@@ -11,6 +11,8 @@ LAV Splitter
- Fixed: The language reported for audio/subtitle streams on some Blu-rays could be wrong
LAV Video
+- NEW: HEVC Main10 decoding in DXVA2 Copy-Back mode
+- Faster: DXVA2 Copy-Back in direct output mode uses up to 50% less CPU and performance is improved accordingly
- Fixed: H.264 streams with only DTS timestamps would play out of sync with DXVA2
- Fixed: DXVA2 could crash on some MPEG-2 streams
- Fixed: Improved compatibility with a few HEVC streams when using DXVA2
diff --git a/common/includes/version.h b/common/includes/version.h
index 3e5247bc..672721b6 100644
--- a/common/includes/version.h
+++ b/common/includes/version.h
@@ -3,7 +3,7 @@
#include "version_rev.h"
#define LAV_VERSION_MAJOR 0
-#define LAV_VERSION_MINOR 63
+#define LAV_VERSION_MINOR 64
#define LAV_VERSION_REVISION 0
#define LAV_AUDIO "LAV Audio Decoder"