Skip to content

Commit

Permalink
version 1.1.9
Browse files Browse the repository at this point in the history
Changelog:
- Add network interrupt callback. Thanks Vito vcovito
- QtAV and FFmpeg runtime version check
- Add factory model to manager the components. Currently used in
ImageConverter
- MSVC support
- Seek bug fix: some times blocked
- qmake: no additional arguments required(if source dir is writable)
- Add 2 graphics item renderer examples
- GDI+ renderer support
- Start to use script to create new classes
  • Loading branch information
wang-bin committed Feb 21, 2013
1 parent ffa66c3 commit 5461c00
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 5 deletions.
13 changes: 13 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
version 1.1.9

- Add network interrupt callback. Thanks Vito vcovito
- QtAV and FFmpeg runtime version check
- Add factory model to manager the components. Currently used in ImageConverter
- MSVC support
- Seek bug fix: some times blocked
- qmake: no additional arguments required(if source dir is writable)
- Add 2 graphics item renderer examples
- GDI+ renderer support
- Start to use script to create new classes


version 1.1.8 2013-02-06

- LGPL version 2.1
Expand Down
8 changes: 4 additions & 4 deletions res/QtAV.rc
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
//IDI_ICON1 ICON DISCARDABLE "QtAV.ico"

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,1,8,0
PRODUCTVERSION 1,1,8,0
FILEVERSION 1,1,9,0
PRODUCTVERSION 1,1,9,0
FILEFLAGS 0x0L
FILEFLAGSMASK 0x3fL
FILEOS 0x00040004L
Expand All @@ -17,12 +17,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Shanghai University & Kazo Vision & VIA | [email protected]"
VALUE "FileDescription", "Media library based on Qt & FFmpeg. https://github.com/wang-bin/QtAV"
VALUE "FileVersion", "1.1.8.0"
VALUE "FileVersion", "1.1.9.0"
VALUE "LegalCopyright", "Copyright (C) 2012-2013 WangBin"
VALUE "InternalName", "QtAV"
VALUE "OriginalFilename", "QtAV.dll"
VALUE "ProductName", "QtAV"
VALUE "ProductVersion", "1.1.8.0"
VALUE "ProductVersion", "1.1.9.0"
END
END
BLOCK "VarFileInfo"
Expand Down
2 changes: 1 addition & 1 deletion src/libQtAV.pri
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ NAME = QtAV
#!isEmpty(LIBQTAV_PRI_INCLUDED):error("libQtAV.pri already included")
eval(LIB$$upper($$NAME)_PRI_INCLUDED = 1)

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

TEMPLATE += fakelib
Expand Down

0 comments on commit 5461c00

Please sign in to comment.