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>2017-07-01 19:20:53 +0300
committerHendrik Leppkes <h.leppkes@gmail.com>2017-07-01 19:20:53 +0300
commitfe492a79579ae29d8bd037d32143ac3471998d6a (patch)
tree98136dcfabb713f4b57db55d04f4c409fa79d6a7
parent80d529512f0c5b96fe50a20380d6ef8bcbc08312 (diff)
Update changelog and version0.70.1
-rw-r--r--CHANGELOG.txt7
-rw-r--r--common/includes/version.h2
2 files changed, 8 insertions, 1 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 7c54fee0..d8191c10 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,6 +1,13 @@
LAV DirectShow Filters Changelog
===================================
+0.70.1 - 2017/07/01
+LAV Video
+- NEW: DXVA2-CopyBack uses D3D9Ex to allow headless operation
+- Changed: Increased the maximum number of decode threads to 32
+- Changed: Rebalanced the "Auto" thread strategy to use the exact number of available CPU cores, instead of 1.5x the cores
+- Fixed: Certain H264 streams could crash in 0.70 due to lack of buffer padding
+
0.70.0 - 2017/06/15
General
- Official LAV Filters builds require a SSE2 capable CPU
diff --git a/common/includes/version.h b/common/includes/version.h
index 58c3009d..ab8b26b3 100644
--- a/common/includes/version.h
+++ b/common/includes/version.h
@@ -4,7 +4,7 @@
#define LAV_VERSION_MAJOR 0
#define LAV_VERSION_MINOR 70
-#define LAV_VERSION_REVISION 0
+#define LAV_VERSION_REVISION 1
/////////////////////////////////////////////////////////
#ifndef ISPP_INCLUDED