Changeset 479 in 3DVCSoftware for branches/HTM-DEV-0.3-dev2/build


Ignore:
Timestamp:
18 Jun 2013, 23:24:53 (12 years ago)
Author:
tech
Message:
  • changed IV-MERGE HLS to match Test Model 4 spec
  • incorporated iv-refpic list to TComSlice
  • removed TComDepthMapGenerator
Location:
branches/HTM-DEV-0.3-dev2/build
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-DEV-0.3-dev2/build/linux/lib/TLibCommon/makefile

    r476 r479  
    3737                        $(OBJ_DIR)/SEI.o \
    3838                        $(OBJ_DIR)/TComCABACTables.o \
    39                         $(OBJ_DIR)/TComDepthMapGenerator.o \                   
    4039                        $(OBJ_DIR)/TComSampleAdaptiveOffset.o \
    4140                        $(OBJ_DIR)/TComBitStream.o \
  • branches/HTM-DEV-0.3-dev2/build/vc9/TAppDecoder_vc9.vcproj

    r476 r479  
    2222                <Configuration
    2323                        Name="Debug|Win32"
    24                         OutputDirectory="..\..\bin\"
     24                        OutputDirectory="$(SolutionDir)\..\bin\vc9\$(PlatformName)\$(ConfigurationName)\"
    2525                        IntermediateDirectory="$(SolutionDir)\vc9\$(PlatformName)\$(ConfigurationName)\$(RootNamespace)"
    2626                        ConfigurationType="1"
     
    9292                </Configuration>
    9393                <Configuration
     94                        Name="Debug|x64"
     95                        OutputDirectory="$(SolutionDir)\..\bin\vc9\$(PlatformName)\$(ConfigurationName)\"
     96                        IntermediateDirectory="$(SolutionDir)\vc9\$(PlatformName)\$(ConfigurationName)\$(RootNamespace)"
     97                        ConfigurationType="1"
     98                        CharacterSet="2"
     99                        >
     100                        <Tool
     101                                Name="VCPreBuildEventTool"
     102                        />
     103                        <Tool
     104                                Name="VCCustomBuildTool"
     105                        />
     106                        <Tool
     107                                Name="VCXMLDataGeneratorTool"
     108                        />
     109                        <Tool
     110                                Name="VCWebServiceProxyGeneratorTool"
     111                        />
     112                        <Tool
     113                                Name="VCMIDLTool"
     114                                TargetEnvironment="3"
     115                        />
     116                        <Tool
     117                                Name="VCCLCompilerTool"
     118                                Optimization="0"
     119                                AdditionalIncludeDirectories="$(SolutionDir)\..\source\Lib\;$(SolutionDir)\..\compat\msvc"
     120                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS"
     121                                MinimalRebuild="true"
     122                                BasicRuntimeChecks="3"
     123                                RuntimeLibrary="1"
     124                                WarningLevel="3"
     125                                DebugInformationFormat="3"
     126                        />
     127                        <Tool
     128                                Name="VCManagedResourceCompilerTool"
     129                        />
     130                        <Tool
     131                                Name="VCResourceCompilerTool"
     132                        />
     133                        <Tool
     134                                Name="VCPreLinkEventTool"
     135                        />
     136                        <Tool
     137                                Name="VCLinkerTool"
     138                                LinkIncremental="2"
     139                                GenerateDebugInformation="true"
     140                                SubSystem="1"
     141                                TargetMachine="17"
     142                        />
     143                        <Tool
     144                                Name="VCALinkTool"
     145                        />
     146                        <Tool
     147                                Name="VCManifestTool"
     148                        />
     149                        <Tool
     150                                Name="VCXDCMakeTool"
     151                        />
     152                        <Tool
     153                                Name="VCBscMakeTool"
     154                        />
     155                        <Tool
     156                                Name="VCFxCopTool"
     157                        />
     158                        <Tool
     159                                Name="VCAppVerifierTool"
     160                        />
     161                        <Tool
     162                                Name="VCPostBuildEventTool"
     163                        />
     164                </Configuration>
     165                <Configuration
    94166                        Name="Release|Win32"
    95                         OutputDirectory="..\..\bin\"
     167                        OutputDirectory="$(SolutionDir)\..\bin\vc9\$(PlatformName)\$(ConfigurationName)\"
    96168                        IntermediateDirectory="$(SolutionDir)\vc9\$(PlatformName)\$(ConfigurationName)\$(RootNamespace)"
    97169                        ConfigurationType="1"
     
    167239                </Configuration>
    168240                <Configuration
    169                         Name="Debug|x64"
    170                         OutputDirectory="$(SolutionDir)\..\bin\vc9\$(PlatformName)\$(ConfigurationName)\"
    171                         IntermediateDirectory="$(SolutionDir)\vc9\$(PlatformName)\$(ConfigurationName)\$(RootNamespace)"
    172                         ConfigurationType="1"
    173                         CharacterSet="2"
    174                         >
    175                         <Tool
    176                                 Name="VCPreBuildEventTool"
    177                         />
    178                         <Tool
    179                                 Name="VCCustomBuildTool"
    180                         />
    181                         <Tool
    182                                 Name="VCXMLDataGeneratorTool"
    183                         />
    184                         <Tool
    185                                 Name="VCWebServiceProxyGeneratorTool"
    186                         />
    187                         <Tool
    188                                 Name="VCMIDLTool"
    189                                 TargetEnvironment="3"
    190                         />
    191                         <Tool
    192                                 Name="VCCLCompilerTool"
    193                                 Optimization="0"
    194                                 AdditionalIncludeDirectories="$(SolutionDir)\..\source\Lib\;$(SolutionDir)\..\compat\msvc"
    195                                 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS"
    196                                 MinimalRebuild="true"
    197                                 BasicRuntimeChecks="3"
    198                                 RuntimeLibrary="1"
    199                                 WarningLevel="3"
    200                                 DebugInformationFormat="3"
    201                         />
    202                         <Tool
    203                                 Name="VCManagedResourceCompilerTool"
    204                         />
    205                         <Tool
    206                                 Name="VCResourceCompilerTool"
    207                         />
    208                         <Tool
    209                                 Name="VCPreLinkEventTool"
    210                         />
    211                         <Tool
    212                                 Name="VCLinkerTool"
    213                                 LinkIncremental="2"
    214                                 GenerateDebugInformation="true"
    215                                 SubSystem="1"
    216                                 TargetMachine="17"
    217                         />
    218                         <Tool
    219                                 Name="VCALinkTool"
    220                         />
    221                         <Tool
    222                                 Name="VCManifestTool"
    223                         />
    224                         <Tool
    225                                 Name="VCXDCMakeTool"
    226                         />
    227                         <Tool
    228                                 Name="VCBscMakeTool"
    229                         />
    230                         <Tool
    231                                 Name="VCFxCopTool"
    232                         />
    233                         <Tool
    234                                 Name="VCAppVerifierTool"
    235                         />
    236                         <Tool
    237                                 Name="VCPostBuildEventTool"
    238                         />
    239                 </Configuration>
    240                 <Configuration
    241241                        Name="Release|x64"
    242242                        OutputDirectory="$(SolutionDir)\..\bin\vc9\$(PlatformName)\$(ConfigurationName)\"
  • branches/HTM-DEV-0.3-dev2/build/vc9/TAppEncoder_vc9.vcproj

    r476 r479  
    22<VisualStudioProject
    33        ProjectType="Visual C++"
    4         Version="9.00"
     4        Version="9,00"
    55        Name="TAppEncoder"
    66        ProjectGUID="{D759E4E1-D33A-4483-B57B-0FD248E022FE}"
     
    2222                <Configuration
    2323                        Name="Debug|Win32"
    24                         OutputDirectory="..\..\bin\"
     24                        OutputDirectory="$(SolutionDir)\..\bin\vc9\$(PlatformName)\$(ConfigurationName)\"
    2525                        IntermediateDirectory="$(SolutionDir)\vc9\$(PlatformName)\$(ConfigurationName)\$(RootNamespace)"
    2626                        ConfigurationType="1"
     
    9292                </Configuration>
    9393                <Configuration
     94                        Name="Debug|x64"
     95                        OutputDirectory="$(SolutionDir)\..\bin\vc9\$(PlatformName)\$(ConfigurationName)\"
     96                        IntermediateDirectory="$(SolutionDir)\vc9\$(PlatformName)\$(ConfigurationName)\$(RootNamespace)"
     97                        ConfigurationType="1"
     98                        CharacterSet="2"
     99                        >
     100                        <Tool
     101                                Name="VCPreBuildEventTool"
     102                        />
     103                        <Tool
     104                                Name="VCCustomBuildTool"
     105                        />
     106                        <Tool
     107                                Name="VCXMLDataGeneratorTool"
     108                        />
     109                        <Tool
     110                                Name="VCWebServiceProxyGeneratorTool"
     111                        />
     112                        <Tool
     113                                Name="VCMIDLTool"
     114                                TargetEnvironment="3"
     115                        />
     116                        <Tool
     117                                Name="VCCLCompilerTool"
     118                                Optimization="0"
     119                                AdditionalIncludeDirectories="$(SolutionDir)\..\source\Lib\;$(SolutionDir)\..\compat\msvc"
     120                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS"
     121                                MinimalRebuild="true"
     122                                BasicRuntimeChecks="3"
     123                                RuntimeLibrary="1"
     124                                WarningLevel="3"
     125                                DebugInformationFormat="3"
     126                        />
     127                        <Tool
     128                                Name="VCManagedResourceCompilerTool"
     129                        />
     130                        <Tool
     131                                Name="VCResourceCompilerTool"
     132                        />
     133                        <Tool
     134                                Name="VCPreLinkEventTool"
     135                        />
     136                        <Tool
     137                                Name="VCLinkerTool"
     138                                LinkIncremental="2"
     139                                GenerateDebugInformation="true"
     140                                SubSystem="1"
     141                                TargetMachine="17"
     142                        />
     143                        <Tool
     144                                Name="VCALinkTool"
     145                        />
     146                        <Tool
     147                                Name="VCManifestTool"
     148                        />
     149                        <Tool
     150                                Name="VCXDCMakeTool"
     151                        />
     152                        <Tool
     153                                Name="VCBscMakeTool"
     154                        />
     155                        <Tool
     156                                Name="VCFxCopTool"
     157                        />
     158                        <Tool
     159                                Name="VCAppVerifierTool"
     160                        />
     161                        <Tool
     162                                Name="VCPostBuildEventTool"
     163                        />
     164                </Configuration>
     165                <Configuration
    94166                        Name="Release|Win32"
    95                         OutputDirectory="..\..\bin\"
     167                        OutputDirectory="$(SolutionDir)\..\bin\vc9\$(PlatformName)\$(ConfigurationName)\"
    96168                        IntermediateDirectory="$(SolutionDir)\vc9\$(PlatformName)\$(ConfigurationName)\$(RootNamespace)"
    97169                        ConfigurationType="1"
     
    167239                </Configuration>
    168240                <Configuration
    169                         Name="Debug|x64"
    170                         OutputDirectory="$(SolutionDir)\..\bin\vc9\$(PlatformName)\$(ConfigurationName)\"
    171                         IntermediateDirectory="$(SolutionDir)\vc9\$(PlatformName)\$(ConfigurationName)\$(RootNamespace)"
    172                         ConfigurationType="1"
    173                         CharacterSet="2"
    174                         >
    175                         <Tool
    176                                 Name="VCPreBuildEventTool"
    177                         />
    178                         <Tool
    179                                 Name="VCCustomBuildTool"
    180                         />
    181                         <Tool
    182                                 Name="VCXMLDataGeneratorTool"
    183                         />
    184                         <Tool
    185                                 Name="VCWebServiceProxyGeneratorTool"
    186                         />
    187                         <Tool
    188                                 Name="VCMIDLTool"
    189                                 TargetEnvironment="3"
    190                         />
    191                         <Tool
    192                                 Name="VCCLCompilerTool"
    193                                 Optimization="0"
    194                                 AdditionalIncludeDirectories="$(SolutionDir)\..\source\Lib\;$(SolutionDir)\..\compat\msvc"
    195                                 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS"
    196                                 MinimalRebuild="true"
    197                                 BasicRuntimeChecks="3"
    198                                 RuntimeLibrary="1"
    199                                 WarningLevel="3"
    200                                 DebugInformationFormat="3"
    201                         />
    202                         <Tool
    203                                 Name="VCManagedResourceCompilerTool"
    204                         />
    205                         <Tool
    206                                 Name="VCResourceCompilerTool"
    207                         />
    208                         <Tool
    209                                 Name="VCPreLinkEventTool"
    210                         />
    211                         <Tool
    212                                 Name="VCLinkerTool"
    213                                 LinkIncremental="2"
    214                                 GenerateDebugInformation="true"
    215                                 SubSystem="1"
    216                                 TargetMachine="17"
    217                         />
    218                         <Tool
    219                                 Name="VCALinkTool"
    220                         />
    221                         <Tool
    222                                 Name="VCManifestTool"
    223                         />
    224                         <Tool
    225                                 Name="VCXDCMakeTool"
    226                         />
    227                         <Tool
    228                                 Name="VCBscMakeTool"
    229                         />
    230                         <Tool
    231                                 Name="VCFxCopTool"
    232                         />
    233                         <Tool
    234                                 Name="VCAppVerifierTool"
    235                         />
    236                         <Tool
    237                                 Name="VCPostBuildEventTool"
    238                         />
    239                 </Configuration>
    240                 <Configuration
    241241                        Name="Release|x64"
    242242                        OutputDirectory="$(SolutionDir)\..\bin\vc9\$(PlatformName)\$(ConfigurationName)\"
  • branches/HTM-DEV-0.3-dev2/build/vc9/TLibCommon_vc9.vcproj

    r476 r479  
    22<VisualStudioProject
    33        ProjectType="Visual C++"
    4         Version="9.00"
     4        Version="9,00"
    55        Name="TLibCommon"
    66        ProjectGUID="{78018D78-F890-47E3-A0B7-09D273F0B11D}"
     
    8282                </Configuration>
    8383                <Configuration
     84                        Name="Debug|x64"
     85                        OutputDirectory="$(SolutionDir)\vc9\$(PlatformName)\$(ConfigurationName)\$(RootNamespace)"
     86                        IntermediateDirectory="$(SolutionDir)\vc9\$(PlatformName)\$(ConfigurationName)\$(RootNamespace)"
     87                        ConfigurationType="4"
     88                        CharacterSet="2"
     89                        >
     90                        <Tool
     91                                Name="VCPreBuildEventTool"
     92                        />
     93                        <Tool
     94                                Name="VCCustomBuildTool"
     95                        />
     96                        <Tool
     97                                Name="VCXMLDataGeneratorTool"
     98                        />
     99                        <Tool
     100                                Name="VCWebServiceProxyGeneratorTool"
     101                        />
     102                        <Tool
     103                                Name="VCMIDLTool"
     104                                TargetEnvironment="3"
     105                        />
     106                        <Tool
     107                                Name="VCCLCompilerTool"
     108                                Optimization="0"
     109                                AdditionalIncludeDirectories="$(SolutionDir)\..\source\Lib\;$(SolutionDir)\..\compat\msvc"
     110                                PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS"
     111                                MinimalRebuild="true"
     112                                BasicRuntimeChecks="3"
     113                                RuntimeLibrary="1"
     114                                WarningLevel="3"
     115                                DebugInformationFormat="3"
     116                        />
     117                        <Tool
     118                                Name="VCManagedResourceCompilerTool"
     119                        />
     120                        <Tool
     121                                Name="VCResourceCompilerTool"
     122                        />
     123                        <Tool
     124                                Name="VCPreLinkEventTool"
     125                        />
     126                        <Tool
     127                                Name="VCLibrarianTool"
     128                        />
     129                        <Tool
     130                                Name="VCALinkTool"
     131                        />
     132                        <Tool
     133                                Name="VCXDCMakeTool"
     134                        />
     135                        <Tool
     136                                Name="VCBscMakeTool"
     137                        />
     138                        <Tool
     139                                Name="VCFxCopTool"
     140                        />
     141                        <Tool
     142                                Name="VCPostBuildEventTool"
     143                        />
     144                </Configuration>
     145                <Configuration
    84146                        Name="Release|Win32"
    85147                        OutputDirectory="$(SolutionDir)\vc9\$(PlatformName)\$(ConfigurationName)\$(RootNamespace)"
     
    147209                </Configuration>
    148210                <Configuration
    149                         Name="Debug|x64"
    150                         OutputDirectory="$(SolutionDir)\vc9\$(PlatformName)\$(ConfigurationName)\$(RootNamespace)"
    151                         IntermediateDirectory="$(SolutionDir)\vc9\$(PlatformName)\$(ConfigurationName)\$(RootNamespace)"
    152                         ConfigurationType="4"
    153                         CharacterSet="2"
    154                         >
    155                         <Tool
    156                                 Name="VCPreBuildEventTool"
    157                         />
    158                         <Tool
    159                                 Name="VCCustomBuildTool"
    160                         />
    161                         <Tool
    162                                 Name="VCXMLDataGeneratorTool"
    163                         />
    164                         <Tool
    165                                 Name="VCWebServiceProxyGeneratorTool"
    166                         />
    167                         <Tool
    168                                 Name="VCMIDLTool"
    169                                 TargetEnvironment="3"
    170                         />
    171                         <Tool
    172                                 Name="VCCLCompilerTool"
    173                                 Optimization="0"
    174                                 AdditionalIncludeDirectories="$(SolutionDir)\..\source\Lib\;$(SolutionDir)\..\compat\msvc"
    175                                 PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS"
    176                                 MinimalRebuild="true"
    177                                 BasicRuntimeChecks="3"
    178                                 RuntimeLibrary="1"
    179                                 WarningLevel="3"
    180                                 DebugInformationFormat="3"
    181                         />
    182                         <Tool
    183                                 Name="VCManagedResourceCompilerTool"
    184                         />
    185                         <Tool
    186                                 Name="VCResourceCompilerTool"
    187                         />
    188                         <Tool
    189                                 Name="VCPreLinkEventTool"
    190                         />
    191                         <Tool
    192                                 Name="VCLibrarianTool"
    193                         />
    194                         <Tool
    195                                 Name="VCALinkTool"
    196                         />
    197                         <Tool
    198                                 Name="VCXDCMakeTool"
    199                         />
    200                         <Tool
    201                                 Name="VCBscMakeTool"
    202                         />
    203                         <Tool
    204                                 Name="VCFxCopTool"
    205                         />
    206                         <Tool
    207                                 Name="VCPostBuildEventTool"
    208                         />
    209                 </Configuration>
    210                 <Configuration
    211211                        Name="Release|x64"
    212212                        OutputDirectory="$(SolutionDir)\vc9\$(PlatformName)\$(ConfigurationName)\$(RootNamespace)"
     
    312312                        </File>
    313313                        <File
    314                                 RelativePath="..\..\source\Lib\TLibCommon\TComDepthMapGenerator.cpp"
    315                                 >
    316                         </File>
    317                         <File
    318314                                RelativePath="..\..\source\Lib\TLibCommon\TComInterpolationFilter.cpp"
    319315                                >
     
    442438                        </File>
    443439                        <File
    444                                 RelativePath="..\..\source\Lib\TLibCommon\TComDepthMapGenerator.h"
    445                                 >
    446                         </File>
    447                         <File
    448440                                RelativePath="..\..\source\Lib\TLibCommon\TComInterpolationFilter.h"
    449441                                >
Note: See TracChangeset for help on using the changeset viewer.