From b92b5ab6f881f2d08d2ceaaac845e9fde57cd788 Mon Sep 17 00:00:00 2001 From: Hendrik Leppkes Date: Fri, 25 Jan 2013 15:57:18 +0100 Subject: Update changelog and version --- CHANGELOG.txt | 15 +++++++++++++++ common/includes/version.h | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index dce6064b..facf9f74 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,5 +1,20 @@ LAV DirectShow Filters Changelog =================================== +0.55.2 - 2013/01/25 +LAV Splitter +- Improved support for MP4-style H.264 in AVI +- Further improvements for AAC in MPEG-TS +- Small improvements to handling Blu-rays with odd stream configurations +- Improved handling of Ogg Vorbis streams + +LAV Video +- Basic support for playing DVDs in different playback rates +- Fixed DXVA2 resource cleanup which may have caused a crash in some situations with DXVA2-Native +- Fixed A/V Sync when using the WMV9 DMO decoder (especially noticable after seeking) + +LAV Audio +- Improved AC3 decoding quality (thanks to madshi for the patch in ffmpeg) + 0.55.1 - 2013/01/11 General - Clicking the Tray Icon with a Property Page already active brings it back to the front diff --git a/common/includes/version.h b/common/includes/version.h index 68b8cec5..df621170 100644 --- a/common/includes/version.h +++ b/common/includes/version.h @@ -2,7 +2,7 @@ #define LAV_VERSION_MAJOR 0 #define LAV_VERSION_MINOR 55 -#define LAV_VERSION_REVISION 1 +#define LAV_VERSION_REVISION 2 #define LAV_AUDIO "LAV Audio Decoder" #define LAV_VIDEO "LAV Video Decoder" -- cgit v1.2.3