Home
last modified time | relevance | path

Searched refs:frei0r (Results 1 – 25 of 949) sorted by relevance

12345678910>>...38

/dports/multimedia/olive/olive-0.1.2/cmake/
H A DFindfrei0r.cmake2 # CMake module to search for frei0r
10 # example: /home/username/frei0r/include etc..
11 find_path(FREI0R_INCLUDE_DIR NAMES frei0r.h
15 "/usr/include/frei0r"
17 "/usr/local/include/frei0r"
24 find_path(FREI0R_INCLUDE_DIR PATHS "${CMAKE_INCLUDE_PATH}" NAMES frei0r.h)
34 message(STATUS "Found frei0r include-dir path: ${FREI0R_INCLUDE_DIR}")
38 message(FATAL_ERROR "Could not find frei0r")
40 message(STATUS "Could not find frei0r")
/dports/graphics/frei0r/frei0r-1.7.0-18-g86475d3/include/
H A Dfrei0r.hpp12 namespace frei0r namespace
287 info->name = frei0r::s_name.c_str(); in f0r_get_plugin_info()
288 info->author = frei0r::s_author.c_str(); in f0r_get_plugin_info()
289 info->plugin_type = frei0r::s_effect_type; in f0r_get_plugin_info()
290 info->color_model = frei0r::s_color_model; in f0r_get_plugin_info()
292 info->major_version = frei0r::s_version.first; in f0r_get_plugin_info()
293 info->minor_version = frei0r::s_version.second; in f0r_get_plugin_info()
301 info->type=frei0r::s_params[param_index].m_type; in f0r_get_param_info()
307 frei0r::fx* nfx = frei0r::s_build(width, height); in f0r_construct()
316 delete static_cast<frei0r::fx*>(instance); in f0r_destruct()
[all …]
H A DMakefile.am11 include_HEADERS = frei0r.h
12 noinst_HEADERS = frei0r_colorspace.h frei0r.hpp frei0r_math.h
/dports/graphics/frei0r-plugins-gavl/frei0r-1.7.0-18-g86475d3/include/
H A Dfrei0r.hpp12 namespace frei0r namespace
287 info->name = frei0r::s_name.c_str(); in f0r_get_plugin_info()
288 info->author = frei0r::s_author.c_str(); in f0r_get_plugin_info()
289 info->plugin_type = frei0r::s_effect_type; in f0r_get_plugin_info()
290 info->color_model = frei0r::s_color_model; in f0r_get_plugin_info()
292 info->major_version = frei0r::s_version.first; in f0r_get_plugin_info()
293 info->minor_version = frei0r::s_version.second; in f0r_get_plugin_info()
301 info->type=frei0r::s_params[param_index].m_type; in f0r_get_param_info()
307 frei0r::fx* nfx = frei0r::s_build(width, height); in f0r_construct()
316 delete static_cast<frei0r::fx*>(instance); in f0r_destruct()
[all …]
H A DMakefile.am11 include_HEADERS = frei0r.h
12 noinst_HEADERS = frei0r_colorspace.h frei0r.hpp frei0r_math.h
/dports/graphics/frei0r-plugins-opencv/frei0r-1.7.0-18-g86475d3/include/
H A Dfrei0r.hpp12 namespace frei0r namespace
287 info->name = frei0r::s_name.c_str(); in f0r_get_plugin_info()
288 info->author = frei0r::s_author.c_str(); in f0r_get_plugin_info()
289 info->plugin_type = frei0r::s_effect_type; in f0r_get_plugin_info()
290 info->color_model = frei0r::s_color_model; in f0r_get_plugin_info()
292 info->major_version = frei0r::s_version.first; in f0r_get_plugin_info()
293 info->minor_version = frei0r::s_version.second; in f0r_get_plugin_info()
301 info->type=frei0r::s_params[param_index].m_type; in f0r_get_param_info()
307 frei0r::fx* nfx = frei0r::s_build(width, height); in f0r_construct()
316 delete static_cast<frei0r::fx*>(instance); in f0r_destruct()
[all …]
H A DMakefile.am11 include_HEADERS = frei0r.h
12 noinst_HEADERS = frei0r_colorspace.h frei0r.hpp frei0r_math.h
/dports/graphics/frei0r/frei0r-1.7.0-18-g86475d3/
H A DREADME.md13 Updated info on https://frei0r.dyne.org
17 [![Build Status](https://travis-ci.org/dyne/frei0r.svg?branch=master)](https://travis-ci.org/dyne/f…
19 # What frei0r is
31 ## What frei0r is not
90 https://files.dyne.org/frei0r
94 The latest source for frei0r plugins can be attained using git on https://github.com/dyne/frei0r
112 $ sudo port install frei0r-plugins
131frei0r (but not to programming) the best thing is probably to have a look at the [frei0r header](/…
140 #include <frei0r.hpp>
148 class MyExample: public frei0r::filter {
[all …]
H A DINSTALL.md32 Default prefix is `/usr/local`, target directory is `frei0r-1`
34frei0r-1` unless the prefix path is specified. Most applications will look into that directory on …
36 …g for instance) will look for `.dylib` extensions and not the `.so` that frei0r plugins have by de…
39 for file in /usr/local/lib/frei0r-1/*.so ; do
H A DTODO22 one we use is [frei0r-devel] and it has [public archives] that are also
34 [frei0r-devel]: https://piksel.no/mailman/listinfo/frei0r-devel
35 [public archives]: http://piksel.no/pipermail/frei0r-devel/
36 [searchable and indexed]: http://blog.gmane.org/gmane.comp.video.frei0r.devel
37 [the Piksel trac]: http://www.piksel.no/projects/frei0r/report
67 Develop a test suite for frei0r plugins (/scaffolding/ technique)
/dports/graphics/frei0r-plugins-gavl/frei0r-1.7.0-18-g86475d3/
H A DREADME.md13 Updated info on https://frei0r.dyne.org
17 [![Build Status](https://travis-ci.org/dyne/frei0r.svg?branch=master)](https://travis-ci.org/dyne/f…
19 # What frei0r is
31 ## What frei0r is not
90 https://files.dyne.org/frei0r
94 The latest source for frei0r plugins can be attained using git on https://github.com/dyne/frei0r
112 $ sudo port install frei0r-plugins
131frei0r (but not to programming) the best thing is probably to have a look at the [frei0r header](/…
140 #include <frei0r.hpp>
148 class MyExample: public frei0r::filter {
[all …]
H A DINSTALL.md32 Default prefix is `/usr/local`, target directory is `frei0r-1`
34frei0r-1` unless the prefix path is specified. Most applications will look into that directory on …
36 …g for instance) will look for `.dylib` extensions and not the `.so` that frei0r plugins have by de…
39 for file in /usr/local/lib/frei0r-1/*.so ; do
H A DTODO22 one we use is [frei0r-devel] and it has [public archives] that are also
34 [frei0r-devel]: https://piksel.no/mailman/listinfo/frei0r-devel
35 [public archives]: http://piksel.no/pipermail/frei0r-devel/
36 [searchable and indexed]: http://blog.gmane.org/gmane.comp.video.frei0r.devel
37 [the Piksel trac]: http://www.piksel.no/projects/frei0r/report
67 Develop a test suite for frei0r plugins (/scaffolding/ technique)
/dports/graphics/frei0r-plugins-opencv/frei0r-1.7.0-18-g86475d3/
H A DREADME.md13 Updated info on https://frei0r.dyne.org
17 [![Build Status](https://travis-ci.org/dyne/frei0r.svg?branch=master)](https://travis-ci.org/dyne/f…
19 # What frei0r is
31 ## What frei0r is not
90 https://files.dyne.org/frei0r
94 The latest source for frei0r plugins can be attained using git on https://github.com/dyne/frei0r
112 $ sudo port install frei0r-plugins
131frei0r (but not to programming) the best thing is probably to have a look at the [frei0r header](/…
140 #include <frei0r.hpp>
148 class MyExample: public frei0r::filter {
[all …]
H A DINSTALL.md32 Default prefix is `/usr/local`, target directory is `frei0r-1`
34frei0r-1` unless the prefix path is specified. Most applications will look into that directory on …
36 …g for instance) will look for `.dylib` extensions and not the `.so` that frei0r plugins have by de…
39 for file in /usr/local/lib/frei0r-1/*.so ; do
H A DTODO22 one we use is [frei0r-devel] and it has [public archives] that are also
34 [frei0r-devel]: https://piksel.no/mailman/listinfo/frei0r-devel
35 [public archives]: http://piksel.no/pipermail/frei0r-devel/
36 [searchable and indexed]: http://blog.gmane.org/gmane.comp.video.frei0r.devel
37 [the Piksel trac]: http://www.piksel.no/projects/frei0r/report
67 Develop a test suite for frei0r plugins (/scaffolding/ technique)
/dports/multimedia/kamoso/kamoso-21.12.3/src/qml/
H A DConfig.qml24 ListElement { filters: "frei0r-filter-cartoon" }
25 ListElement { filters: "frei0r-filter-twolay0r" }
26 // ListElement { filters: "frei0r-filter-color-distance" }
28 ListElement { filters: "frei0r-filter-distort0r" }
33 // ListElement { filters: "frei0r-filter-invert0r" }
47 // ListElement { filters: "frei0r-filter-sobel" }
51 ListElement { filters: "frei0r-filter-delay0r delaytime=1" }
/dports/multimedia/mlt6-qt5/mlt-6.26.1/src/modules/frei0r/
H A Dconfigure6 …f0r_plugin_info_t test; test.name;return 0;}"| $CC $(pkg-config --cflags frei0r) $CFLAGS -c -x c -…
10 touch ../disable-frei0r
/dports/multimedia/mlt6/mlt-6.26.1/src/modules/frei0r/
H A Dconfigure6 …f0r_plugin_info_t test; test.name;return 0;}"| $CC $(pkg-config --cflags frei0r) $CFLAGS -c -x c -…
10 touch ../disable-frei0r
/dports/multimedia/py-mlt6/mlt-6.26.1/src/modules/frei0r/
H A Dconfigure6 …f0r_plugin_info_t test; test.name;return 0;}"| $CC $(pkg-config --cflags frei0r) $CFLAGS -c -x c -…
10 touch ../disable-frei0r
/dports/graphics/frei0r/frei0r-1.7.0-18-g86475d3/src/generator/nois0r/
H A Dnois0r.cpp42 class nois0r : public frei0r::source
60 frei0r::construct<nois0r> plugin("Nois0r",
/dports/graphics/frei0r-plugins-opencv/frei0r-1.7.0-18-g86475d3/src/generator/nois0r/
H A Dnois0r.cpp42 class nois0r : public frei0r::source
60 frei0r::construct<nois0r> plugin("Nois0r",
/dports/graphics/frei0r-plugins-gavl/frei0r-1.7.0-18-g86475d3/src/generator/nois0r/
H A Dnois0r.cpp42 class nois0r : public frei0r::source
60 frei0r::construct<nois0r> plugin("Nois0r",
/dports/graphics/frei0r-plugins-gavl/frei0r-1.7.0-18-g86475d3/src/filter/nosync0r/
H A Dnosync0r.cpp6 class nosync0r : public frei0r::filter
31 frei0r::construct<nosync0r> plugin("nosync0r",
/dports/graphics/frei0r/frei0r-1.7.0-18-g86475d3/src/generator/onecol0r/
H A Donecol0r.cpp25 class onecol0r : public frei0r::source
53 frei0r::construct<onecol0r> plugin("onecol0r",

12345678910>>...38