1
0

Update changelog and version for 0.79.2

This commit is contained in:
Hendrik Leppkes 2024-04-08 09:24:56 +02:00
parent ea8aa0f0a5
commit c21c399438
Signed by: hendrik
GPG Key ID: 846079A4B0A7C1B5
2 changed files with 9 additions and 1 deletions

View File

@ -1,5 +1,13 @@
LAV DirectShow Filters Changelog
===================================
0.79.2 - 2024/04/08
LAV Splitter
- Fixed: Buffering media from a high latency source was slower then expected (since 0.79)
LAV Audio
- Fixed: Bitstream AC3 audio could fallback to PCM on streams that start with a corrupt audio frame (since 0.78)
- Fixed: Resolved a memory leak when bitstreaming AC3
0.79.1 - 2024/03/28
LAV Video
- Fixed: Resolved a glitch when playing HEVC video

View File

@ -4,7 +4,7 @@
#define LAV_VERSION_MAJOR 0
#define LAV_VERSION_MINOR 79
#define LAV_VERSION_REVISION 1
#define LAV_VERSION_REVISION 2
/////////////////////////////////////////////////////////
#ifndef ISPP_INCLUDED