Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2015-04-23 | 1.9 kB | |
QtAV1.6.0-VS2013x64.exe | 2015-04-23 | 30.6 MB | |
QtAV1.6.0-MinGW32.exe | 2015-04-23 | 30.7 MB | |
QtAV1.6.0-VS2013x86.exe | 2015-04-23 | 28.7 MB | |
QtAV1.6.0-MinGW64.exe | 2015-04-23 | 30.5 MB | |
QtAV1.6.0-Linux64.run | 2015-04-23 | 41.0 MB | |
QtAV1.6.0-Linux64.tar.xz | 2015-04-23 | 14.9 MB | |
QtAV1.6.0-QMLPlayer.dmg | 2015-04-23 | 18.7 MB | |
QtAV1.6.0-player.dmg | 2015-04-23 | 14.7 MB | |
QtAV1.6.0-QMLPlayer-android-armv7.apk | 2015-04-23 | 17.4 MB | |
QtAV1.6.0-QMLPlayer-android-x86.apk | 2015-04-23 | 22.2 MB | |
Totals: 11 Items | 249.3 MB | 2 |
Windows
Qt 5.4.0 + FFmpeg 2.6.2 + 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.6.2. You have to install libva sudo apt-get install libva-dev
.
OSX
Qt 5.4.2 + FFmpeg 2.6.2.
Android
Qt 5.5.0beta + FFmpeg 2.6.2 + OpenAL 1.1.16
Development files
Linux & windows: after the installation, run sdk_deploy.bat(win) or sdk_deploy.sh
OSX: /Applications/player.app/sdk_osx.sh ~/Qt5.4.0/5.4/clang_64/lib
Changelog
- VDA: use NV12 as default format. Support 0 copy. Better performance than any other playrs
- CUDA: fix wrong bitstream filters
- OpenGL:
- PBO support (enable by enviroment var QTAV_PBO=1)
- rectangle texture support
- packed yuv formats support
- Support buffer progress, buffer value control
- Support frame rate setup (AVPlayer::setFrameRate())
- Support RAW streams, such as h264, yuv
- Audio filter support
- Better libavfilter support. Now support libav avfilter, support audio filters from libavfilter
- Add pulseaudio support
- Detect volume change by per-app volume control
- Simplify audio output API
- Volume and mute control by audio backend API
- Use float audio sample if possible
- Fix iOS static link error
- Fix error handling, EOF detect, Qt4.7 build etc.
- Deploy: add qml, fix lib name, deploy sdk from installer, mingw deployment on linux.
- player/QMLPlayer:
- decoder detail
- more options: preview config, buffer, fps, timeout
- unregister context menu(win32) if uninstalled, ifw2.0
- QMLPlayer file associate for android
- Fix QMLPlayer package can not run on OSX
http://www.qtav.org/blog/1.6.0.html
2015-04-23