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