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:
-rw-r--r--CHANGELOG.txt4
-rw-r--r--common/includes/version.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index d8191c10..734ffd32 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,6 +1,10 @@
LAV DirectShow Filters Changelog
===================================
+0.70.2 - 2017/07/06
+LAV Video
+- Fixed: DXVA2 decoding could fail in 0.70 after a dynamic media type change
+
0.70.1 - 2017/07/01
LAV Video
- NEW: DXVA2-CopyBack uses D3D9Ex to allow headless operation
diff --git a/common/includes/version.h b/common/includes/version.h
index ab8b26b3..c5568d47 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 1
+#define LAV_VERSION_REVISION 2
/////////////////////////////////////////////////////////
#ifndef ISPP_INCLUDED