From fe492a79579ae29d8bd037d32143ac3471998d6a Mon Sep 17 00:00:00 2001 From: Hendrik Leppkes Date: Sat, 1 Jul 2017 18:20:53 +0200 Subject: Update changelog and version --- CHANGELOG.txt | 7 +++++++ common/includes/version.h | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3