Skip to content

Commit b51fee7

Browse files
committed
release 1.13.0
- add python bindings - more apis for qml player - auto rotate video - apple store - fix ios plugin not found - support chapters - muxer, encoder, transcoder improvements - compatible with new ffmpeg - videotoolbox: hevc, - cuda: new devices - android: no longer depends on private qt module - fix opensl error - mediacodec: 0-copy via a plugin from https://github.com/wang-bin/mdk-sdk
1 parent f30128c commit b51fee7

File tree

26 files changed

+72
-39
lines changed

26 files changed

+72
-39
lines changed

.qmake.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
QTAV_MAJOR_VERSION = 1
2-
QTAV_MINOR_VERSION = 12
2+
QTAV_MINOR_VERSION = 13
33
QTAV_PATCH_VERSION = 0
44

55
QTAV_VERSION = $${QTAV_MAJOR_VERSION}.$${QTAV_MINOR_VERSION}.$${QTAV_PATCH_VERSION}

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 2.8.11 FATAL_ERROR)
33
project(QTAV)
44

55
set(QTAV_MAJOR 1)
6-
set(QTAV_MINOR 12)
6+
set(QTAV_MINOR 13)
77
set(QTAV_PATCH 0)
88
set(PROJECT_VERSION ${QTAV_MAJOR}.${QTAV_MINOR}.${QTAV_PATCH})
99
set(SO_VERSION ${QTAV_MAJOR})

Changelog

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
version 1.13.0 2019-07-11
2+
3+
- add python bindings
4+
- more apis for qml player
5+
- auto rotate video
6+
- apple store
7+
- fix ios plugin not found
8+
- support chapters
9+
- muxer, encoder, transcoder improvements
10+
- compatible with new ffmpeg
11+
- videotoolbox: hevc,
12+
- cuda: new devices
13+
- android: no longer depends on private qt module
14+
- fix opensl error
15+
- mediacodec: 0-copy via a plugin from https://github.com/wang-bin/mdk-sdk
16+
17+
118
version 1.12.0 2017-06-20
219

320
Changelog

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,4 @@ Use QtAV in QML with OpenGL shaders(example is from qtmultimedia. But qtmultimed
155155

156156
> Copyright © Wang Bin wbsecg1@gmail.com
157157
158-
> Shanghai University->S3 Graphics->Deepin, Shanghai, China
159-
160158
> 2013-01-21

cmake/QtAV.rc.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ BEGIN
1919
BEGIN
2020
BLOCK "000004b0"
2121
BEGIN
22-
VALUE "CompanyName", "Shanghai University->S3 Graphics->Deepin->PPTV | wbsecg1@gmail.com"
22+
VALUE "CompanyName", "wbsecg1@gmail.com"
2323
VALUE "FileDescription", "QtAV Multimedia framework. http://qtav.org"
2424
VALUE "FileVersion", QTAV_VERSION_STR ".0"
25-
VALUE "LegalCopyright", "Copyright (C) 2012-2017 WangBin, wbsecg1@gmail.com"
25+
VALUE "LegalCopyright", "Copyright (C) 2012-2019 WangBin, wbsecg1@gmail.com"
2626
VALUE "InternalName", "@MODULE@"
2727
VALUE "ProductName", "@MODULE@"
2828
VALUE "ProductVersion", QTAV_VERSION_STR ".0"

debian/changelog

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
qtav (1.13.0) unstable; urgency=low
2+
3+
* Add python bindings
4+
* More apis for qml player
5+
* Auto rotate video
6+
* Apple store
7+
* Fix ios plugin not found
8+
* Support chapters
9+
* Muxer, encoder, transcoder improvements
10+
* Compatible with new ffmpeg
11+
* Videotoolbox: hevc
12+
* Cuda: new devices
13+
* Android: no longer depends on private qt module
14+
* Fix opensl error
15+
* Other improvements, fixes, and untested features
16+
17+
-- Wang Bin (Lucas) <wbsecg1@gmail.com> Thu, 11 Jul 2019 08:53:50 +0800
18+
119
qtav (1.12.0) unstable; urgency=low
220

321
* CMake support

examples/QMLPlayer/QMLPlayer_sdk.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ defineTest(genRC) {
5656
RC_ICONS = $$PROJECTROOT/src/QtAV.ico
5757
QMAKE_TARGET_COMPANY = "Shanghai University->S3 Graphics->Deepin | wbsecg1@gmail.com"
5858
QMAKE_TARGET_DESCRIPTION = "QtAV Multimedia playback framework. http://qtav.org"
59-
QMAKE_TARGET_COPYRIGHT = "Copyright (C) 2012-2017 WangBin, wbsecg1@gmail.com"
59+
QMAKE_TARGET_COPYRIGHT = "Copyright (C) 2012-2019 WangBin, wbsecg1@gmail.com"
6060
QMAKE_TARGET_PRODUCT = "QtAV $$1"
6161
export(RC_ICONS)
6262
export(QMAKE_TARGET_COMPANY)

examples/QMLPlayer/android/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0"?>
2-
<manifest package="org.qtav.qmlplayer" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="1.12.1" android:versionCode="9" android:installLocation="auto">
2+
<manifest package="org.qtav.qmlplayer" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="1.13.0" android:versionCode="16" android:installLocation="auto">
33
<application android:hardwareAccelerated="true" android:name="org.qtproject.qt5.android.bindings.QtApplication" android:label="QMLPlayer" android:icon="@drawable/icon">
44
<activity android:configChanges="orientation|uiMode|screenLayout|screenSize|smallestScreenSize|locale|fontScale|keyboard|keyboardHidden|navigation" android:name="org.qtav.qmlplayer.QMLPlayerActivity" android:label="QtAV QMLPlayer" android:screenOrientation="unspecified" android:launchMode="singleTop">
55
<intent-filter>

examples/QMLPlayer/ios/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
<key>CFBundleName</key>
2020
<string>${PRODUCT_NAME}</string>
2121
<key>CFBundleShortVersionString</key>
22-
<string>1.12</string>
22+
<string>1.13</string>
2323
<key>CFBundleVersion</key>
24-
<string>1.12.0</string>
24+
<string>1.13.0</string>
2525
<key>LSRequiresIPhoneOS</key>
2626
<true/>
2727
<key>UIFileSharingEnabled</key>

examples/QMLPlayer/winrt/WinPhone8.Package.appxmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Name=\"org.qtav.qmlplayer\"
55
ProcessorArchitecture=\"$$lower($$VCPROJ_ARCH)\"
66
Publisher=\"CN=930FB10A-C50C-4801-84BA-255229D27D44\"
7-
Version=\"1.12.0.0\" />
7+
Version=\"1.13.0.0\" />
88
<mp:PhoneIdentity
99
PhoneProductId=\"e556656c-d8e8-49f9-8148-26506e94575a\"
1010
PhonePublisherId=\"00000000-0000-0000-0000-000000000000\" />

0 commit comments

Comments
 (0)