From 848a74fb2735b30a4cee7a56b3d4a2391b2fa122 Mon Sep 17 00:00:00 2001 From: Hendrik Leppkes Date: Thu, 9 Jun 2011 19:43:03 +0200 Subject: Update version and changelog. --- CHANGELOG.txt | 12 ++++++++++++ LAVFilters.iss | 2 +- common/includes/version.h | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 037a1872..f42f7ff9 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,5 +1,17 @@ LAV DirectShow Filters Changelog =================================== +0.29 - 2011/06/09 +LAV Splitter +- The language code is now always shown in the stream changer (as a hint to easily know what to put into the preferred languages fields) +- Enabled ITrackInfo +- Improved H264 in MPEG-TS playback (including an option to try to fix broken HD-PVR recordings) +- Added a programmatic configuration interface for players to configure LAV Splitter + +LAV Audio +- Added support for decoding encrypted DVD audio +- Fix decoding of some DTS-HD streams with the ArcSoft decoder +- Added a programmatic configuration interface for players to configure LAV Audio + 0.28 - 2011/05/27 LAV Splitter - Improved PGS filtering, forced subtitles should be cleared off the screen properly more often. diff --git a/LAVFilters.iss b/LAVFilters.iss index 51cca1c3..d675805e 100644 --- a/LAVFilters.iss +++ b/LAVFilters.iss @@ -1,5 +1,5 @@ #define version_major = 0 -#define version_minor = 28 +#define version_minor = 29 ; 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 f2d412ab..7fff33e2 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 28 +#define LAV_VERSION_MINOR 29 #define LAV_AUDIO "LAV Audio Decoder" #define LAV_SPLITTER "LAV Splitter" -- cgit v1.2.3