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>2011-11-30 22:49:51 +0400
committerHendrik Leppkes <h.leppkes@gmail.com>2011-11-30 22:49:51 +0400
commit97ad9bf518e302e3b9ebd33bc86983234605963b (patch)
tree804afeea9709422c401c51541636d83c68b8f95e
parenteddb861ab2c29f5a4d10f9d1985dbc0deb4c94da (diff)
Update changelog and version.0.42
-rw-r--r--CHANGELOG.txt5
-rw-r--r--LAVFilters.iss2
-rw-r--r--common/includes/version.h2
3 files changed, 7 insertions, 2 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index b309856c..94ab1a45 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,5 +1,10 @@
LAV DirectShow Filters Changelog
===================================
+0.42 - 2011/11/30
+LAV Splitter
+- Fixed a timestamping bug in the new MKV demuxer
+- Futher enhancements to explorer thumbnail generation
+
0.41 - 2011/11/29
LAV Splitter
- New MKV Demuxer (see release notes for details)
diff --git a/LAVFilters.iss b/LAVFilters.iss
index 28fe877b..dc05a924 100644
--- a/LAVFilters.iss
+++ b/LAVFilters.iss
@@ -1,5 +1,5 @@
#define version_major = 0
-#define version_minor = 41
+#define version_minor = 42
; ToDo
; - Maybe create custom page for the format selection. That for example allows using two columns to use space more effectively.
diff --git a/common/includes/version.h b/common/includes/version.h
index 6c87cc50..c7aeb867 100644
--- a/common/includes/version.h
+++ b/common/includes/version.h
@@ -20,7 +20,7 @@
#pragma once
#define LAV_VERSION_MAJOR 0
-#define LAV_VERSION_MINOR 41
+#define LAV_VERSION_MINOR 42
#define LAV_AUDIO "LAV Audio Decoder"
#define LAV_VIDEO "LAV Video Decoder"