Home / release / 1.5.0
Name Modified Size InfoDownloads / Week
Parent folder
QtAV1.5.0-QMLPlayer-OSX.dmg 2015-02-14 18.4 MB
QtAV1.5.0-Player-OSX.dmg 2015-02-14 14.6 MB
README.md 2015-02-13 1.8 kB
QtAV1.5.0-Linux64.run 2015-02-13 38.1 MB
QtAV1.5.0-VS2013-XP-x64.exe 2015-02-13 29.2 MB
QtAV1.5.0-VS2013-XP-x86.exe 2015-02-13 27.6 MB
QtAV1.5.0-MinGW64.exe 2015-02-13 29.0 MB
QtAV1.5.0-MinGW32.exe 2015-02-13 29.2 MB
QtAV1.5.0-QMLPlayer-android-armv7a.apk 2015-02-13 14.6 MB
Totals: 9 Items   200.7 MB 0

Windows

Qt 5.4.0 + FFmpeg git + OpenAL 1.1.16. HEVC hardware decoding support(DXVA2). Windows XP support. Dynamic OpenGL support(add -es suffix to player.exe and QMLPlayer.exe to run in ANGLE mode, e.g. player-es.exe)

MinGW64 Qt package is here: https://sourceforge.net/projects/buildqt/files/release/5.4.0

Linux

Qt 5.4.0 + FFmpeg 2.5.2 + OpenAL 1.1.16. You have to install libva sudo apt-get install libva-dev. Ubuntu 12.04 support. VA-API will not work on ubuntu 12.04.

OSX

Qt 5.4.1 + FFmpeg 2.5.2.

Android

Qt 5.3.1 + FFmpeg 2.5.1

Development files

Linux & windows: after the installation, suppose installed in $QTAVDIR

cp -af $QTAVDIR/{mkspecs,include} $QTDIR

and copy Qt5AV.lib or libQt5AV.a or libQt5AV.so $QTDIR/lib

OSX: /Applications/player.app/sdk_osx.sh ~/Qt5.4.0/5.4/clang_64/lib

Changelog

  • Add QtAVWidgets module contains widget based renderers, video preview widget
  • QtAV module only depends on QtCore and QtGui
  • Improve audio output API
  • Simplify deployment on OSX. Deploy sdk from release packages without build.
  • Improve seekable detection
  • Fix noise audio if volume increased
  • Fix noise and wrong playback speed for wmv videos
  • Preview is more accurate
  • Do not copy AVPacket but use reference count.
  • Faster audio track switch
  • Reopen audio output only if audio format changed
  • VideoFrame: new API for converting to another format or QImage
  • OpenGL VAO, VBO support.
  • QML
  • Fix some crashes in QQuickItemRenderer
  • Add FBO item renderer and use the same code path as other opengl renderers
  • timeout property
  • player and QMLPlayer example
  • player: real time preview on progress bar
  • Fast seek and display if seek shortcut is pressed and hold

http://www.qtav.org/blog/1.5.0.html

2015-02-13

Source: README.md, updated 2015-02-13