From 92d953a066cf28c8cb9c433ec316b0a35d1c02a7 Mon Sep 17 00:00:00 2001 From: Hendrik Leppkes Date: Fri, 24 Feb 2012 14:47:14 +0100 Subject: Update version and changelog --- CHANGELOG.txt | 7 +++++++ common/includes/version.h | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index d6c8f7e2..adf4c950 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,5 +1,12 @@ LAV DirectShow Filters Changelog =================================== +0.48 - 2012/02/24 +LAV Splitter +- Improved Video/Audio stream detection in some MPEG-TS files + +LAV Video +- Fixed a potential crash with native DXVA2 when the software fallback was used + 0.47 - 2012/02/20 LAV Audio - Fixed seeking in COOK audio with the MPC-HC RealMedia splitter diff --git a/common/includes/version.h b/common/includes/version.h index cce7a02e..6c33dc84 100644 --- a/common/includes/version.h +++ b/common/includes/version.h @@ -1,7 +1,7 @@ #pragma once #define LAV_VERSION_MAJOR 0 -#define LAV_VERSION_MINOR 47 +#define LAV_VERSION_MINOR 48 #define LAV_AUDIO "LAV Audio Decoder" #define LAV_VIDEO "LAV Video Decoder" -- cgit v1.2.3