Skip to content

Commit

Permalink
Update ChangeLog and version to 23.06.17
Browse files Browse the repository at this point in the history
  • Loading branch information
zaps166 committed Jun 17, 2023
1 parent 1d33e37 commit fe3f05c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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,
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.04" QMPlay2GitHEAD
#define QMPlay2Version "23.06.17" QMPlay2GitHEAD

QByteArray Version::get()
{
Expand Down

0 comments on commit fe3f05c

Please sign in to comment.