Changeset 445
- Timestamp:
- May 19, 2015, 2:40:25 AM (8 years ago)
- Location:
- trunk/Utilities/MediaFoundation/EnumerateTransforms
- Files:
-
- 1 added
- 2 deleted
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Utilities/MediaFoundation/EnumerateTransforms/EnumerateTransforms.sln
r85 r445 1 1 2 2 Microsoft Visual Studio Solution File, Format Version 12.00 3 # Visual Studio 201 23 # Visual Studio 2013 4 4 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "EnumerateTransforms", "EnumerateTransforms.vcxproj", "{DCEC8B03-EA75-4595-83B1-0EBFD9A2E316}" 5 5 EndProject -
trunk/Utilities/MediaFoundation/EnumerateTransforms/EnumerateTransforms.vcxproj
r85 r445 1 1 <?xml version="1.0" encoding="utf-8"?> 2 <Project DefaultTargets="Build" ToolsVersion=" 4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">2 <Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 3 3 <ItemGroup Label="ProjectConfigurations"> 4 4 <ProjectConfiguration Include="Debug|Win32"> … … 28 28 <ConfigurationType>Application</ConfigurationType> 29 29 <UseDebugLibraries>true</UseDebugLibraries> 30 <PlatformToolset>v1 00</PlatformToolset>30 <PlatformToolset>v120</PlatformToolset> 31 31 <CharacterSet>Unicode</CharacterSet> 32 32 <UseOfAtl>Static</UseOfAtl> … … 35 35 <ConfigurationType>Application</ConfigurationType> 36 36 <UseDebugLibraries>true</UseDebugLibraries> 37 <PlatformToolset>v1 00</PlatformToolset>37 <PlatformToolset>v120</PlatformToolset> 38 38 <CharacterSet>Unicode</CharacterSet> 39 39 <UseOfAtl>Static</UseOfAtl> … … 42 42 <ConfigurationType>Application</ConfigurationType> 43 43 <UseDebugLibraries>false</UseDebugLibraries> 44 <PlatformToolset>v1 00</PlatformToolset>44 <PlatformToolset>v120</PlatformToolset> 45 45 <WholeProgramOptimization>true</WholeProgramOptimization> 46 46 <CharacterSet>Unicode</CharacterSet> … … 50 50 <ConfigurationType>Application</ConfigurationType> 51 51 <UseDebugLibraries>false</UseDebugLibraries> 52 <PlatformToolset>v1 00</PlatformToolset>52 <PlatformToolset>v120</PlatformToolset> 53 53 <WholeProgramOptimization>true</WholeProgramOptimization> 54 54 <CharacterSet>Unicode</CharacterSet> … … 168 168 </ItemDefinitionGroup> 169 169 <ItemGroup> 170 <Text Include="ReadMe.txt" />171 </ItemGroup>172 <ItemGroup>173 170 <ClInclude Include="stdafx.h" /> 174 171 <ClInclude Include="targetver.h" /> 175 172 </ItemGroup> 176 173 <ItemGroup> 177 <ClCompile Include=" EnumerateTransforms.cpp" />174 <ClCompile Include="Application.cpp" /> 178 175 <ClCompile Include="stdafx.cpp"> 179 176 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader> -
trunk/Utilities/MediaFoundation/EnumerateTransforms/EnumerateTransforms.vcxproj.filters
r85 r445 16 16 </ItemGroup> 17 17 <ItemGroup> 18 <Text Include="ReadMe.txt" />19 </ItemGroup>20 <ItemGroup>21 18 <ClInclude Include="stdafx.h"> 22 19 <Filter>Header Files</Filter> … … 30 27 <Filter>Source Files</Filter> 31 28 </ClCompile> 32 <ClCompile Include=" EnumerateTransforms.cpp">29 <ClCompile Include="Application.cpp"> 33 30 <Filter>Source Files</Filter> 34 31 </ClCompile> -
trunk/Utilities/MediaFoundation/EnumerateTransforms/_Bin/Windows 8.1 Pro x64 (Win32).txt
r444 r445 3 3 Intel® Hardware M-JPEG Decoder MFT #0 4 4 MFT_ENUM_HARDWARE_URL_Attribute: AA243E5D-2F73-48c7-97F7-F6FA17651651 (0x1f) 5 {3AECB0CC-035B-4BCC-8185-2B8D551EF3AF}: VEN_8086 (0x1f)5 MFT_ENUM_HARDWARE_VENDOR_ID_Attribute: VEN_8086 (0x1f) 6 6 MFT_INPUT_TYPES_Attributes: 7 7 MEDIATYPE_Video FourCC MJPG 8 8 (0x1011) 9 {53476A11-3F13-49FB-AC42-EE2733C96741}: 1 (0x13)9 MFT_SUPPORT_DYNAMIC_FORMAT_CHANGE: 1 (0x13) 10 10 MFT_TRANSFORM_CLSID_Attribute: {00C69F81-0524-48C0-A353-4DD9D54F9A6E} (0x48) 11 11 MFT_CODEC_MERIT_Attribute: 7 (0x13) … … 16 16 (0x1011) 17 17 MF_TRANSFORM_FLAGS_Attribute: MFT_ENUM_FLAG_ASYNCMFT | MFT_ENUM_FLAG_HARDWARE (0x13) 18 {F81A699A-649A-497D-8C73-29F8FED6AD7A}: 1 (0x13)18 MF_TRANSFORM_ASYNC: 1 (0x13) 19 19 20 20 Intel® Hardware VP9 Sync Decoder MFT #1 … … 27 27 (0x1011) 28 28 MF_TRANSFORM_FLAGS_Attribute: MFT_ENUM_FLAG_SYNCMFT (0x13) 29 {EAA35C29-775E-488E-9B61-B3283E49583B}: 1 (0x13)29 MF_SA_D3D_AWARE: 1 (0x13) 30 30 31 31 Intel® Hardware VP9 Decoder MFT #2 … … 38 38 (0x1011) 39 39 MF_TRANSFORM_FLAGS_Attribute: MFT_ENUM_FLAG_ASYNCMFT | MFT_ENUM_FLAG_HARDWARE (0x13) 40 {EAA35C29-775E-488E-9B61-B3283E49583B}: 1 (0x13)40 MF_SA_D3D_AWARE: 1 (0x13) 41 41 42 42 Microsoft MPEG Video Decoder MFT #3 … … 77 77 (0x1011) 78 78 MF_TRANSFORM_FLAGS_Attribute: MFT_ENUM_FLAG_SYNCMFT (0x13) 79 {EAA35C29-775E-488E-9B61-B3283E49583B}: 1 (0x13)79 MF_SA_D3D_AWARE: 1 (0x13) 80 80 81 81 Mpeg4s Decoder MFT #6 … … 120 120 (0x1011) 121 121 MF_TRANSFORM_FLAGS_Attribute: MFT_ENUM_FLAG_ASYNCMFT | MFT_ENUM_FLAG_HARDWARE (0x13) 122 {EAA35C29-775E-488E-9B61-B3283E49583B}: 1 (0x13)122 MF_SA_D3D_AWARE: 1 (0x13) 123 123 124 124 WMV Screen decoder MFT #9 … … 220 220 Intel® Quick Sync Video H.264 Encoder MFT #0 221 221 MFT_ENUM_HARDWARE_URL_Attribute: AA243E5D-2F73-48c7-97F7-F6FA17651651 (0x1f) 222 {3AECB0CC-035B-4BCC-8185-2B8D551EF3AF}: VEN_8086 (0x1f)222 MFT_ENUM_HARDWARE_VENDOR_ID_Attribute: VEN_8086 (0x1f) 223 223 MFT_INPUT_TYPES_Attributes: 224 224 MEDIATYPE_Video {3231564E-3961-42AE-BA67-FF47CCC13EED} 225 225 MEDIATYPE_Video FourCC NV12 226 226 (0x1011) 227 {53476A11-3F13-49FB-AC42-EE2733C96741}: 1 (0x13)227 MFT_SUPPORT_DYNAMIC_FORMAT_CHANGE: 1 (0x13) 228 228 MFT_TRANSFORM_CLSID_Attribute: {4BE8D3C0-0515-4A37-AD55-E4BAE19AF471} (0x48) 229 229 MFT_CODEC_MERIT_Attribute: 7 (0x13) … … 232 232 (0x1011) 233 233 MF_TRANSFORM_FLAGS_Attribute: MFT_ENUM_FLAG_HARDWARE (0x13) 234 {F81A699A-649A-497D-8C73-29F8FED6AD7A}: 1 (0x13)234 MF_TRANSFORM_ASYNC: 1 (0x13) 235 235 236 236 H264 Encoder MFT #1 … … 512 512 MFT_INPUT_TYPES_Attributes: 513 513 MEDIATYPE_Audio FourCC 0x00001610 514 MEDIATYPE_Audio FourCC 0x000000 ff514 MEDIATYPE_Audio FourCC 0x000000FF 515 515 (0x1011) 516 516 MFT_TRANSFORM_CLSID_Attribute: {32D186A7-218F-4C75-8876-DD77273A8999} (0x48) … … 564 564 WMSpeech Decoder DMO #7 565 565 MFT_INPUT_TYPES_Attributes: 566 MEDIATYPE_Audio FourCC 0x0000000 a567 MEDIATYPE_Audio FourCC 0x0000000 b566 MEDIATYPE_Audio FourCC 0x0000000A 567 MEDIATYPE_Audio FourCC 0x0000000B 568 568 (0x1011) 569 569 MFT_TRANSFORM_CLSID_Attribute: {874131CB-4ECC-443B-8948-746B89595D20} (0x48) … … 631 631 MFT_TRANSFORM_CLSID_Attribute: {1F1F4E1A-2252-4063-84BB-EEE75F8856D5} (0x48) 632 632 MFT_OUTPUT_TYPES_Attributes: 633 MEDIATYPE_Audio FourCC 0x0000000 a633 MEDIATYPE_Audio FourCC 0x0000000A 634 634 (0x1011) 635 635 MF_TRANSFORM_FLAGS_Attribute: MFT_ENUM_FLAG_SYNCMFT (0x13) -
trunk/Utilities/MediaFoundation/EnumerateTransforms/_Bin/Windows 8.1 Pro x64 (x64).txt
r444 r445 3 3 Intel® Hardware M-JPEG Decoder MFT #0 4 4 MFT_ENUM_HARDWARE_URL_Attribute: AA243E5D-2F73-48c7-97F7-F6FA17651651 (0x1f) 5 {3AECB0CC-035B-4BCC-8185-2B8D551EF3AF}: VEN_8086 (0x1f)5 MFT_ENUM_HARDWARE_VENDOR_ID_Attribute: VEN_8086 (0x1f) 6 6 MFT_INPUT_TYPES_Attributes: 7 7 MEDIATYPE_Video FourCC MJPG 8 8 (0x1011) 9 {53476A11-3F13-49FB-AC42-EE2733C96741}: 1 (0x13)9 MFT_SUPPORT_DYNAMIC_FORMAT_CHANGE: 1 (0x13) 10 10 MFT_TRANSFORM_CLSID_Attribute: {00C69F81-0524-48C0-A353-4DD9D54F9A6E} (0x48) 11 11 MFT_CODEC_MERIT_Attribute: 7 (0x13) … … 16 16 (0x1011) 17 17 MF_TRANSFORM_FLAGS_Attribute: MFT_ENUM_FLAG_ASYNCMFT | MFT_ENUM_FLAG_HARDWARE (0x13) 18 {F81A699A-649A-497D-8C73-29F8FED6AD7A}: 1 (0x13)18 MF_TRANSFORM_ASYNC: 1 (0x13) 19 19 20 20 Intel® Hardware VP9 Sync Decoder MFT #1 … … 27 27 (0x1011) 28 28 MF_TRANSFORM_FLAGS_Attribute: MFT_ENUM_FLAG_SYNCMFT (0x13) 29 {EAA35C29-775E-488E-9B61-B3283E49583B}: 1 (0x13)29 MF_SA_D3D_AWARE: 1 (0x13) 30 30 31 31 Intel® Hardware VP9 Decoder MFT #2 … … 38 38 (0x1011) 39 39 MF_TRANSFORM_FLAGS_Attribute: MFT_ENUM_FLAG_ASYNCMFT | MFT_ENUM_FLAG_HARDWARE (0x13) 40 {EAA35C29-775E-488E-9B61-B3283E49583B}: 1 (0x13)40 MF_SA_D3D_AWARE: 1 (0x13) 41 41 42 42 Microsoft MPEG Video Decoder MFT #3 … … 77 77 (0x1011) 78 78 MF_TRANSFORM_FLAGS_Attribute: MFT_ENUM_FLAG_SYNCMFT (0x13) 79 {EAA35C29-775E-488E-9B61-B3283E49583B}: 1 (0x13)79 MF_SA_D3D_AWARE: 1 (0x13) 80 80 81 81 Mpeg4s Decoder MFT #6 … … 120 120 (0x1011) 121 121 MF_TRANSFORM_FLAGS_Attribute: MFT_ENUM_FLAG_ASYNCMFT | MFT_ENUM_FLAG_HARDWARE (0x13) 122 {EAA35C29-775E-488E-9B61-B3283E49583B}: 1 (0x13)122 MF_SA_D3D_AWARE: 1 (0x13) 123 123 124 124 WMV Screen decoder MFT #9 … … 230 230 Intel® Quick Sync Video H.264 Encoder MFT #0 231 231 MFT_ENUM_HARDWARE_URL_Attribute: AA243E5D-2F73-48c7-97F7-F6FA17651651 (0x1f) 232 {3AECB0CC-035B-4BCC-8185-2B8D551EF3AF}: VEN_8086 (0x1f)232 MFT_ENUM_HARDWARE_VENDOR_ID_Attribute: VEN_8086 (0x1f) 233 233 MFT_INPUT_TYPES_Attributes: 234 234 MEDIATYPE_Video {3231564E-3961-42AE-BA67-FF47CCC13EED} 235 235 MEDIATYPE_Video FourCC NV12 236 236 (0x1011) 237 {53476A11-3F13-49FB-AC42-EE2733C96741}: 1 (0x13)237 MFT_SUPPORT_DYNAMIC_FORMAT_CHANGE: 1 (0x13) 238 238 MFT_TRANSFORM_CLSID_Attribute: {4BE8D3C0-0515-4A37-AD55-E4BAE19AF471} (0x48) 239 239 MFT_CODEC_MERIT_Attribute: 7 (0x13) … … 242 242 (0x1011) 243 243 MF_TRANSFORM_FLAGS_Attribute: MFT_ENUM_FLAG_HARDWARE (0x13) 244 {F81A699A-649A-497D-8C73-29F8FED6AD7A}: 1 (0x13)244 MF_TRANSFORM_ASYNC: 1 (0x13) 245 245 246 246 H264 Encoder MFT #1 … … 522 522 MFT_INPUT_TYPES_Attributes: 523 523 MEDIATYPE_Audio FourCC 0x00001610 524 MEDIATYPE_Audio FourCC 0x000000 ff524 MEDIATYPE_Audio FourCC 0x000000FF 525 525 (0x1011) 526 526 MFT_TRANSFORM_CLSID_Attribute: {32D186A7-218F-4C75-8876-DD77273A8999} (0x48) … … 574 574 WMSpeech Decoder DMO #7 575 575 MFT_INPUT_TYPES_Attributes: 576 MEDIATYPE_Audio FourCC 0x0000000 a577 MEDIATYPE_Audio FourCC 0x0000000 b576 MEDIATYPE_Audio FourCC 0x0000000A 577 MEDIATYPE_Audio FourCC 0x0000000B 578 578 (0x1011) 579 579 MFT_TRANSFORM_CLSID_Attribute: {874131CB-4ECC-443B-8948-746B89595D20} (0x48) … … 641 641 MFT_TRANSFORM_CLSID_Attribute: {1F1F4E1A-2252-4063-84BB-EEE75F8856D5} (0x48) 642 642 MFT_OUTPUT_TYPES_Attributes: 643 MEDIATYPE_Audio FourCC 0x0000000 a643 MEDIATYPE_Audio FourCC 0x0000000A 644 644 (0x1011) 645 645 MF_TRANSFORM_FLAGS_Attribute: MFT_ENUM_FLAG_SYNCMFT (0x13) -
trunk/Utilities/MediaFoundation/EnumerateTransforms/stdafx.cpp
r85 r445 1 1 //////////////////////////////////////////////////////////// 2 // Copyright (C) Roman Ryltsov, 2008-201 22 // Copyright (C) Roman Ryltsov, 2008-2015 3 3 // Created by Roman Ryltsov roman@alax.info 4 // 5 // $Id$ 4 // 5 // A permission to use the source code is granted as long as reference to 6 // source website http://alax.info is retained. 6 7 7 8 #include "stdafx.h" -
trunk/Utilities/MediaFoundation/EnumerateTransforms/stdafx.h
r85 r445 1 1 //////////////////////////////////////////////////////////// 2 // Copyright (C) Roman Ryltsov, 2008-201 22 // Copyright (C) Roman Ryltsov, 2008-2015 3 3 // Created by Roman Ryltsov roman@alax.info 4 // 5 // $Id$ 4 // 5 // A permission to use the source code is granted as long as reference to 6 // source website http://alax.info is retained. 6 7 7 8 #pragma once … … 70 71 // Alax.Info ATL/WTL 71 72 72 #define REGISTRY_PRODUCTROOT _T("SOFTWARE\\Alax.Info\\Utilit ies")73 #define REGISTRY_PRODUCTROOT _T("SOFTWARE\\Alax.Info\\Utility") 73 74 #define REGISTRY_FILEROOT REGISTRY_PRODUCTROOT _T("\\EnumerateTransforms") 74 75 #define REGISTRY_ROOT REGISTRY_FILEROOT -
trunk/Utilities/MediaFoundation/EnumerateTransforms/targetver.h
r85 r445 1 1 //////////////////////////////////////////////////////////// 2 // Copyright (C) Roman Ryltsov, 20 122 // Copyright (C) Roman Ryltsov, 2008-2015 3 3 // Created by Roman Ryltsov roman@alax.info 4 // 5 // $Id$ 4 // 5 // A permission to use the source code is granted as long as reference to 6 // source website http://alax.info is retained. 6 7 7 8 #pragma once
Note: See TracChangeset
for help on using the changeset viewer.