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-09-22 12:37:03 +0300
committerHendrik Leppkes <h.leppkes@gmail.com>2015-09-22 12:39:49 +0300
commit6545232554e1d53564a54d15983474be4edb2a3b (patch)
tree9411fce9754dfe47f07d220b08bedf6d7a2ccb46
parenta525cb99927c1c0376ea28c1d2aff06da5ee1788 (diff)
Update version and changelog
-rw-r--r--CHANGELOG.txt5
-rw-r--r--common/includes/version.h2
2 files changed, 5 insertions, 2 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index f5b8ffce..3cfb4830 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,17 +1,20 @@
LAV DirectShow Filters Changelog
===================================
-0.66.0 - 2015/xx/xx
+0.66.0 - 2015/09/22
LAV Splitter
+- NEW: Added options to increase the queue size for increased buffering
- Changed: Switched ASF/WMV demuxing to a new demuxer from Libav
- Fixed: Improved seeking with MPEG-TS files which contain teletext streams
LAV Video
+- NEW: Support for DXVA2-Native decoding of HEVC 10-bit with EVR on supported GPUs
- Changed: 4K Video Decoding on AMD graphics card is now enabled (needs recent drivers to work properly)
- Changed: DXVA2-CB decoding uses less memory on NVIDIA graphics cards
- Fixed: H264 DXVA2 decoding failed when no SPS/PPS was available in the media type
- Fixed: Conversion of RGB48 to RGB32/24 did not properly use dithering
- Fixed: Improved handling of a few DVD menu quirks
+- Fixed: Decoding 10-bit video with EVR could result in a black screen
LAV Audio
- Changed: 5.1 audio favors the "Side" 5.1 layout, which conforms to modern surround standards
diff --git a/common/includes/version.h b/common/includes/version.h
index ec9a192f..ee450715 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 65
+#define LAV_VERSION_MINOR 66
#define LAV_VERSION_REVISION 0
/////////////////////////////////////////////////////////