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-05-24 22:12:49 +0400
committerHendrik Leppkes <h.leppkes@gmail.com>2011-05-24 22:12:49 +0400
commit3bc5dd5d8db6e149cddb847fa23d8974e9ec337f (patch)
treeba2f0c0c208d796d9b179c1c228cc79df9ca018c
parent352b815f147cc161003076ba9195588749ba0f32 (diff)
Update changelog and increment version.0.27
-rw-r--r--CHANGELOG.txt18
-rw-r--r--LAVFilters.iss2
-rw-r--r--common/includes/version.h2
3 files changed, 20 insertions, 2 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 4e8a2280..905b8223 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,5 +1,23 @@
LAV DirectShow Filters Changelog
===================================
+0.27 - 2011/05/24
+General
+- Added debug versions which generate log files on your desktop
+
+LAV Splitter
+- Fixed a memory leak when switching streams
+- Increased probe buffer size (which results in files to be properly detected in more cases)
+- Fixed playback of MPEG-TS files with a odd program configuration
+
+LAV Audio
+- Improvements to the DTS decoder interface
+ - Support for 1.1.0.0
+ - Try to reverse any channel upmixing done by the decoder, outputting the audio as close to the original source as possible.
+- New Channel Mapping functionality
+ - Output only "standard" channel layouts (Mono, Stereo, 5.1, 6.1, 7.1), filling non-existant channels with silence. Required by some HDMI receivers with "odd" source layouts. (default)
+ - Convert Mono to Stereo (simply double the audio channel)
+ - Convert 6.1 to 7.1 (Back Center gets doubled into both back channels)
+
0.26 - 2011/05/15
General
- The VC2010 runtime is no longer required to be installed
diff --git a/LAVFilters.iss b/LAVFilters.iss
index 6ed6dcd2..1ae9f3c9 100644
--- a/LAVFilters.iss
+++ b/LAVFilters.iss
@@ -1,5 +1,5 @@
#define version_major = 0
-#define version_minor = 26
+#define version_minor = 27
; 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 d22ce0c0..c5ef176a 100644
--- a/common/includes/version.h
+++ b/common/includes/version.h
@@ -21,7 +21,7 @@
#pragma once
#define LAV_VERSION_MAJOR 0
-#define LAV_VERSION_MINOR 26
+#define LAV_VERSION_MINOR 27
#define LAV_AUDIO "LAV Audio Decoder"
#define LAV_SPLITTER "LAV Splitter"