Skip to content
This repository has been archived by the owner on Oct 4, 2023. It is now read-only.

Commit

Permalink
bitdepth: refactoring
Browse files Browse the repository at this point in the history
Processing code has moved to fmtcl::Dither. This should make the
bitdepth functionnalities more independent of the Vapoursynth API.
  • Loading branch information
EleonoreMizo committed Jul 22, 2021
1 parent 46442a9 commit 1c7fae3
Show file tree
Hide file tree
Showing 11 changed files with 3,156 additions and 2,850 deletions.
2 changes: 2 additions & 0 deletions build/unix/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,8 @@ libfmtconv_la_SOURCES = \
../../src/fmtcl/DiscreteFirCustom.h \
../../src/fmtcl/DiscreteFirInterface.cpp \
../../src/fmtcl/DiscreteFirInterface.h \
../../src/fmtcl/Dither.cpp \
../../src/fmtcl/Dither.h \
../../src/fmtcl/ErrDifBuf.cpp \
../../src/fmtcl/ErrDifBuf.h \
../../src/fmtcl/ErrDifBuf.hpp \
Expand Down
2 changes: 2 additions & 0 deletions build/win/fmtconv.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@
<ClInclude Include="..\..\src\fmtcl\ContFirSpline64.h" />
<ClInclude Include="..\..\src\fmtcl\DiscreteFirCustom.h" />
<ClInclude Include="..\..\src\fmtcl\DiscreteFirInterface.h" />
<ClInclude Include="..\..\src\fmtcl\Dither.h" />
<ClInclude Include="..\..\src\fmtcl\ErrDifBuf.h" />
<ClInclude Include="..\..\src\fmtcl\ErrDifBuf.hpp" />
<ClInclude Include="..\..\src\fmtcl\ErrDifBufFactory.h" />
Expand Down Expand Up @@ -321,6 +322,7 @@
<ClCompile Include="..\..\src\fmtcl\ContFirSpline64.cpp" />
<ClCompile Include="..\..\src\fmtcl\DiscreteFirCustom.cpp" />
<ClCompile Include="..\..\src\fmtcl\DiscreteFirInterface.cpp" />
<ClCompile Include="..\..\src\fmtcl\Dither.cpp" />
<ClCompile Include="..\..\src\fmtcl\ErrDifBuf.cpp" />
<ClCompile Include="..\..\src\fmtcl\ErrDifBufFactory.cpp" />
<ClCompile Include="..\..\src\fmtcl\FilterResize.cpp" />
Expand Down
6 changes: 6 additions & 0 deletions build/win/fmtconv.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -526,6 +526,9 @@
<ClInclude Include="..\..\src\fmtcl\TransOpHlg.h">
<Filter>fmtcl</Filter>
</ClInclude>
<ClInclude Include="..\..\src\fmtcl\Dither.h">
<Filter>fmtcl</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\..\src\fmtc\Bitdepth.cpp">
Expand Down Expand Up @@ -750,6 +753,9 @@
<ClCompile Include="..\..\src\fmtcl\TransOpHlg.cpp">
<Filter>fmtcl</Filter>
</ClCompile>
<ClCompile Include="..\..\src\fmtcl\Dither.cpp">
<Filter>fmtcl</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<None Include="..\unix\configure.ac" />
Expand Down
Loading

0 comments on commit 1c7fae3

Please sign in to comment.