Changeset 28 in 3DVCSoftware for branches/0.3-poznan-univ/build/vc10


Ignore:
Timestamp:
24 Feb 2012, 20:22:58 (13 years ago)
Author:
poznan-univ
Message:

Poznan Tools

  • Encoding only disoccluded CUs in depended views
  • Depth based motion prediction
  • Texture QP adjustment based on depth data
  • Nonlinear depth representation
Location:
branches/0.3-poznan-univ/build/vc10
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/0.3-poznan-univ/build/vc10/TAppDecoder_vc10.vcxproj

    r2 r28  
    190190      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
    191191    </ProjectReference>
     192    <ProjectReference Include="TLibRenderer_vc10.vcxproj">
     193      <Project>{2b298be6-dff0-4bd2-8f26-395ffe7f9eb4}</Project>
     194      <Private>true</Private>
     195      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
     196      <CopyLocalSatelliteAssemblies>false</CopyLocalSatelliteAssemblies>
     197      <LinkLibraryDependencies>true</LinkLibraryDependencies>
     198      <UseLibraryDependencyInputs>false</UseLibraryDependencyInputs>
     199    </ProjectReference>
    192200  </ItemGroup>
    193201  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  • branches/0.3-poznan-univ/build/vc10/TLibCommon_vc10.vcxproj

    r2 r28  
    152152    <ClCompile Include="..\..\source\Lib\TLibCommon\TComLoopFilter.cpp" />
    153153    <ClCompile Include="..\..\source\Lib\TLibCommon\TComMotionInfo.cpp" />
     154    <ClCompile Include="..\..\source\Lib\TLibCommon\TComMP.cpp" />
    154155    <ClCompile Include="..\..\source\Lib\TLibCommon\TComMVDRefData.cpp" />
    155156    <ClCompile Include="..\..\source\Lib\TLibCommon\TComPattern.cpp" />
     
    187188    <ClInclude Include="..\..\source\Lib\TLibCommon\TComLoopFilter.h" />
    188189    <ClInclude Include="..\..\source\Lib\TLibCommon\TComMotionInfo.h" />
     190    <ClInclude Include="..\..\source\Lib\TLibCommon\TComMP.h" />
    189191    <ClInclude Include="..\..\source\Lib\TLibCommon\TComMv.h" />
    190192    <ClInclude Include="..\..\source\Lib\TLibCommon\TComMVDRefData.h" />
  • branches/0.3-poznan-univ/build/vc10/TLibCommon_vc10.vcxproj.filters

    r2 r28  
    9090      <Filter>Source Files</Filter>
    9191    </ClCompile>
    92     <ClCompile Include="..\..\source\Lib\TLibCommon\TComWeightPrediction.cpp.cpp">
     92    <ClCompile Include="..\..\source\Lib\TLibCommon\TComWeightPrediction.cpp">
     93      <Filter>Source Files</Filter>
     94    </ClCompile>
     95    <ClCompile Include="..\..\source\Lib\TLibCommon\TComMP.cpp">
    9396      <Filter>Source Files</Filter>
    9497    </ClCompile>
     
    197200      <Filter>Header Files</Filter>
    198201    </ClInclude>
     202    <ClInclude Include="..\..\source\Lib\TLibCommon\TComMP.h">
     203      <Filter>Header Files</Filter>
     204    </ClInclude>
    199205  </ItemGroup>
    200206</Project>
Note: See TracChangeset for help on using the changeset viewer.