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.txt15
-rw-r--r--common/includes/version.h4
2 files changed, 17 insertions, 2 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index d044d311..fdfd8ae1 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,5 +1,20 @@
LAV DirectShow Filters Changelog
===================================
+0.59.0 - 2013/11/03
+LAV Splitter
+- Support for demuxing H.265/HEVC and VP9
+- Improvements for H.264 in AVI or as raw video streams
+- Improved stream detection in files which start with a few seconds audio before the video
+- Improved timestamp handling when demuxing seamless branching Blu-rays, fixes a few hicups/freezes mid-stream
+
+LAV Video
+- Support for decoding H.265/HEVC and VP9
+- Accept H.264 from the MainConcept demuxer
+- Added support for DV Video from Canopus cameras
+
+LAV Audio
+- Fixed playback issues on a few DTS and DTS-HD tracks
+
0.58.2 - 2013/07/26
LAV Splitter
- Fixed demuxing of WavPack from MKV
diff --git a/common/includes/version.h b/common/includes/version.h
index 9325176a..d0502cea 100644
--- a/common/includes/version.h
+++ b/common/includes/version.h
@@ -1,8 +1,8 @@
#pragma once
#define LAV_VERSION_MAJOR 0
-#define LAV_VERSION_MINOR 58
-#define LAV_VERSION_REVISION 2
+#define LAV_VERSION_MINOR 59
+#define LAV_VERSION_REVISION 0
#define LAV_AUDIO "LAV Audio Decoder"
#define LAV_VIDEO "LAV Video Decoder"