-
Notifications
You must be signed in to change notification settings - Fork 146
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #228 from MediaPortal/MP1-5179-MPAudioRenderer_Tim…
…eStretch_Enhancement MP1-5179: MP AudioRenderer TimeStretching enhancement
- Loading branch information
Showing
52 changed files
with
3,783 additions
and
1,407 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
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,40 +1,98 @@ | ||
// Generated by ResEdit 1.5.11 | ||
// Copyright (C) 2006-2012 | ||
// http://www.resedit.net | ||
// Microsoft Visual C++ generated resource script. | ||
// | ||
#include "resource.h" | ||
///////////////////////////////////////////////////////////////////////////// | ||
// Neutral resources | ||
|
||
#include <windows.h> | ||
#include "version.h" | ||
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_NEU) | ||
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL | ||
#pragma code_page(1250) | ||
|
||
///////////////////////////////////////////////////////////////////////////// | ||
// | ||
// Version Information resources | ||
// Version | ||
// | ||
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL | ||
1 VERSIONINFO | ||
FILEVERSION DSHOWHELPER_MAJOR_VERSION, DSHOWHELPER_MID_VERSION, DSHOWHELPER_VERSION,0 | ||
PRODUCTVERSION MP_VERSION | ||
FILEOS VOS_UNKNOWN | ||
FILETYPE VFT_UNKNOWN | ||
FILESUBTYPE VFT2_UNKNOWN | ||
FILEFLAGSMASK 0x00000000 | ||
FILEFLAGS 0x00000000 | ||
|
||
1 VERSIONINFO | ||
FILEVERSION 1,15,1,0 | ||
PRODUCTVERSION 1,15,1,0 | ||
FILEFLAGSMASK 0x0L | ||
#ifdef _DEBUG | ||
FILEFLAGS 0x1L | ||
#else | ||
FILEFLAGS 0x0L | ||
#endif | ||
FILEOS 0x40004L | ||
FILETYPE 0x2L | ||
FILESUBTYPE 0x0L | ||
BEGIN | ||
BLOCK "StringFileInfo" | ||
BEGIN | ||
BLOCK "000004b0" | ||
BLOCK "040904b0" | ||
BEGIN | ||
VALUE "CompanyName", "Team MediaPortal" | ||
VALUE "FileDescription", "dshowhelper.dll" | ||
VALUE "FileVersion", DSHOWHELPER_VERSION_STR | ||
VALUE "FileVersion", "1.15.1.0" | ||
VALUE "InternalName", "dshowhelper.dll" | ||
VALUE "LegalCopyright", "Copyright � 2005-2013 Team MediaPortal" | ||
VALUE "LegalCopyright", "Copyright � 2005-2023 Team MediaPortal" | ||
VALUE "OriginalFilename", "dshowhelper.dll" | ||
VALUE "ProductName", "MediaPortal" | ||
VALUE "ProductVersion", MP_VERSION_STR | ||
VALUE "ProductVersion", "1.15.1.0" | ||
END | ||
END | ||
BLOCK "VarFileInfo" | ||
BEGIN | ||
VALUE "Translation", 0x0, 1200 | ||
VALUE "Translation", 0x409, 1200 | ||
END | ||
END | ||
|
||
#endif // Neutral resources | ||
///////////////////////////////////////////////////////////////////////////// | ||
|
||
|
||
///////////////////////////////////////////////////////////////////////////// | ||
// Czech (Czech Republic) resources | ||
|
||
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_CSY) | ||
LANGUAGE LANG_CZECH, SUBLANG_DEFAULT | ||
#pragma code_page(1250) | ||
|
||
#ifdef APSTUDIO_INVOKED | ||
///////////////////////////////////////////////////////////////////////////// | ||
// | ||
// TEXTINCLUDE | ||
// | ||
|
||
1 TEXTINCLUDE | ||
BEGIN | ||
"resource.h\0" | ||
END | ||
|
||
2 TEXTINCLUDE | ||
BEGIN | ||
"\0" | ||
END | ||
|
||
3 TEXTINCLUDE | ||
BEGIN | ||
"\r\n" | ||
"\0" | ||
END | ||
|
||
#endif // APSTUDIO_INVOKED | ||
|
||
#endif // Czech (Czech Republic) resources | ||
///////////////////////////////////////////////////////////////////////////// | ||
|
||
|
||
|
||
#ifndef APSTUDIO_INVOKED | ||
///////////////////////////////////////////////////////////////////////////// | ||
// | ||
// Generated from the TEXTINCLUDE 3 resource. | ||
// | ||
|
||
|
||
///////////////////////////////////////////////////////////////////////////// | ||
#endif // not APSTUDIO_INVOKED | ||
|
Oops, something went wrong.