Skip to content

Commit

Permalink
version 1.4.1
Browse files Browse the repository at this point in the history
Changelog:
- More QtMultimedia compatible QML playback API
- Debian package support. Now you can build on
ubuntu>=14.04 using debuild
- Subtitle: libass renderering support. Dynamically change
FFmpeg parser and libass
- Log level control support without changing any Qt logging
functions (qDebug, qWarning etc.)
- Video orientation support in renderers
- Bug fix: video frame with alpha value. video stream start
time >0. OpenAL can not close correctly...
- QML only: video preview.
- players: config UI in QMLPlayer. Video preview on
progress bar.
  • Loading branch information
wang-bin committed Nov 6, 2014
1 parent 7e0bef4 commit fd9027c
Show file tree
Hide file tree
Showing 15 changed files with 40 additions and 18 deletions.
13 changes: 13 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,3 1,16 @@
version 1.4.1 2014-11-06

Changelog:
- More QtMultimedia compatible QML playback API
- Debian package support. Now you can build on ubuntu>=14.04 using debuild
- Subtitle: libass renderering support. Dynamically change FFmpeg parser and libass
- Log level control support without changing any Qt logging functions (qDebug, qWarning etc.)
- Video orientation support in renderers
- Bug fix: video frame with alpha value. video stream start time >0. OpenAL can not close correctly...
- QML only: video preview.
- players: config UI in QMLPlayer. Video preview on progress bar.


version 1.4.0 2014-09-10

Changelog:
Expand Down
4 changes: 2 additions & 2 deletions QtAV.pro
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 60,8 @@ runConfigTests()
}


PACKAGE_VERSION = 1.4.0
PACKAGE_VERSION = 1.4.1
PACKAGE_NAME= QtAV

include(pack.pri)
#packageSet(1.4.0, QtAV)
#packageSet(1.4.1, QtAV)
9 changes: 9 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 1,12 @@
qtav (1.4.1) unstable; urgency=low

* libass support
* More QML APIs compatible with QtMultimedia
* Log level control
* Video preview

-- Wang Bin <[email protected]> Thu, 6 Nov 2014 13:22:33 0800

qtav (1.4.0) unstable; urgency=low

* Initial release. (Closes: #737016)
Expand Down
2 changes: 1 addition & 1 deletion examples/common/libcommon.pri
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 48,7 @@ NAME = common
}
eval(LIB$$upper($$NAME)_PRI_INCLUDED = 1)

LIB_VERSION = 1.4.0 #0.x.y may be wrong for dll
LIB_VERSION = 1.4.1 #0.x.y may be wrong for dll
ios: STATICLINK=1
isEmpty(STATICLINK): STATICLINK = 0 #1 or 0. use static lib or not

Expand Down
2 changes: 1 addition & 1 deletion qml/libQmlAV.pri
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 48,7 @@ NAME = QmlAV
}
eval(LIB$$upper($$NAME)_PRI_INCLUDED = 1)

LIB_VERSION = 1.4.0 #0.x.y may be wrong for dll
LIB_VERSION = 1.4.1 #0.x.y may be wrong for dll
ios: STATICLINK=1
isEmpty(STATICLINK): STATICLINK = 0 #1 or 0. use static lib or not

Expand Down
2 changes: 1 addition & 1 deletion qml/libQmlAV.pro
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 54,7 @@ QMAKE_EXTRA_COMPILERS = extra_copy #
EXTRA_COPY_FILES = $$qtav_qml.files

QMAKE_WRITE_DEFAULT_RC = 1
QMAKE_TARGET_COMPANY = "Shanghai University->S3 Graphics | [email protected]"
QMAKE_TARGET_COMPANY = "Shanghai University->S3 Graphics->Deepin | [email protected]"
QMAKE_TARGET_DESCRIPTION = "Multimedia playback framework based on Qt & FFmpeg. http://www.qtav.org"
QMAKE_TARGET_COPYRIGHT = "Copyright (C) 2012-2014 WangBin, [email protected]"
QMAKE_TARGET_PRODUCT = "QtAV player"
Expand Down
Empty file modified qtc_packaging/ifw/build.sh
100644 → 100755
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 2,8 @@
<Package>
<DisplayName>Development files</DisplayName>
<Description>Install QtAV headers and lib.</Description>
<Version>1.4.0-0</Version>
<ReleaseDate>2014-09-09</ReleaseDate>
<Version>1.4.1-0</Version>
<ReleaseDate>2014-11-06</ReleaseDate>
<Name>com.qtav.product.dev</Name>
<Default>script</Default>
<Script>installscript.qs</Script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 2,8 @@
<Package>
<DisplayName>Examples</DisplayName>
<Description>Install QtAV examples.</Description>
<Version>1.4.0-0</Version>
<ReleaseDate>2014-09-09</ReleaseDate>
<Version>1.4.1-0</Version>
<ReleaseDate>2014-11-06</ReleaseDate>
<Name>com.qtav.product.examples</Name>
<Default>script</Default>
<Script>installscript.qs</Script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 2,8 @@
<Package>
<DisplayName>Player</DisplayName>
<Description>Default player.</Description>
<Version>1.4.0-0</Version>
<ReleaseDate>2014-09-09</ReleaseDate>
<Version>1.4.1-0</Version>
<ReleaseDate>2014-11-06</ReleaseDate>
<Name>com.qtav.product.player</Name>
<Default>true</Default>
<ForcedInstallation>true</ForcedInstallation>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 2,8 @@
<Package>
<DisplayName>Runtime library</DisplayName>
<Description>Install QtAV runtime library.</Description>
<Version>1.4.0-0</Version>
<ReleaseDate>2014-09-09</ReleaseDate>
<Version>1.4.1-0</Version>
<ReleaseDate>2014-11-06</ReleaseDate>
<Name>com.qtav.product.runtime</Name>
<Translations>
<Translation>zh_CN.qm</Translation>
Expand Down
4 changes: 2 additions & 2 deletions qtc_packaging/ifw/packages/com.qtav.product/meta/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 2,8 @@
<Package>
<DisplayName>QtAV</DisplayName>
<Description>Install QtAV multimedia library</Description>
<Version>1.4.0-0</Version>
<ReleaseDate>2014-09-09</ReleaseDate>
<Version>1.4.1-0</Version>
<ReleaseDate>2014-11-06</ReleaseDate>
<Name>com.qtav.product</Name>
<Licenses>
<License name="LGPL v2.1" file="lgpl-2.1.txt" />
Expand Down
2 changes: 1 addition & 1 deletion src/QtAV/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 24,7 @@

#define QTAV_MAJOR 1 //((QTAV_VERSION&0xff0000)>>16)
#define QTAV_MINOR 4 //((QTAV_VERSION&0xff00)>>8)
#define QTAV_PATCH 0 //(QTAV_VERSION&0xff)
#define QTAV_PATCH 1 //(QTAV_VERSION&0xff)


#define QTAV_VERSION_MAJOR(V) ((V & 0xff0000) >> 16)
Expand Down
2 changes: 1 addition & 1 deletion src/libQtAV.pri
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 48,7 @@ NAME = QtAV
}
eval(LIB$$upper($$NAME)_PRI_INCLUDED = 1)

LIB_VERSION = 1.4.0 #0.x.y may be wrong for dll
LIB_VERSION = 1.4.1 #0.x.y may be wrong for dll
ios: STATICLINK=1
isEmpty(STATICLINK): STATICLINK = 0 #1 or 0. use static lib or not

Expand Down
2 changes: 1 addition & 1 deletion tools/install_sdk/install_sdk.pro
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 14,7 @@ PROJECTROOT = $$PWD/../..
include($$PROJECTROOT/common.pri)
preparePaths($$OUT_PWD/../../out)

VERSION = 1.4.0
VERSION = 1.4.1
# windows: Qt5AV.dll, not Qt1AV.dll
!mac_framework: VERSION = $${QT_MAJOR_VERSION}.$${QT_MINOR_VERSION}.$${QT_PATCH_VERSION}

Expand Down

0 comments on commit fd9027c

Please sign in to comment.