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-27 21:18:57 +0400
committerHendrik Leppkes <h.leppkes@gmail.com>2011-05-27 21:18:57 +0400
commitedc71eaf060bd204ec718df8bd59a38e8c60719c (patch)
treeff102f21281edb13994666681aa272571f39476b
parent529205cc11c02b201d53c3b16961ed9f1851d822 (diff)
Update changelog and version0.28
-rw-r--r--CHANGELOG.txt11
-rw-r--r--LAVFilters.iss2
-rw-r--r--common/includes/version.h2
3 files changed, 13 insertions, 2 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 905b8223..037a1872 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,5 +1,16 @@
LAV DirectShow Filters Changelog
===================================
+0.28 - 2011/05/27
+LAV Splitter
+- Improved PGS filtering, forced subtitles should be cleared off the screen properly more often.
+- Improved playback of H264 in MPEG-TS with certain files (mostly from camcorders, but some Blu-rays as well)
+- Fixed 16-bit LPCM on DVDs
+- Fixed the Media Types for uncompressed video
+
+LAV Audio
+- Added the ability to decode DTS Express when using the ArcSoft DTS Decoder
+- Fixed missing audio after seeks with Ogg Vorbis
+
0.27 - 2011/05/24
General
- Added debug versions which generate log files on your desktop
diff --git a/LAVFilters.iss b/LAVFilters.iss
index 1ae9f3c9..51cca1c3 100644
--- a/LAVFilters.iss
+++ b/LAVFilters.iss
@@ -1,5 +1,5 @@
#define version_major = 0
-#define version_minor = 27
+#define version_minor = 28
; 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 c5ef176a..f2d412ab 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 27
+#define LAV_VERSION_MINOR 28
#define LAV_AUDIO "LAV Audio Decoder"
#define LAV_SPLITTER "LAV Splitter"