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-04-21 15:12:15 +0300
committerHendrik Leppkes <h.leppkes@gmail.com>2015-04-21 15:20:08 +0300
commit770f1c5e0ff8126e7d1cfa07995caa378c318c08 (patch)
tree1723f2b442d098a1660cfbbaeea53015e1269fd5
parent199e8ab71ca035e8c9c06effbe96d45d53b95ceb (diff)
Update version and changelog0.65
-rw-r--r--CHANGELOG.txt17
-rw-r--r--common/includes/version.h2
2 files changed, 18 insertions, 1 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index fb2ee75c..d6830a73 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,6 +1,23 @@
LAV DirectShow Filters Changelog
===================================
+0.65.0 - 2015/04/21
+LAV Splitter
+- NEW: Support for MKV subtitle Cues to show subtitles immediately after a seek
+- NEW: Attachments and embedded cover art images are exported through the IDSMResourceBag interface
+- Fixed: Improved demuxing of HEVC in MPEG-TS and increased the reliability of the SPS/PPS/VPS extraction
+- Fixed: Demuxing Blu-rays/MPEG-TS where the first stream was not a video stream could result in broken timestamps
+- Fixed: Seeking in MKVs which are currently being written is more reliable
+
+LAV Video
+- Fixed: Improved HEVC DXVA2 decoding on a few samples
+- Fixed: Playback of VFR MPEG-4 in AVI had wrong timestamps in 0.64
+- Fixed: Improved handling of DVD subtitles without timestamps
+
+LAV Audio:
+- NEW: Native DTS-HD decoding using libdcadec
+- Changed: 5.1 audio prefers the speaker mask with side channels, to match recent specifications
+
0.64.0 - 2015/02/13
General
- NEW: Individual LAV Filters can now be blacklisted through the registry by creating a key with the executable name in HKCU\Software\LAV\<Filter>\Blacklist
diff --git a/common/includes/version.h b/common/includes/version.h
index 72cd8e19..ec9a192f 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 64
+#define LAV_VERSION_MINOR 65
#define LAV_VERSION_REVISION 0
/////////////////////////////////////////////////////////