From 9fcd2201f24946329136cc188a89efeb7f7b0526 Mon Sep 17 00:00:00 2001 From: Hendrik Leppkes Date: Thu, 10 Nov 2022 16:10:19 +0100 Subject: [PATCH] Update version and changelog --- CHANGELOG.txt | 7 +++++++ common/includes/version.h | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index cb4ef8249..c473b4cff 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,5 +1,12 @@ LAV DirectShow Filters Changelog =================================== +0.77.0 - 2022/11/10 +LAV Splitter +- Fixed: Improved handling of multichannel PCM channel assignments +- Fixed: MP4 Keyframe information could be wrong + +LAV Audio +- NEW: Support for audio with more then 8 channel, including automatic downmixing if required 0.76.1 - 2022/02/28 LAV Splitter diff --git a/common/includes/version.h b/common/includes/version.h index 36669a89c..c03a8eb5b 100644 --- a/common/includes/version.h +++ b/common/includes/version.h @@ -3,8 +3,8 @@ #include "version_rev.h" #define LAV_VERSION_MAJOR 0 -#define LAV_VERSION_MINOR 76 -#define LAV_VERSION_REVISION 1 +#define LAV_VERSION_MINOR 77 +#define LAV_VERSION_REVISION 0 ///////////////////////////////////////////////////////// #ifndef ISPP_INCLUDED