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 May 5, 2016
1 parent dec7405 commit 65b9ab4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.txt
@@ -1,10 +1,17 @@
LAV DirectShow Filters Changelog
===================================

0.68.1 - 2016/xx/xx
0.68.1 - 2016/05/05
LAV Splitter
- NEW: Support for reading metadata tags from MKV files (including the "3d-plane" MVC 3D tag from MakeMKV 1.9.10 and newer)
- Fixed: Improved handling of QuickTime codecs in MKV files
- Fixed: S302M audio streams with non-pcm content did not work anymore (requires an external decoder)

LAV Video
- Changed: Flags for BT.2020 are exported in DXVA2_ExtendedFormat (previously only reported to madVR, since the Windows SDK did not specify them)
- Changed: Prevent connections to the "AVI Decompressor" filter which could result in a broken image or crashes otherwise
- Fixed: Some progressive files could report the wrong FPS when software deinterlacing was turned on
- Fixed: MPEG-2 streams using "intra refresh" did not decode properly

LAV Audio
- Fixed: Decoding MPEG Audio streams from the Microsoft MPEG-1 Splitter could result in playback starting with an audible glitch
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 68
#define LAV_VERSION_REVISION 0
#define LAV_VERSION_REVISION 1

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

0 comments on commit 65b9ab4

Please sign in to comment.