Skip to content

Commit

Permalink
new filters
Browse files Browse the repository at this point in the history
  • Loading branch information
lostjared committed Mar 3, 2022
1 parent b1b720f commit 00fe4b3
Show file tree
Hide file tree
Showing 8 changed files with 696 additions and 14 deletions.
8 changes: 6 additions & 2 deletions Acid.Cam.v2.OSX.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
7F59922022F5F97B00D2D7E7 /* clouds.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 7F59921F22F5F97B00D2D7E7 /* clouds.tiff */; };
7F5B6B1323020C990017A727 /* ac-filter28.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7F5B6B1223020C990017A727 /* ac-filter28.cpp */; };
7F63F3432391DB3500C432EB /* ac-filter36.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7F63F3422391DB3500C432EB /* ac-filter36.cpp */; };
7F6AD17627D15811002CED47 /* ac-filter-new.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7F6AD17527D15811002CED47 /* ac-filter-new.cpp */; };
7F7346832145AD4700F1A327 /* ac-filter11.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7F7346822145AD4700F1A327 /* ac-filter11.cpp */; };
7F845DFC23AEE3A90065B227 /* ac-filter38.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7F845DFB23AEE3A90065B227 /* ac-filter38.cpp */; };
7F845DFE23B490AF0065B227 /* ac-filter39.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7F845DFD23B490AF0065B227 /* ac-filter39.cpp */; };
Expand Down Expand Up @@ -179,6 +180,7 @@
7F59921F22F5F97B00D2D7E7 /* clouds.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; path = clouds.tiff; sourceTree = "<group>"; };
7F5B6B1223020C990017A727 /* ac-filter28.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = "ac-filter28.cpp"; path = "Acid.Cam.v2.OSX/ac-filter28.cpp"; sourceTree = "<group>"; };
7F63F3422391DB3500C432EB /* ac-filter36.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = "ac-filter36.cpp"; path = "Acid.Cam.v2.OSX/ac-filter36.cpp"; sourceTree = "<group>"; };
7F6AD17527D15811002CED47 /* ac-filter-new.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = "ac-filter-new.cpp"; path = "Acid.Cam.v2.OSX/ac-filter-new.cpp"; sourceTree = "<group>"; };
7F7346822145AD4700F1A327 /* ac-filter11.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = "ac-filter11.cpp"; path = "Acid.Cam.v2.OSX/ac-filter11.cpp"; sourceTree = "<group>"; };
7F845DFB23AEE3A90065B227 /* ac-filter38.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = "ac-filter38.cpp"; path = "Acid.Cam.v2.OSX/ac-filter38.cpp"; sourceTree = "<group>"; };
7F845DFD23B490AF0065B227 /* ac-filter39.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = "ac-filter39.cpp"; path = "Acid.Cam.v2.OSX/ac-filter39.cpp"; sourceTree = "<group>"; };
Expand Down Expand Up @@ -346,6 +348,7 @@
7F9D708917DE4F35009C54DA = {
isa = PBXGroup;
children = (
7F6AD17527D15811002CED47 /* ac-filter-new.cpp */,
7F9E13212502ADB4009C08CC /* ffmpeg_write.cpp */,
7F9E13202502ADB4009C08CC /* ffmpeg_write.h */,
7F9E131E2502AC85009C08CC /* ffmpeg */,
Expand Down Expand Up @@ -634,6 +637,7 @@
7F32C03223C6D99400AC885E /* ac-filter41.cpp in Sources */,
7FD9985320FE1907003B76A3 /* ac-filter8.cpp in Sources */,
7FB150EE2110B00D00DAD5FC /* ac-filter9.cpp in Sources */,
7F6AD17627D15811002CED47 /* ac-filter-new.cpp in Sources */,
7FEE831420C394320027A848 /* ac-util.cpp in Sources */,
7F63F3432391DB3500C432EB /* ac-filter36.cpp in Sources */,
7F845DFC23AEE3A90065B227 /* ac-filter38.cpp in Sources */,
Expand Down Expand Up @@ -849,7 +853,7 @@
"$(PROJECT_DIR)/cvlibs",
);
MACOSX_DEPLOYMENT_TARGET = 10.13;
MARKETING_VERSION = v2.80.4;
MARKETING_VERSION = v2.81.0;
OTHER_CPLUSPLUSFLAGS = (
"$(OTHER_CFLAGS)",
"-DDONT_TEST_BOUNDS",
Expand Down Expand Up @@ -900,7 +904,7 @@
"$(PROJECT_DIR)/cvlibs",
);
MACOSX_DEPLOYMENT_TARGET = 10.13;
MARKETING_VERSION = v2.80.4;
MARKETING_VERSION = v2.81.0;
OTHER_CPLUSPLUSFLAGS = (
"$(OTHER_CFLAGS)",
"-DDONT_TEST_BOUNDS",
Expand Down
Binary file not shown.
Loading

0 comments on commit 00fe4b3

Please sign in to comment.