Commit Graph

5 Commits

Author SHA1 Message Date
naddy
7f61407556 drop RCS Ids 2022-03-11 19:39:15 +00:00
cwen
1ea0200b04 frei0r-plugins: use ports-gcc on !clang archs
Initialisation of members is valid but only since C++11,
base-g++ does not support that standard.

OK rapha@ (maintainer), kmos@, jca@
2020-03-07 15:09:49 +00:00
rapha
aba2712af3 update to frei0r-plugins-1.7.0, ok sthen@ 2020-03-04 20:00:55 +00:00
sthen
485792605b replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 21:02:12 +00:00
rsadowski
cd1b8a61b7 Import frei0r-plugins-1.6.1; OK bcallah@
Comment:
minimalistic plugin API for video effects

Description:
Frei0r is a minimalistic plugin API for video sources and filters. The
behaviour of the effects can be controlled from the host by simple
parameters. The intent is to solve the recurring reimplementation or
adaptation issue of standard effects.

It is not meant as a generic API for all kinds of video applications.

There is no support for the requirements of special application areas
like non linear editors, hardware accelerated shader effects, and high
precision video processing. These advanced issues are not even solved
satisfactory for non cross application plugin apis and are still an
evolving field.

The frei0r API is not meant to be a competing standard to more
ambitious efforts.

Maintainer: Raphael Graf <r@undefined.ch>

WWW: https://frei0r.dyne.org/
2018-12-30 11:44:29 +00:00