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 Jul 1, 2017
1 parent 80d5295 commit fe492a7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.txt
@@ -1,6 +1,13 @@
LAV DirectShow Filters Changelog
===================================

0.70.1 - 2017/07/01
LAV Video
- NEW: DXVA2-CopyBack uses D3D9Ex to allow headless operation
- Changed: Increased the maximum number of decode threads to 32
- Changed: Rebalanced the "Auto" thread strategy to use the exact number of available CPU cores, instead of 1.5x the cores
- Fixed: Certain H264 streams could crash in 0.70 due to lack of buffer padding

0.70.0 - 2017/06/15
General
- Official LAV Filters builds require a SSE2 capable CPU
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 70
#define LAV_VERSION_REVISION 0
#define LAV_VERSION_REVISION 1

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

0 comments on commit fe492a7

Please sign in to comment.