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.
Changelog: - XAudio2 support - VideoToolbox hardware decoder(OSX) support. It can decode h264, h263, mpeg1, mpeg2, mpeg4. Better than VDA - CUDA 0-copy support - Dynamic video decoder switch when playing (try it in QMLPlayer) - Embedded ass subtitles support - ass subtitle font setup - No OpenGL build fix for linux - Fix qpainter rendering if vbo is used - Fix OpenGL rendering for some rgb formats - DXVA 0-copy improvement, intel clearvideo workaround etc. - AO: add null backend - HW: fix profile check - Ref counted frames from ff decoders. This fix opengl crash when uploading textures - Fix audio resampler parameters not set correctly - VS2015 support
- Loading branch information
Showing
16 changed files
with
61 additions
and
106 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 1,23 @@ | ||
qtav (1.8.0) unstable; urgency=low | ||
|
||
* XAudio2 support | ||
* VideoToolbox hardware decoder(OSX) support | ||
* CUDA 0-copy support | ||
* Dynamic video decoder switch when playing (try it in QMLPlayer) | ||
* Embedded ass subtitles support | ||
* ass subtitle font setup | ||
* No OpenGL build fix for linux | ||
* Fix qpainter rendering if vbo is used | ||
* Fix OpenGL rendering for some rgb formats | ||
* DXVA 0-copy improvement, intel clearvideo workaround etc. | ||
* AO: add null backend | ||
* HW: fix profile check | ||
* Ref counted frames from ff decoders. Fix crash uploading textures | ||
* Fix audio resampler parameters not set correctly | ||
* VS2015 support | ||
|
||
-- Wang Bin (Lucas) <[email protected]> Tue, 01 Sep 2015 13:25:13 0800 | ||
|
||
qtav (1.7.0) unstable; urgency=low | ||
|
||
* DXVA GPU zero-copy 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
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -18,7 18,7 @@ Page { | |
font.pixelSize: Utils.scaled(14) | ||
onContentHeightChanged: parent.height = contentHeight 2*anchors.margins | ||
onLinkActivated: Qt.openUrlExternally(link) | ||
text: "<h3>QMLPlayer " qsTr("based on") " QtAV 1.7.0 </h3>" | ||
text: "<h3>QMLPlayer " qsTr("based on") " QtAV 1.8.0 </h3>" | ||
"<p>" qsTr("QtAV is a corss-platform, high performace multimedia playback framework") "</p>" | ||
"<p>Distributed under the terms of LGPLv2.1 or later.</p>" | ||
"<p>Copyright (C) 2012-2015 Wang Bin (aka. Lucas Wang) <a href='mailto:[email protected]'>[email protected]</a></p>" | ||
|
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,7 1,7 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<Installer> | ||
<Name>QtAV</Name> | ||
<Version>1.7.0</Version> | ||
<Version>1.8.0</Version> | ||
<Title>QtAV-Multimedia playback framework</Title> | ||
<Publisher>WangBin [email protected]</Publisher> | ||
<ProductUrl>http://www.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
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