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-06 01:03:35 +0300
committerHendrik Leppkes <h.leppkes@gmail.com>2017-07-06 01:03:35 +0300
commitc96e7975b5728186bbf5a3add87c6d4196d1d7da (patch)
tree1ea9963e91d18b3f61328ffcdbb0df5d4821a64d
parentdd0a1490ab5b6387c339a98080a41de588c3d562 (diff)
Update changelog and version0.70.2
-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