From f4f2f25803d0984704867f331cd76188e112ea80 Mon Sep 17 00:00:00 2001 From: Hendrik Leppkes Date: Mon, 28 Feb 2022 15:14:03 +0100 Subject: [PATCH] Update changelog and version --- CHANGELOG.txt | 9 +++++++++ common/includes/version.h | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 710187f50..c67c7d184 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,6 +1,15 @@ LAV DirectShow Filters Changelog =================================== +0.76.1 - 2022/02/28 +LAV Splitter +- Changed: When requesting a HTTP URL, the URL itself is send as a referrer to increase compatibility +- Fixed: The priority of "Default" subtitle tracks in MKV files was wrong when a forced track was present + +LAV Video +- Changed: Improved color reporting for DVD menus/subtitles +- Fixed: D3D11 surface clearing did not work properly on Intel GPUs + 0.76.0 - 2022/01/22 LAV Splitter - NEW: Added an option to re-evaluate subtitle stream selection when the audio language changes diff --git a/common/includes/version.h b/common/includes/version.h index f9424a646..36669a89c 100644 --- a/common/includes/version.h +++ b/common/includes/version.h @@ -4,7 +4,7 @@ #define LAV_VERSION_MAJOR 0 #define LAV_VERSION_MINOR 76 -#define LAV_VERSION_REVISION 0 +#define LAV_VERSION_REVISION 1 ///////////////////////////////////////////////////////// #ifndef ISPP_INCLUDED