Skip to content

Commit

Permalink
Релиз 0.5.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
v0lt committed Jan 15, 2021
1 parent 3735f30 commit f0f21ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Include/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
#define DO_MAKE_STR(x) #x
#define MAKE_STR(x) DO_MAKE_STR(x)

#define MPCVR_RELEASE 0
#define MPCVR_RELEASE 1

#define MPCVR_VERSION_MAJOR 0
#define MPCVR_VERSION_MINOR 5
#define MPCVR_VERSION_BUILD 1
#define MPCVR_VERSION_BUILD 2

#define MPCVR_VERSION_NUM MPCVR_VERSION_MAJOR,MPCVR_VERSION_MINOR,MPCVR_VERSION_BUILD,MPCVR_REV_NUM
#define MPCVR_VERSION_STR MAKE_STR(MPCVR_VERSION_MAJOR) "." MAKE_STR(MPCVR_VERSION_MINOR) "." MAKE_STR(MPCVR_VERSION_BUILD) "." MAKE_STR(MPCVR_REV_NUM)
Expand Down
3 changes: 2 additions & 1 deletion history.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
v0.5.1
v0.5.2.1607 - 2021.01.15
------------------------
Fixed getting the displayed frame when outputting RGB 10-bit.
Fixed display of BGRA64 format.
Added support for BGR48 format.
Added correction after incorrect (unsupported) conversion from YCbCr BT.2020 to RGB after DXVA2 and D3D11 VP.
Fixed playback of some protected DVD-Videos.
Improved "Auto display HDR On/Off" option.
Fixed converting color space using shaders.
Various additions and fixes in statistics.

v0.5.0.1567 - 2020.12.21
Expand Down

0 comments on commit f0f21ef

Please sign in to comment.