forked from wang-bin/QtAV
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 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
- Loading branch information
Showing
26 changed files
with
72 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -155,6 155,4 @@ Use QtAV in QML with OpenGL shaders(example is from qtmultimedia. But qtmultimed | |
|
||
> Copyright © Wang Bin [email protected] | ||
> Shanghai University->S3 Graphics->Deepin, Shanghai, China | ||
> 2013-01-21 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,10 19,10 @@ BEGIN | |
BEGIN | ||
BLOCK "000004b0" | ||
BEGIN | ||
VALUE "CompanyName", "Shanghai University->S3 Graphics->Deepin->PPTV | [email protected]" | ||
VALUE "CompanyName", "[email protected]" | ||
VALUE "FileDescription", "QtAV Multimedia framework. http://qtav.org" | ||
VALUE "FileVersion", QTAV_VERSION_STR ".0" | ||
VALUE "LegalCopyright", "Copyright (C) 2012-2017 WangBin, [email protected]" | ||
VALUE "LegalCopyright", "Copyright (C) 2012-2019 WangBin, [email protected]" | ||
VALUE "InternalName", "@MODULE@" | ||
VALUE "ProductName", "@MODULE@" | ||
VALUE "ProductVersion", QTAV_VERSION_STR ".0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 1,21 @@ | ||
qtav (1.13.0) unstable; urgency=low | ||
|
||
* 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 | ||
* Other improvements, fixes, and untested features | ||
|
||
-- Wang Bin (Lucas) <[email protected]> Thu, 11 Jul 2019 08:53:50 0800 | ||
|
||
qtav (1.12.0) unstable; urgency=low | ||
|
||
* CMake support | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,7 56,7 @@ defineTest(genRC) { | |
RC_ICONS = $$PROJECTROOT/src/QtAV.ico | ||
QMAKE_TARGET_COMPANY = "Shanghai University->S3 Graphics->Deepin | [email protected]" | ||
QMAKE_TARGET_DESCRIPTION = "QtAV Multimedia playback framework. http://qtav.org" | ||
QMAKE_TARGET_COPYRIGHT = "Copyright (C) 2012-2017 WangBin, [email protected]" | ||
QMAKE_TARGET_COPYRIGHT = "Copyright (C) 2012-2019 WangBin, [email protected]" | ||
QMAKE_TARGET_PRODUCT = "QtAV $$1" | ||
export(RC_ICONS) | ||
export(QMAKE_TARGET_COMPANY) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,7 31,7 @@ defineTest(genRC) { | |
RC_ICONS = $$PROJECTROOT/src/QtAV.ico | ||
QMAKE_TARGET_COMPANY = "Shanghai University->S3 Graphics->Deepin | [email protected]" | ||
QMAKE_TARGET_DESCRIPTION = "QtAV Multimedia framework. http://qtav.org" | ||
QMAKE_TARGET_COPYRIGHT = "Copyright (C) 2012-2017 WangBin, [email protected]" | ||
QMAKE_TARGET_COPYRIGHT = "Copyright (C) 2012-2019 WangBin, [email protected]" | ||
QMAKE_TARGET_PRODUCT = "QtAV $$1" | ||
export(RC_ICONS) | ||
export(QMAKE_TARGET_COMPANY) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -70,9 70,9 @@ QMAKE_EXTRA_COMPILERS = extra_copy # | |
EXTRA_COPY_FILES = $$qtav_qml.files | ||
|
||
QMAKE_WRITE_DEFAULT_RC = 1 | ||
QMAKE_TARGET_COMPANY = "Shanghai University->S3 Graphics->Deepin | [email protected]" | ||
QMAKE_TARGET_COMPANY = "[email protected]" | ||
QMAKE_TARGET_DESCRIPTION = "QtAV QML module. QtAV Multimedia framework. http://qtav.org" | ||
QMAKE_TARGET_COPYRIGHT = "Copyright (C) 2012-2017 WangBin, [email protected]" | ||
QMAKE_TARGET_COPYRIGHT = "Copyright (C) 2012-2019 WangBin, [email protected]" | ||
QMAKE_TARGET_PRODUCT = "QtAV QML" | ||
|
||
SOURCES = \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 1,7 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<Installer> | ||
<Name>QtAV</Name> | ||
<Version>1.12.0</Version> | ||
<Version>1.13.0</Version> | ||
<Title>QtAV Multimedia framework</Title> | ||
<Publisher>WangBin [email protected]</Publisher> | ||
<ProductUrl>http://qtav.org</ProductUrl> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,10 19,10 @@ BEGIN | |
BEGIN | ||
BLOCK "000004b0" | ||
BEGIN | ||
VALUE "CompanyName", "Shanghai University->S3 Graphics->Deepin | [email protected]" | ||
VALUE "CompanyName", "[email protected]" | ||
VALUE "FileDescription", "QtAV Multimedia framework. http://qtav.org" | ||
VALUE "FileVersion", QTAV_VERSION_STR ".0" | ||
VALUE "LegalCopyright", "Copyright (C) 2012-2017 WangBin, [email protected]" | ||
VALUE "LegalCopyright", "Copyright (C) 2012-2019 WangBin, [email protected]" | ||
VALUE "InternalName", "QtAV" | ||
VALUE "OriginalFilename", "QtAV.dll" | ||
VALUE "ProductName", "QtAV" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 1,6 @@ | ||
/****************************************************************************** | ||
QtAV: Multimedia framework based on Qt and FFmpeg | ||
Copyright (C) 2012-2018 Wang Bin <[email protected]> | ||
Copyright (C) 2012-2019 Wang Bin <[email protected]> | ||
* This file is part of QtAV | ||
|
@@ -190,13 190,13 @@ QString aboutQtAV_HTML() | |
{ | ||
static QString about = QString::fromLatin1("<img src='qrc:/QtAV.svg'><h3>QtAV " QTAV_VERSION_STR_LONG "</h3>\n" | ||
"<p>%1</p><p>%2</p><p>%3 </p>" | ||
"<p>Copyright (C) 2012-2018 Wang Bin (aka. Lucas Wang) <a href='mailto:[email protected]'>[email protected]</a></p>\n" | ||
"<p>Copyright (C) 2012-2019 Wang Bin (aka. Lucas Wang) <a href='mailto:[email protected]'>[email protected]</a></p>\n" | ||
"<p>%4: <a href='http://qtav.org/donate.html'>http://qtav.org/donate.html</a></p>\n" | ||
"<p>%5: <a href='https://github.com/wang-bin/QtAV'>https://github.com/wang-bin/QtAV</a></p>\n" | ||
"<p>%6: <a href='http://qtav.org'>http://qtav.org</a></p>" | ||
).arg(QObject::tr("Multimedia framework base on Qt and FFmpeg.\n")) | ||
.arg(QObject::tr("Distributed under the terms of LGPLv2.1 or later.\n")) | ||
.arg(QObject::tr("Shanghai University->S3 Graphics->Deepin->PPTV, Shanghai, China")) | ||
.arg(QObject::tr("Shanghai, China")) | ||
.arg(QObject::tr("Donate")) | ||
.arg(QObject::tr("Source")) | ||
.arg(QObject::tr("Home page")); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,9 51,9 @@ RESOURCES = QtAV.qrc \ | |
|
||
!rc_file { | ||
RC_ICONS = QtAV.ico | ||
QMAKE_TARGET_COMPANY = "Shanghai University->S3 Graphics->Deepin | [email protected]" | ||
QMAKE_TARGET_COMPANY = "[email protected]" | ||
QMAKE_TARGET_DESCRIPTION = "QtAV Multimedia framework. http://qtav.org" | ||
QMAKE_TARGET_COPYRIGHT = "Copyright (C) 2012-2017 WangBin, [email protected]" | ||
QMAKE_TARGET_COPYRIGHT = "Copyright (C) 2012-2019 WangBin, [email protected]" | ||
QMAKE_TARGET_PRODUCT = "QtAV" | ||
} else:win32 { | ||
RC_FILE = QtAV.rc | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,9 24,9 @@ preparePaths($$OUT_PWD/../out) | |
|
||
!rc_file { | ||
RC_ICONS = $$PROJECTROOT/src/QtAV.ico | ||
QMAKE_TARGET_COMPANY = "Shanghai University->S3 Graphics->Deepin | [email protected]" | ||
QMAKE_TARGET_COMPANY = "[email protected]" | ||
QMAKE_TARGET_DESCRIPTION = "QtAVWidgets module. QtAV Multimedia framework. http://qtav.org" | ||
QMAKE_TARGET_COPYRIGHT = "Copyright (C) 2012-2017 WangBin, [email protected]" | ||
QMAKE_TARGET_COPYRIGHT = "Copyright (C) 2012-2019 WangBin, [email protected]" | ||
QMAKE_TARGET_PRODUCT = "QtAV Widgets" | ||
} else:win32 { | ||
RC_FILE = QtAVWidgets.rc | ||
|