From fe3f05ca43a5953b529cbb3303c1d76b368eeeb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C5=82a=C5=BCej=20Szczygie=C5=82?= Date: Sat, 17 Jun 2023 20:43:44 +0200 Subject: [PATCH] Update ChangeLog and version to 23.06.17 --- ChangeLog | 14 ++++++++++++++ src/qmplay2/Version.cpp | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index aab16d9f9..be71d7bd4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +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, + - more HWAccel stabilizations (mostly VTB and VA-API), + - demux/download only selected streams (if possible), + - add more info into audio and video streams menu, + - choose best quality for HLS and DASH streams, + - add separate live streams buffering option, + - generally improve live streams playback, + - audio equalizer optimizations, + - improve bitrate information, + - fix YouTube live streams, + - other minor changes, + Changes in QMPlay2 23.06.04: - display 10 bit RGB images as 10 bit using Vulkan if possible, - load external subtitles that are in sub-directories, diff --git a/src/qmplay2/Version.cpp b/src/qmplay2/Version.cpp index 1839fb29a..a89583711 100644 --- a/src/qmplay2/Version.cpp +++ b/src/qmplay2/Version.cpp @@ -25,7 +25,7 @@ #ifndef QMPlay2GitHEAD #define QMPlay2GitHEAD #endif -#define QMPlay2Version "23.06.04" QMPlay2GitHEAD +#define QMPlay2Version "23.06.17" QMPlay2GitHEAD QByteArray Version::get() {