Skip to content

Commit

Permalink
version 1.4.0
Browse files Browse the repository at this point in the history
Changelog:
- Improve OpenGL: more pixel formats, supports QML(not stable),
    dynamic gl support etc.
- VAAPI: GLX direct rendering support. check 4k.
- DXVA: more decoding surfaces to improve performance
- VDA (OSX hardware decoding) support
- Android support. Easy to deploy
- Subtitle support, including QML
- Improve OpenAL. Works fine on most platforms including android
- FFmpeg libavfilter support
- Audio output api change
- deploy script for ifw, OSX
- Bug fix
- WIP: dsound, opensl, audio engine, audio filters etc.
  • Loading branch information
wang-bin committed Sep 10, 2014
1 parent 2786941 commit 4adb2ba
Show file tree
Hide file tree
Showing 16 changed files with 236 additions and 247 deletions.
18 changes: 18 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,3 1,21 @@
version 1.4.0 2014-09-10

Changelog:
- Improve OpenGL: more pixel formats, supports QML(not stable),
dynamic gl support etc.
- VAAPI: GLX direct rendering support. check 4k.
- DXVA: more decoding surfaces to improve performance
- VDA (OSX hardware decoding) support
- Android support. Easy to deploy
- Subtitle support, including QML
- Improve OpenAL. Works fine on most platforms including android
- FFmpeg libavfilter support
- Audio output api change
- deploy script for ifw, OSX
- Bug fix
- WIP: dsound, opensl, audio engine, audio filters etc.


version 1.3.3 2014-04-20

- CUDA support for windows and linux. (The first player/library support CUDA decoding on linux?)
Expand Down
4 changes: 2 additions & 2 deletions QtAV.pro
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 58,8 @@ runConfigTests()
}


PACKAGE_VERSION = 1.3.4
PACKAGE_VERSION = 1.4.0
PACKAGE_NAME= QtAV

include(pack.pri)
#packageSet(1.3.4, QtAV)
#packageSet(1.4.0, QtAV)
Loading

0 comments on commit 4adb2ba

Please sign in to comment.