Skip to content

Commit

Permalink
Update ChangeLog and version to 23.08.08
Browse files Browse the repository at this point in the history
  • Loading branch information
zaps166 committed Aug 8, 2023
1 parent f325396 commit 38c5cdf
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
Changes in QMPlay2 23.08.08:
- improve playback of HDR10 videos on SDR displays (OpenGL >= 3 and Vulkan),
- don't set BT.709 for video height > 576 if color space is not specified,
- remove direct address and rename autodetect address to direct address,
- add option to restore playback position per playlist entry,
- add experimental HDR10 mode option on Vulkan on Windows,
- add option to use nearest neighbor scaling on Vulkan,
- make Yadif 2x default deinterlacing filter for CPU,
- allow optionally HDR for VP9 codec for YouTube,
- fix black screen on VDPAU and CUVID on OpenGL,
- add support for 10-bit videos on OpenGL,
- allow to use Vulkan software rasterizer,
- Vulkan improvements and optimizations,
- fix playback of some MPEG-TS streams,
- display video color information,
- get primary X11 GPU on Vulkan,
- add AV1 codec for YouTube,
- decode MP4 text subtitles,
- minor OpenGL improvements,
- other fixes and improvements,

Changes in QMPlay2 23.06.17:
- improve video playback if it's far too slow (display only key frames),
- change network buffering options from packets to seconds,
Expand Down
2 changes: 1 addition & 1 deletion src/qmplay2/Version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#ifndef QMPlay2GitHEAD
#define QMPlay2GitHEAD
#endif
#define QMPlay2Version "23.06.17" QMPlay2GitHEAD
#define QMPlay2Version "23.08.08" QMPlay2GitHEAD

QByteArray Version::get()
{
Expand Down

0 comments on commit 38c5cdf

Please sign in to comment.