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: - 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
Showing
3 changed files
with
18 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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" | ||
|
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