Skip to content

Commit

Permalink
Update changelog and version for 0.79.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Nevcairiel committed Apr 8, 2024
1 parent ea8aa0f commit c21c399
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.txt
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion common/includes/version.h
Expand Up @@ -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
Expand Down

0 comments on commit c21c399

Please sign in to comment.