Skip to content

Commit

Permalink
Update changelog and version for 0.78 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Nevcairiel committed Oct 25, 2023
1 parent 11b06e1 commit 39bc2a8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.txt
@@ -1,6 +1,20 @@
LAV DirectShow Filters Changelog
===================================

0.78.0 - 2023/10/25
LAV Splitter
- NEW: Added identification of DTS:X in DTS HD-HRA streams
- NEW: Support for various stream flags in Matroska containers (Hearing Impaired, and more)
- Changed: Text-based subtitle selection now uses case-insensitive matches (ASCII characters only)
- Fixed: Many stream titles in MP4 files weren't being read properly

LAV Video
- NEW: Support for decoding SMC video
- Fixed: HLG video streams could have their HLG flag overriden in some circumstances

LAV Audio
- Fixed: TrueHD bitstreaming of Atmos tracks could cause output timestamps to be off, confusing some audio renderers

0.77.2 - 2023/03/08
LAV Splitter
- NEW: Added identification for spatial/immersive audio extensions (Atmos, DTS:X)
Expand Down
4 changes: 2 additions & 2 deletions common/includes/version.h
Expand Up @@ -3,8 +3,8 @@
#include "version_rev.h"

#define LAV_VERSION_MAJOR 0
#define LAV_VERSION_MINOR 77
#define LAV_VERSION_REVISION 2
#define LAV_VERSION_MINOR 78
#define LAV_VERSION_REVISION 0

/////////////////////////////////////////////////////////
#ifndef ISPP_INCLUDED
Expand Down

0 comments on commit 39bc2a8

Please sign in to comment.