Changeset 125 in SHVCSoftware for trunk/build
- Timestamp:
- 16 Apr 2013, 06:39:31 (12 years ago)
- Location:
- trunk/build
- Files:
-
- 26 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/build/HM_vc8.sln
r2 r125 1 1 2 Microsoft Visual Studio Solution File, Format Version 10.003 # Visual Studio 200 82 Microsoft Visual Studio Solution File, Format Version 9.00 3 # Visual Studio 2005 4 4 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TAppDecoder", "vc8\TAppDecoder_vc8.vcproj", "{A7A515D9-E917-4706-BD5B-57DC6C78D612}" 5 5 ProjectSection(ProjectDependencies) = postProject -
trunk/build/linux/lib/TLibCommon/makefile
r2 r125 35 35 $(OBJ_DIR)/ContextModel.o \ 36 36 $(OBJ_DIR)/ContextModel3DBuffer.o \ 37 $(OBJ_DIR)/SEI.o \ 37 38 $(OBJ_DIR)/TComCABACTables.o \ 38 $(OBJ_DIR)/TComAdaptiveLoopFilter.o \39 39 $(OBJ_DIR)/TComSampleAdaptiveOffset.o \ 40 40 $(OBJ_DIR)/TComBitStream.o \ -
trunk/build/linux/lib/TLibEncoder/makefile
r2 r125 38 38 $(OBJ_DIR)/TEncBinCoderCABAC.o \ 39 39 $(OBJ_DIR)/TEncBinCoderCABACCounter.o \ 40 $(OBJ_DIR)/TEncAdaptiveLoopFilter.o \41 40 $(OBJ_DIR)/TEncSampleAdaptiveOffset.o \ 42 41 $(OBJ_DIR)/TEncAnalyze.o \ -
trunk/build/vc10/TAppCommon_vc10.vcxproj
r2 r125 70 70 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)\vc10\$(Platform)\$(Configuration)\$(RootNamespace)\</OutDir> 71 71 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)\vc10\$(Platform)\$(Configuration)\$(RootNamespace)\</IntDir> 72 <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> 73 <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> 74 <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> 75 <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet> 76 <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> 77 <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> 78 <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> 79 <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> 80 <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> 81 <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet> 82 <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> 83 <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> 72 84 </PropertyGroup> 73 85 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> -
trunk/build/vc10/TAppCommon_vc10.vcxproj.filters
r2 r125 3 3 <ItemGroup> 4 4 <Filter Include="Source Files"> 5 <UniqueIdentifier>{ 61c3b510-d4b2-46da-9a25-be492f2fc243}</UniqueIdentifier>5 <UniqueIdentifier>{fb1894c4-d37c-4d7b-b852-ccd81dc75384}</UniqueIdentifier> 6 6 <Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions> 7 7 </Filter> 8 8 <Filter Include="Header Files"> 9 <UniqueIdentifier>{ 94c90dc5-7f7b-4776-ba53-bf464ac89d29}</UniqueIdentifier>9 <UniqueIdentifier>{ffdca758-d453-4e59-857a-f84074ede5ba}</UniqueIdentifier> 10 10 <Extensions>h;hpp;hxx;hm;inl;inc;xsd</Extensions> 11 11 </Filter> -
trunk/build/vc10/TAppDecoder_vc10.vcxproj
r2 r125 74 74 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)\vc10\$(Platform)\$(Configuration)\$(RootNamespace)\</IntDir> 75 75 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> 76 <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> 77 <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> 78 <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> 79 <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet> 80 <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> 81 <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> 82 <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> 83 <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> 84 <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> 85 <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet> 86 <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> 87 <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> 76 88 </PropertyGroup> 77 89 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> -
trunk/build/vc10/TAppDecoder_vc10.vcxproj.filters
r2 r125 3 3 <ItemGroup> 4 4 <Filter Include="Source Files"> 5 <UniqueIdentifier>{ f91faffd-ddc1-46ee-bf46-c9f336a04889}</UniqueIdentifier>5 <UniqueIdentifier>{1aa8b291-7006-406d-b440-8af60fbc9eb5}</UniqueIdentifier> 6 6 <Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions> 7 7 </Filter> 8 8 <Filter Include="Header Files"> 9 <UniqueIdentifier>{5 3724405-0877-4412-a713-0153d444b64f}</UniqueIdentifier>9 <UniqueIdentifier>{5e50c4f1-0ca1-47af-8104-45cc6d910254}</UniqueIdentifier> 10 10 <Extensions>h;hpp;hxx;hm;inl;inc;xsd</Extensions> 11 11 </Filter> 12 12 <Filter Include="Resource Files"> 13 <UniqueIdentifier>{f 426d7ef-18cf-4428-8729-17e3d457a2d8}</UniqueIdentifier>13 <UniqueIdentifier>{ff0d9379-b34f-4787-8951-1e06360f58a4}</UniqueIdentifier> 14 14 <Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav</Extensions> 15 15 </Filter> -
trunk/build/vc10/TAppDecoder_vc10.vcxproj.user
r2 r125 2 2 <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 3 3 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 4 <LocalDebugger CommandArguments>-b str/BasketballPass.bin -ls 2 -ibl O:/BasketballPassBL_rec.yuv -ibs O:/BasketballPassBL_syntax.bin -wdt 416 -hgt 240</LocalDebuggerCommandArguments>4 <LocalDebuggerWorkingDirectory>$(ProjectDir)/../../../</LocalDebuggerWorkingDirectory> 5 5 <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> 6 <LocalDebuggerCommandArguments>-b str/Bus.bin -ls 2</LocalDebuggerCommandArguments> 7 </PropertyGroup> 8 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 9 <LocalDebuggerCommandArguments>-b str/Bus.bin -ls 2</LocalDebuggerCommandArguments> 10 </PropertyGroup> 11 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 6 12 <LocalDebuggerWorkingDirectory>$(ProjectDir)/../../../</LocalDebuggerWorkingDirectory> 13 <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> 7 14 </PropertyGroup> 8 15 </Project> -
trunk/build/vc10/TAppEncoder_vc10.vcxproj
r2 r125 74 74 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)\vc10\$(Platform)\$(Configuration)\$(RootNamespace)\</IntDir> 75 75 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> 76 <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> 77 <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> 78 <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> 79 <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet> 80 <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> 81 <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> 82 <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> 83 <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> 84 <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> 85 <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet> 86 <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> 87 <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> 76 88 </PropertyGroup> 77 89 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> -
trunk/build/vc10/TAppEncoder_vc10.vcxproj.filters
r2 r125 3 3 <ItemGroup> 4 4 <Filter Include="Source Files"> 5 <UniqueIdentifier>{ 5a91399d-a287-4a11-b533-6094f5650005}</UniqueIdentifier>5 <UniqueIdentifier>{e7545260-6a63-49d7-a40f-c50ca7f27a4b}</UniqueIdentifier> 6 6 <Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions> 7 7 </Filter> 8 8 <Filter Include="Header Files"> 9 <UniqueIdentifier>{ 829a2cbb-01c0-489f-b342-3eb74b2dcb35}</UniqueIdentifier>9 <UniqueIdentifier>{45205fc1-f025-43cb-ac9f-2f6b288020ab}</UniqueIdentifier> 10 10 <Extensions>h;hpp;hxx;hm;inl;inc;xsd</Extensions> 11 11 </Filter> 12 12 <Filter Include="Resource Files"> 13 <UniqueIdentifier>{2 a3d6658-bcc6-4553-8ece-38846d0d457c}</UniqueIdentifier>13 <UniqueIdentifier>{22b56140-f05f-49ef-93df-2b61ddd76211}</UniqueIdentifier> 14 14 <Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav</Extensions> 15 15 </Filter> -
trunk/build/vc10/TAppEncoder_vc10.vcxproj.user
r2 r125 2 2 <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 3 3 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 4 <LocalDebuggerCommandArguments>-c cfg/ svc/BasketballPass_layers10.cfg -c cfg/encoder_lowdelay_main.cfg -q0 22 -q1 20 -g 4 -f 5 -b str/BasketballPass.bin -c option.cfg -ibl O:/BasketballPassBL_rec.yuv -ibs O:/BasketballPassBL_syntax.bin</LocalDebuggerCommandArguments>4 <LocalDebuggerCommandArguments>-c cfg/per-sequence-svc/Bus-2x.cfg -c cfg/encoder_lowdelay_main.cfg -q0 30 -q1 30 -g 4 -f 5 -b str/Bus.bin -c option.cfg -ibl rec/BusBL-2x_rec.yuv -ibs rec/BusBL-2x_syntax.bin</LocalDebuggerCommandArguments> 5 5 </PropertyGroup> 6 6 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> … … 8 8 <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> 9 9 </PropertyGroup> 10 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 11 <LocalDebuggerCommandArguments>-c cfg/per-sequence-svc/CactusCrop-2x.cfg -c cfg/encoder_randomaccess_main.cfg -q0 30 -q1 30 -g 8 -f 17 -b str/CactusCrop.bin -c option.cfg -ibl rec/CactusCropBL-2x_rec.yuv -ibs rec/CactusCropBL-2x_syntax.bin</LocalDebuggerCommandArguments> 12 </PropertyGroup> 13 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 14 <LocalDebuggerWorkingDirectory>$(ProjectDir)/../../../</LocalDebuggerWorkingDirectory> 15 <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> 16 </PropertyGroup> 10 17 </Project> -
trunk/build/vc10/TLibCommon_vc10.vcxproj
r2 r125 70 70 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)\vc10\$(Platform)\$(Configuration)\$(RootNamespace)\</OutDir> 71 71 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)\vc10\$(Platform)\$(Configuration)\$(RootNamespace)\</IntDir> 72 <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> 73 <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> 74 <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> 75 <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet> 76 <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> 77 <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> 78 <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> 79 <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> 80 <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> 81 <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet> 82 <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> 83 <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> 72 84 </PropertyGroup> 73 85 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> … … 135 147 <ClCompile Include="..\..\source\Lib\TLibCommon\ContextModel3DBuffer.cpp" /> 136 148 <ClCompile Include="..\..\source\Lib\libmd5\libmd5.c" /> 137 <ClCompile Include="..\..\source\Lib\TLibCommon\ TComAdaptiveLoopFilter.cpp" />149 <ClCompile Include="..\..\source\Lib\TLibCommon\SEI.cpp" /> 138 150 <ClCompile Include="..\..\source\Lib\TLibCommon\TComBitStream.cpp" /> 139 151 <ClCompile Include="..\..\source\Lib\TLibCommon\TComCABACTables.cpp" /> … … 168 180 <ClInclude Include="..\..\source\Lib\TLibCommon\NAL.h" /> 169 181 <ClInclude Include="..\..\source\Lib\TLibCommon\SEI.h" /> 170 <ClInclude Include="..\..\source\Lib\TLibCommon\TComAdaptiveLoopFilter.h" />171 182 <ClInclude Include="..\..\source\Lib\TLibCommon\TComBitCounter.h" /> 172 183 <ClInclude Include="..\..\source\Lib\TLibCommon\TComBitStream.h" /> -
trunk/build/vc10/TLibCommon_vc10.vcxproj.filters
r2 r125 21 21 <Filter>Source Files</Filter> 22 22 </ClCompile> 23 <ClCompile Include="..\..\source\Lib\TLibCommon\ TComAdaptiveLoopFilter.cpp">23 <ClCompile Include="..\..\source\Lib\TLibCommon\SEI.cpp"> 24 24 <Filter>Source Files</Filter> 25 25 </ClCompile> … … 116 116 <Filter>Header Files</Filter> 117 117 </ClInclude> 118 <ClInclude Include="..\..\source\Lib\TLibCommon\TComAdaptiveLoopFilter.h">119 <Filter>Header Files</Filter>120 </ClInclude>121 118 <ClInclude Include="..\..\source\Lib\TLibCommon\TComBitCounter.h"> 122 119 <Filter>Header Files</Filter> -
trunk/build/vc10/TLibDecoder_vc10.vcxproj
r2 r125 70 70 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)\vc10\$(Platform)\$(Configuration)\$(RootNamespace)\</OutDir> 71 71 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)\vc10\$(Platform)\$(Configuration)\$(RootNamespace)\</IntDir> 72 <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> 73 <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> 74 <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> 75 <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet> 76 <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> 77 <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> 78 <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> 79 <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> 80 <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> 81 <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet> 82 <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> 83 <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> 72 84 </PropertyGroup> 73 85 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> -
trunk/build/vc10/TLibDecoder_vc10.vcxproj.filters
r2 r125 3 3 <ItemGroup> 4 4 <Filter Include="Source Files"> 5 <UniqueIdentifier>{ 57c32785-e8b2-4ab2-82f6-091ce0690afe}</UniqueIdentifier>5 <UniqueIdentifier>{744fcd72-a655-425f-bb39-3ab96fb48035}</UniqueIdentifier> 6 6 <Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions> 7 7 </Filter> 8 8 <Filter Include="Header Files"> 9 <UniqueIdentifier>{ 8351b640-31d1-405d-a45f-7e5469df1a8c}</UniqueIdentifier>9 <UniqueIdentifier>{714796a5-11ae-4ebd-b4ad-0b93c44f8cfc}</UniqueIdentifier> 10 10 <Extensions>h;hpp;hxx;hm;inl</Extensions> 11 11 </Filter> -
trunk/build/vc10/TLibEncoder_vc10.vcxproj
r2 r125 70 70 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)\vc10\$(Platform)\$(Configuration)\$(RootNamespace)\</OutDir> 71 71 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)\vc10\$(Platform)\$(Configuration)\$(RootNamespace)\</IntDir> 72 <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> 73 <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> 74 <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> 75 <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet> 76 <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> 77 <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> 78 <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> 79 <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> 80 <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> 81 <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet> 82 <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> 83 <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> 72 84 </PropertyGroup> 73 85 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> … … 135 147 <ClCompile Include="..\..\source\Lib\TLibEncoder\SEIwrite.cpp" /> 136 148 <ClCompile Include="..\..\source\Lib\TLibEncoder\SyntaxElementWriter.cpp" /> 137 <ClCompile Include="..\..\source\Lib\TLibEncoder\TEncAdaptiveLoopFilter.cpp" />138 149 <ClCompile Include="..\..\source\Lib\TLibEncoder\TEncAnalyze.cpp" /> 139 150 <ClCompile Include="..\..\source\Lib\TLibEncoder\TEncBinCoderCABAC.cpp" /> … … 158 169 <ClInclude Include="..\..\source\Lib\TLibEncoder\SEIwrite.h" /> 159 170 <ClInclude Include="..\..\source\Lib\TLibEncoder\SyntaxElementWriter.h" /> 160 <ClInclude Include="..\..\source\Lib\TLibEncoder\TEncAdaptiveLoopFilter.h" />161 171 <ClInclude Include="..\..\source\Lib\TLibEncoder\TEncAnalyze.h" /> 162 172 <ClInclude Include="..\..\source\Lib\TLibEncoder\TEncBinCoder.h" /> -
trunk/build/vc10/TLibEncoder_vc10.vcxproj.filters
r2 r125 3 3 <ItemGroup> 4 4 <Filter Include="Source Files"> 5 <UniqueIdentifier>{ 65968186-a1e6-40bc-bda8-f69881ce59b4}</UniqueIdentifier>5 <UniqueIdentifier>{0ac2b7f6-dac6-4568-9bf6-f0bc5d3b0ffd}</UniqueIdentifier> 6 6 <Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions> 7 7 </Filter> 8 8 <Filter Include="Header Files"> 9 <UniqueIdentifier>{ cb19f901-43b3-4f82-9502-f2c1d70ac336}</UniqueIdentifier>9 <UniqueIdentifier>{eaaa958a-8c26-425a-9733-07b5d97c71eb}</UniqueIdentifier> 10 10 <Extensions>h;hpp;hxx;hm;inl;inc;xsd</Extensions> 11 11 </Filter> … … 19 19 </ClCompile> 20 20 <ClCompile Include="..\..\source\Lib\TLibEncoder\SyntaxElementWriter.cpp"> 21 <Filter>Source Files</Filter>22 </ClCompile>23 <ClCompile Include="..\..\source\Lib\TLibEncoder\TEncAdaptiveLoopFilter.cpp">24 21 <Filter>Source Files</Filter> 25 22 </ClCompile> … … 86 83 <Filter>Header Files</Filter> 87 84 </ClInclude> 88 <ClInclude Include="..\..\source\Lib\TLibEncoder\TEncAdaptiveLoopFilter.h">89 <Filter>Header Files</Filter>90 </ClInclude>91 85 <ClInclude Include="..\..\source\Lib\TLibEncoder\TEncAnalyze.h"> 92 86 <Filter>Header Files</Filter> -
trunk/build/vc10/TLibVideoIO_vc10.vcxproj
r2 r125 70 70 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)\vc10\$(Platform)\$(Configuration)\$(RootNamespace)\</OutDir> 71 71 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)\vc10\$(Platform)\$(Configuration)\$(RootNamespace)\</IntDir> 72 <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> 73 <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> 74 <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> 75 <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet> 76 <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> 77 <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> 78 <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> 79 <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> 80 <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> 81 <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet> 82 <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> 83 <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> 72 84 </PropertyGroup> 73 85 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> -
trunk/build/vc10/TLibVideoIO_vc10.vcxproj.filters
r2 r125 3 3 <ItemGroup> 4 4 <Filter Include="Source Files"> 5 <UniqueIdentifier>{ 911df9cd-3c73-4c8c-b5f0-0e479fc64370}</UniqueIdentifier>5 <UniqueIdentifier>{6deae16b-79a7-4141-88d0-fb015f23f586}</UniqueIdentifier> 6 6 <Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions> 7 7 </Filter> 8 8 <Filter Include="Header Files"> 9 <UniqueIdentifier>{ 77db35f6-2e38-4135-84fc-4ceda8d818f7}</UniqueIdentifier>9 <UniqueIdentifier>{62ba4b7c-b50d-4cba-abba-51619954bc1e}</UniqueIdentifier> 10 10 <Extensions>h;hpp;hxx;hm;inl</Extensions> 11 11 </Filter> -
trunk/build/vc8/TAppEncoder_vc8.vcproj
r2 r125 340 340 </File> 341 341 <File 342 RelativePath="..\..\source\App\TAppEncoder\TAppEncLayerCfg.cpp"343 >344 </File>345 <File346 342 RelativePath="..\..\source\App\TAppEncoder\TAppEncTop.cpp" 347 343 > … … 354 350 <File 355 351 RelativePath="..\..\source\App\TAppEncoder\TAppEncCfg.h" 356 >357 </File>358 <File359 RelativePath="..\..\source\App\TAppEncoder\TAppEncLayerCfg.h"360 352 > 361 353 </File> -
trunk/build/vc8/TLibCommon_vc8.vcproj
r2 r125 293 293 </File> 294 294 <File 295 RelativePath="..\..\source\Lib\TLibCommon\ TComAdaptiveLoopFilter.cpp"295 RelativePath="..\..\source\Lib\TLibCommon\SEI.cpp" 296 296 > 297 297 </File> … … 366 366 <File 367 367 RelativePath="..\..\source\Lib\TLibCommon\TComTrQuant.cpp" 368 >369 </File>370 <File371 RelativePath="..\..\source\Lib\TLibCommon\TComUpsampleFilter.cpp"372 368 > 373 369 </File> … … 423 419 </File> 424 420 <File 425 RelativePath="..\..\source\Lib\TLibCommon\TComAdaptiveLoopFilter.h"426 >427 </File>428 <File429 421 RelativePath="..\..\source\Lib\TLibCommon\TComBitCounter.h" 430 422 > … … 504 496 <File 505 497 RelativePath="..\..\source\Lib\TLibCommon\TComTrQuant.h" 506 >507 </File>508 <File509 RelativePath="..\..\source\Lib\TLibCommon\TComUpsampleFilter.h"510 498 > 511 499 </File> -
trunk/build/vc8/TLibEncoder_vc8.vcproj
r2 r125 292 292 </File> 293 293 <File 294 RelativePath="..\..\source\Lib\TLibEncoder\TEncAdaptiveLoopFilter.cpp"295 >296 </File>297 <File298 294 RelativePath="..\..\source\Lib\TLibEncoder\TEncAnalyze.cpp" 299 295 > … … 378 374 <File 379 375 RelativePath="..\..\source\Lib\TLibEncoder\SyntaxElementWriter.h" 380 >381 </File>382 <File383 RelativePath="..\..\source\Lib\TLibEncoder\TEncAdaptiveLoopFilter.h"384 376 > 385 377 </File> -
trunk/build/vc9/TAppEncoder_vc9.vcproj
r2 r125 2 2 <VisualStudioProject 3 3 ProjectType="Visual C++" 4 Version="9 .00"4 Version="9,00" 5 5 Name="TAppEncoder" 6 6 ProjectGUID="{D759E4E1-D33A-4483-B57B-0FD248E022FE}" … … 331 331 </File> 332 332 <File 333 RelativePath="..\..\source\App\TAppEncoder\TAppEncLayerCfg.cpp"334 >335 </File>336 <File337 333 RelativePath="..\..\source\App\TAppEncoder\TAppEncTop.cpp" 338 334 > … … 345 341 <File 346 342 RelativePath="..\..\source\App\TAppEncoder\TAppEncCfg.h" 347 >348 </File>349 <File350 RelativePath="..\..\source\App\TAppEncoder\TAppEncLayerCfg.h"351 343 > 352 344 </File> -
trunk/build/vc9/TLibCommon_vc9.vcproj
r2 r125 2 2 <VisualStudioProject 3 3 ProjectType="Visual C++" 4 Version="9 .00"4 Version="9,00" 5 5 Name="TLibCommon" 6 6 ProjectGUID="{78018D78-F890-47E3-A0B7-09D273F0B11D}" … … 296 296 </File> 297 297 <File 298 RelativePath="..\..\source\Lib\TLibCommon\ TComAdaptiveLoopFilter.cpp"298 RelativePath="..\..\source\Lib\TLibCommon\SEI.cpp" 299 299 > 300 300 </File> … … 369 369 <File 370 370 RelativePath="..\..\source\Lib\TLibCommon\TComTrQuant.cpp" 371 >372 </File>373 <File374 RelativePath="..\..\source\Lib\TLibCommon\TComUpsampleFilter.cpp"375 371 > 376 372 </File> … … 426 422 </File> 427 423 <File 428 RelativePath="..\..\source\Lib\TLibCommon\TComAdaptiveLoopFilter.h"429 >430 </File>431 <File432 424 RelativePath="..\..\source\Lib\TLibCommon\TComBitCounter.h" 433 425 > … … 507 499 <File 508 500 RelativePath="..\..\source\Lib\TLibCommon\TComTrQuant.h" 509 >510 </File>511 <File512 RelativePath="..\..\source\Lib\TLibCommon\TComUpsampleFilter.h"513 501 > 514 502 </File> -
trunk/build/vc9/TLibDecoder_vc9.vcproj
r2 r125 2 2 <VisualStudioProject 3 3 ProjectType="Visual C++" 4 Version="9 .00"4 Version="9,00" 5 5 Name="TLibDecoder" 6 6 ProjectGUID="{F8B77A48-AF6C-4746-A89F-B706ABA6AD94}" -
trunk/build/vc9/TLibEncoder_vc9.vcproj
r2 r125 2 2 <VisualStudioProject 3 3 ProjectType="Visual C++" 4 Version="9 .00"4 Version="9,00" 5 5 Name="TLibEncoder" 6 6 ProjectGUID="{47E90995-1FC5-4EE4-A94D-AD474169F0E1}" … … 295 295 </File> 296 296 <File 297 RelativePath="..\..\source\Lib\TLibEncoder\TEncAdaptiveLoopFilter.cpp"298 >299 </File>300 <File301 297 RelativePath="..\..\source\Lib\TLibEncoder\TEncAnalyze.cpp" 302 298 > … … 381 377 <File 382 378 RelativePath="..\..\source\Lib\TLibEncoder\SyntaxElementWriter.h" 383 >384 </File>385 <File386 RelativePath="..\..\source\Lib\TLibEncoder\TEncAdaptiveLoopFilter.h"387 379 > 388 380 </File>
Note: See TracChangeset for help on using the changeset viewer.