Skip to content

Commit

Permalink
Update changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
Nevcairiel committed Oct 5, 2018
1 parent 7292f6a commit 9bf4722
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.txt
@@ -1,6 +1,16 @@
LAV DirectShow Filters Changelog
===================================

0.73.0 - 2018/10/05
LAV Splitter
- Changed: Export the description of cover art and attachments for use by players
- Fixed: Properly marked the packet allocator as providing read-only packets, to avoid crashes with in-place transform filters

LAV Video
- NEW: Support for AV1 decoding using libaom
- Changed: Enabled VP9 hardware acceleration by default
- Fixed: The aspect ratio of certain WMV/VC-1 files was not being properly respected in the WMV9 MFT decoder

0.72.0 - 2018/06/19
LAV Video
- Changed: Enabled CineformHD decoding by default, since the decoder has much improved
Expand Down
2 changes: 1 addition & 1 deletion common/includes/version.h
Expand Up @@ -3,7 +3,7 @@
#include "version_rev.h"

#define LAV_VERSION_MAJOR 0
#define LAV_VERSION_MINOR 72
#define LAV_VERSION_MINOR 73
#define LAV_VERSION_REVISION 0

/////////////////////////////////////////////////////////
Expand Down

0 comments on commit 9bf4722

Please sign in to comment.