Skip to content

Voya Player Library v1.3.1

Compare
Choose a tag to compare
@adamajammary adamajammary released this 25 Mar 12:39
· 1 commit to main since this release

libvoyaplayer

A free cross-platform media player library

Copyright (C) 2021 Adam A. Jammary (Jammary Studio)

libvoyaplayer is a free cross-platform media player library that easily plays your music and video files.

3rd Party Libraries

Library Version License
SDL2 2.30.1 zlib license
SDL2_ttf 2.22.0 zlib license
FFmpeg 6.1.1 LGPL v.2.1 (GNU Lesser General Public License)
libaom 3.8.1 Alliance for Open Media Patent License
zLib 1.3.1 zlib license

Changelog

Updated

  • 3rd party libraries
  • Test project
  • Readme doc
  • CMake build

Fixed

  • Color profile on Android #16
  • SDL2 version mismatch error in Android project #15
  • UNICODE (16-bit UCS-2) conversion #14
  • Rendered sub is not cleared when the queue is empty #12
  • Some videos change the audio specs during playback #11
  • Memory leak when generating thumbnails #9

Improved

  • Only seek by bytes when strictly necessary #13