mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-18 13:49:58 +01:00
Checked in first livido plugin pack, hopefully compatible with livido version 100 according to http://livido.dyne.org/trac.cgi/wiki/TechnicalSpecCurrent
git-svn-id: svn://code.dyne.org/veejay/trunk@575 eb8d1916-c9e9-0310-b8de-cf0c9472ead5
This commit is contained in:
BIN
pluginpack/.utils.h.swp
Normal file
BIN
pluginpack/.utils.h.swp
Normal file
Binary file not shown.
22
pluginpack/AUTHORS
Normal file
22
pluginpack/AUTHORS
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
|
||||||
|
|
||||||
|
Livido:
|
||||||
|
|
||||||
|
(C) Gabriel "Salsaman" Finch,
|
||||||
|
Niels Elburg,
|
||||||
|
Dennis "Jaromil" Rojo,
|
||||||
|
Daniel Fischer,
|
||||||
|
Martin Bayer,
|
||||||
|
Kentaro Fukuchi,
|
||||||
|
Andraz Tori 2005.
|
||||||
|
|
||||||
|
|
||||||
|
http://livido.dyne.org/trac.cgi/wiki/TechnicalSpecCurrent
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Veejay:
|
||||||
|
|
||||||
|
Niels Elburg <nelburg@looze.net>
|
||||||
|
|
||||||
|
http://veejay.dyne.org
|
||||||
504
pluginpack/COPYING
Normal file
504
pluginpack/COPYING
Normal file
@@ -0,0 +1,504 @@
|
|||||||
|
GNU LESSER GENERAL PUBLIC LICENSE
|
||||||
|
Version 2.1, February 1999
|
||||||
|
|
||||||
|
Copyright (C) 1991, 1999 Free Software Foundation, Inc.
|
||||||
|
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
|
Everyone is permitted to copy and distribute verbatim copies
|
||||||
|
of this license document, but changing it is not allowed.
|
||||||
|
|
||||||
|
[This is the first released version of the Lesser GPL. It also counts
|
||||||
|
as the successor of the GNU Library Public License, version 2, hence
|
||||||
|
the version number 2.1.]
|
||||||
|
|
||||||
|
Preamble
|
||||||
|
|
||||||
|
The licenses for most software are designed to take away your
|
||||||
|
freedom to share and change it. By contrast, the GNU General Public
|
||||||
|
Licenses are intended to guarantee your freedom to share and change
|
||||||
|
free software--to make sure the software is free for all its users.
|
||||||
|
|
||||||
|
This license, the Lesser General Public License, applies to some
|
||||||
|
specially designated software packages--typically libraries--of the
|
||||||
|
Free Software Foundation and other authors who decide to use it. You
|
||||||
|
can use it too, but we suggest you first think carefully about whether
|
||||||
|
this license or the ordinary General Public License is the better
|
||||||
|
strategy to use in any particular case, based on the explanations below.
|
||||||
|
|
||||||
|
When we speak of free software, we are referring to freedom of use,
|
||||||
|
not price. Our General Public Licenses are designed to make sure that
|
||||||
|
you have the freedom to distribute copies of free software (and charge
|
||||||
|
for this service if you wish); that you receive source code or can get
|
||||||
|
it if you want it; that you can change the software and use pieces of
|
||||||
|
it in new free programs; and that you are informed that you can do
|
||||||
|
these things.
|
||||||
|
|
||||||
|
To protect your rights, we need to make restrictions that forbid
|
||||||
|
distributors to deny you these rights or to ask you to surrender these
|
||||||
|
rights. These restrictions translate to certain responsibilities for
|
||||||
|
you if you distribute copies of the library or if you modify it.
|
||||||
|
|
||||||
|
For example, if you distribute copies of the library, whether gratis
|
||||||
|
or for a fee, you must give the recipients all the rights that we gave
|
||||||
|
you. You must make sure that they, too, receive or can get the source
|
||||||
|
code. If you link other code with the library, you must provide
|
||||||
|
complete object files to the recipients, so that they can relink them
|
||||||
|
with the library after making changes to the library and recompiling
|
||||||
|
it. And you must show them these terms so they know their rights.
|
||||||
|
|
||||||
|
We protect your rights with a two-step method: (1) we copyright the
|
||||||
|
library, and (2) we offer you this license, which gives you legal
|
||||||
|
permission to copy, distribute and/or modify the library.
|
||||||
|
|
||||||
|
To protect each distributor, we want to make it very clear that
|
||||||
|
there is no warranty for the free library. Also, if the library is
|
||||||
|
modified by someone else and passed on, the recipients should know
|
||||||
|
that what they have is not the original version, so that the original
|
||||||
|
author's reputation will not be affected by problems that might be
|
||||||
|
introduced by others.
|
||||||
|
|
||||||
|
Finally, software patents pose a constant threat to the existence of
|
||||||
|
any free program. We wish to make sure that a company cannot
|
||||||
|
effectively restrict the users of a free program by obtaining a
|
||||||
|
restrictive license from a patent holder. Therefore, we insist that
|
||||||
|
any patent license obtained for a version of the library must be
|
||||||
|
consistent with the full freedom of use specified in this license.
|
||||||
|
|
||||||
|
Most GNU software, including some libraries, is covered by the
|
||||||
|
ordinary GNU General Public License. This license, the GNU Lesser
|
||||||
|
General Public License, applies to certain designated libraries, and
|
||||||
|
is quite different from the ordinary General Public License. We use
|
||||||
|
this license for certain libraries in order to permit linking those
|
||||||
|
libraries into non-free programs.
|
||||||
|
|
||||||
|
When a program is linked with a library, whether statically or using
|
||||||
|
a shared library, the combination of the two is legally speaking a
|
||||||
|
combined work, a derivative of the original library. The ordinary
|
||||||
|
General Public License therefore permits such linking only if the
|
||||||
|
entire combination fits its criteria of freedom. The Lesser General
|
||||||
|
Public License permits more lax criteria for linking other code with
|
||||||
|
the library.
|
||||||
|
|
||||||
|
We call this license the "Lesser" General Public License because it
|
||||||
|
does Less to protect the user's freedom than the ordinary General
|
||||||
|
Public License. It also provides other free software developers Less
|
||||||
|
of an advantage over competing non-free programs. These disadvantages
|
||||||
|
are the reason we use the ordinary General Public License for many
|
||||||
|
libraries. However, the Lesser license provides advantages in certain
|
||||||
|
special circumstances.
|
||||||
|
|
||||||
|
For example, on rare occasions, there may be a special need to
|
||||||
|
encourage the widest possible use of a certain library, so that it becomes
|
||||||
|
a de-facto standard. To achieve this, non-free programs must be
|
||||||
|
allowed to use the library. A more frequent case is that a free
|
||||||
|
library does the same job as widely used non-free libraries. In this
|
||||||
|
case, there is little to gain by limiting the free library to free
|
||||||
|
software only, so we use the Lesser General Public License.
|
||||||
|
|
||||||
|
In other cases, permission to use a particular library in non-free
|
||||||
|
programs enables a greater number of people to use a large body of
|
||||||
|
free software. For example, permission to use the GNU C Library in
|
||||||
|
non-free programs enables many more people to use the whole GNU
|
||||||
|
operating system, as well as its variant, the GNU/Linux operating
|
||||||
|
system.
|
||||||
|
|
||||||
|
Although the Lesser General Public License is Less protective of the
|
||||||
|
users' freedom, it does ensure that the user of a program that is
|
||||||
|
linked with the Library has the freedom and the wherewithal to run
|
||||||
|
that program using a modified version of the Library.
|
||||||
|
|
||||||
|
The precise terms and conditions for copying, distribution and
|
||||||
|
modification follow. Pay close attention to the difference between a
|
||||||
|
"work based on the library" and a "work that uses the library". The
|
||||||
|
former contains code derived from the library, whereas the latter must
|
||||||
|
be combined with the library in order to run.
|
||||||
|
|
||||||
|
GNU LESSER GENERAL PUBLIC LICENSE
|
||||||
|
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
||||||
|
|
||||||
|
0. This License Agreement applies to any software library or other
|
||||||
|
program which contains a notice placed by the copyright holder or
|
||||||
|
other authorized party saying it may be distributed under the terms of
|
||||||
|
this Lesser General Public License (also called "this License").
|
||||||
|
Each licensee is addressed as "you".
|
||||||
|
|
||||||
|
A "library" means a collection of software functions and/or data
|
||||||
|
prepared so as to be conveniently linked with application programs
|
||||||
|
(which use some of those functions and data) to form executables.
|
||||||
|
|
||||||
|
The "Library", below, refers to any such software library or work
|
||||||
|
which has been distributed under these terms. A "work based on the
|
||||||
|
Library" means either the Library or any derivative work under
|
||||||
|
copyright law: that is to say, a work containing the Library or a
|
||||||
|
portion of it, either verbatim or with modifications and/or translated
|
||||||
|
straightforwardly into another language. (Hereinafter, translation is
|
||||||
|
included without limitation in the term "modification".)
|
||||||
|
|
||||||
|
"Source code" for a work means the preferred form of the work for
|
||||||
|
making modifications to it. For a library, complete source code means
|
||||||
|
all the source code for all modules it contains, plus any associated
|
||||||
|
interface definition files, plus the scripts used to control compilation
|
||||||
|
and installation of the library.
|
||||||
|
|
||||||
|
Activities other than copying, distribution and modification are not
|
||||||
|
covered by this License; they are outside its scope. The act of
|
||||||
|
running a program using the Library is not restricted, and output from
|
||||||
|
such a program is covered only if its contents constitute a work based
|
||||||
|
on the Library (independent of the use of the Library in a tool for
|
||||||
|
writing it). Whether that is true depends on what the Library does
|
||||||
|
and what the program that uses the Library does.
|
||||||
|
|
||||||
|
1. You may copy and distribute verbatim copies of the Library's
|
||||||
|
complete source code as you receive it, in any medium, provided that
|
||||||
|
you conspicuously and appropriately publish on each copy an
|
||||||
|
appropriate copyright notice and disclaimer of warranty; keep intact
|
||||||
|
all the notices that refer to this License and to the absence of any
|
||||||
|
warranty; and distribute a copy of this License along with the
|
||||||
|
Library.
|
||||||
|
|
||||||
|
You may charge a fee for the physical act of transferring a copy,
|
||||||
|
and you may at your option offer warranty protection in exchange for a
|
||||||
|
fee.
|
||||||
|
|
||||||
|
2. You may modify your copy or copies of the Library or any portion
|
||||||
|
of it, thus forming a work based on the Library, and copy and
|
||||||
|
distribute such modifications or work under the terms of Section 1
|
||||||
|
above, provided that you also meet all of these conditions:
|
||||||
|
|
||||||
|
a) The modified work must itself be a software library.
|
||||||
|
|
||||||
|
b) You must cause the files modified to carry prominent notices
|
||||||
|
stating that you changed the files and the date of any change.
|
||||||
|
|
||||||
|
c) You must cause the whole of the work to be licensed at no
|
||||||
|
charge to all third parties under the terms of this License.
|
||||||
|
|
||||||
|
d) If a facility in the modified Library refers to a function or a
|
||||||
|
table of data to be supplied by an application program that uses
|
||||||
|
the facility, other than as an argument passed when the facility
|
||||||
|
is invoked, then you must make a good faith effort to ensure that,
|
||||||
|
in the event an application does not supply such function or
|
||||||
|
table, the facility still operates, and performs whatever part of
|
||||||
|
its purpose remains meaningful.
|
||||||
|
|
||||||
|
(For example, a function in a library to compute square roots has
|
||||||
|
a purpose that is entirely well-defined independent of the
|
||||||
|
application. Therefore, Subsection 2d requires that any
|
||||||
|
application-supplied function or table used by this function must
|
||||||
|
be optional: if the application does not supply it, the square
|
||||||
|
root function must still compute square roots.)
|
||||||
|
|
||||||
|
These requirements apply to the modified work as a whole. If
|
||||||
|
identifiable sections of that work are not derived from the Library,
|
||||||
|
and can be reasonably considered independent and separate works in
|
||||||
|
themselves, then this License, and its terms, do not apply to those
|
||||||
|
sections when you distribute them as separate works. But when you
|
||||||
|
distribute the same sections as part of a whole which is a work based
|
||||||
|
on the Library, the distribution of the whole must be on the terms of
|
||||||
|
this License, whose permissions for other licensees extend to the
|
||||||
|
entire whole, and thus to each and every part regardless of who wrote
|
||||||
|
it.
|
||||||
|
|
||||||
|
Thus, it is not the intent of this section to claim rights or contest
|
||||||
|
your rights to work written entirely by you; rather, the intent is to
|
||||||
|
exercise the right to control the distribution of derivative or
|
||||||
|
collective works based on the Library.
|
||||||
|
|
||||||
|
In addition, mere aggregation of another work not based on the Library
|
||||||
|
with the Library (or with a work based on the Library) on a volume of
|
||||||
|
a storage or distribution medium does not bring the other work under
|
||||||
|
the scope of this License.
|
||||||
|
|
||||||
|
3. You may opt to apply the terms of the ordinary GNU General Public
|
||||||
|
License instead of this License to a given copy of the Library. To do
|
||||||
|
this, you must alter all the notices that refer to this License, so
|
||||||
|
that they refer to the ordinary GNU General Public License, version 2,
|
||||||
|
instead of to this License. (If a newer version than version 2 of the
|
||||||
|
ordinary GNU General Public License has appeared, then you can specify
|
||||||
|
that version instead if you wish.) Do not make any other change in
|
||||||
|
these notices.
|
||||||
|
|
||||||
|
Once this change is made in a given copy, it is irreversible for
|
||||||
|
that copy, so the ordinary GNU General Public License applies to all
|
||||||
|
subsequent copies and derivative works made from that copy.
|
||||||
|
|
||||||
|
This option is useful when you wish to copy part of the code of
|
||||||
|
the Library into a program that is not a library.
|
||||||
|
|
||||||
|
4. You may copy and distribute the Library (or a portion or
|
||||||
|
derivative of it, under Section 2) in object code or executable form
|
||||||
|
under the terms of Sections 1 and 2 above provided that you accompany
|
||||||
|
it with the complete corresponding machine-readable source code, which
|
||||||
|
must be distributed under the terms of Sections 1 and 2 above on a
|
||||||
|
medium customarily used for software interchange.
|
||||||
|
|
||||||
|
If distribution of object code is made by offering access to copy
|
||||||
|
from a designated place, then offering equivalent access to copy the
|
||||||
|
source code from the same place satisfies the requirement to
|
||||||
|
distribute the source code, even though third parties are not
|
||||||
|
compelled to copy the source along with the object code.
|
||||||
|
|
||||||
|
5. A program that contains no derivative of any portion of the
|
||||||
|
Library, but is designed to work with the Library by being compiled or
|
||||||
|
linked with it, is called a "work that uses the Library". Such a
|
||||||
|
work, in isolation, is not a derivative work of the Library, and
|
||||||
|
therefore falls outside the scope of this License.
|
||||||
|
|
||||||
|
However, linking a "work that uses the Library" with the Library
|
||||||
|
creates an executable that is a derivative of the Library (because it
|
||||||
|
contains portions of the Library), rather than a "work that uses the
|
||||||
|
library". The executable is therefore covered by this License.
|
||||||
|
Section 6 states terms for distribution of such executables.
|
||||||
|
|
||||||
|
When a "work that uses the Library" uses material from a header file
|
||||||
|
that is part of the Library, the object code for the work may be a
|
||||||
|
derivative work of the Library even though the source code is not.
|
||||||
|
Whether this is true is especially significant if the work can be
|
||||||
|
linked without the Library, or if the work is itself a library. The
|
||||||
|
threshold for this to be true is not precisely defined by law.
|
||||||
|
|
||||||
|
If such an object file uses only numerical parameters, data
|
||||||
|
structure layouts and accessors, and small macros and small inline
|
||||||
|
functions (ten lines or less in length), then the use of the object
|
||||||
|
file is unrestricted, regardless of whether it is legally a derivative
|
||||||
|
work. (Executables containing this object code plus portions of the
|
||||||
|
Library will still fall under Section 6.)
|
||||||
|
|
||||||
|
Otherwise, if the work is a derivative of the Library, you may
|
||||||
|
distribute the object code for the work under the terms of Section 6.
|
||||||
|
Any executables containing that work also fall under Section 6,
|
||||||
|
whether or not they are linked directly with the Library itself.
|
||||||
|
|
||||||
|
6. As an exception to the Sections above, you may also combine or
|
||||||
|
link a "work that uses the Library" with the Library to produce a
|
||||||
|
work containing portions of the Library, and distribute that work
|
||||||
|
under terms of your choice, provided that the terms permit
|
||||||
|
modification of the work for the customer's own use and reverse
|
||||||
|
engineering for debugging such modifications.
|
||||||
|
|
||||||
|
You must give prominent notice with each copy of the work that the
|
||||||
|
Library is used in it and that the Library and its use are covered by
|
||||||
|
this License. You must supply a copy of this License. If the work
|
||||||
|
during execution displays copyright notices, you must include the
|
||||||
|
copyright notice for the Library among them, as well as a reference
|
||||||
|
directing the user to the copy of this License. Also, you must do one
|
||||||
|
of these things:
|
||||||
|
|
||||||
|
a) Accompany the work with the complete corresponding
|
||||||
|
machine-readable source code for the Library including whatever
|
||||||
|
changes were used in the work (which must be distributed under
|
||||||
|
Sections 1 and 2 above); and, if the work is an executable linked
|
||||||
|
with the Library, with the complete machine-readable "work that
|
||||||
|
uses the Library", as object code and/or source code, so that the
|
||||||
|
user can modify the Library and then relink to produce a modified
|
||||||
|
executable containing the modified Library. (It is understood
|
||||||
|
that the user who changes the contents of definitions files in the
|
||||||
|
Library will not necessarily be able to recompile the application
|
||||||
|
to use the modified definitions.)
|
||||||
|
|
||||||
|
b) Use a suitable shared library mechanism for linking with the
|
||||||
|
Library. A suitable mechanism is one that (1) uses at run time a
|
||||||
|
copy of the library already present on the user's computer system,
|
||||||
|
rather than copying library functions into the executable, and (2)
|
||||||
|
will operate properly with a modified version of the library, if
|
||||||
|
the user installs one, as long as the modified version is
|
||||||
|
interface-compatible with the version that the work was made with.
|
||||||
|
|
||||||
|
c) Accompany the work with a written offer, valid for at
|
||||||
|
least three years, to give the same user the materials
|
||||||
|
specified in Subsection 6a, above, for a charge no more
|
||||||
|
than the cost of performing this distribution.
|
||||||
|
|
||||||
|
d) If distribution of the work is made by offering access to copy
|
||||||
|
from a designated place, offer equivalent access to copy the above
|
||||||
|
specified materials from the same place.
|
||||||
|
|
||||||
|
e) Verify that the user has already received a copy of these
|
||||||
|
materials or that you have already sent this user a copy.
|
||||||
|
|
||||||
|
For an executable, the required form of the "work that uses the
|
||||||
|
Library" must include any data and utility programs needed for
|
||||||
|
reproducing the executable from it. However, as a special exception,
|
||||||
|
the materials to be distributed need not include anything that is
|
||||||
|
normally distributed (in either source or binary form) with the major
|
||||||
|
components (compiler, kernel, and so on) of the operating system on
|
||||||
|
which the executable runs, unless that component itself accompanies
|
||||||
|
the executable.
|
||||||
|
|
||||||
|
It may happen that this requirement contradicts the license
|
||||||
|
restrictions of other proprietary libraries that do not normally
|
||||||
|
accompany the operating system. Such a contradiction means you cannot
|
||||||
|
use both them and the Library together in an executable that you
|
||||||
|
distribute.
|
||||||
|
|
||||||
|
7. You may place library facilities that are a work based on the
|
||||||
|
Library side-by-side in a single library together with other library
|
||||||
|
facilities not covered by this License, and distribute such a combined
|
||||||
|
library, provided that the separate distribution of the work based on
|
||||||
|
the Library and of the other library facilities is otherwise
|
||||||
|
permitted, and provided that you do these two things:
|
||||||
|
|
||||||
|
a) Accompany the combined library with a copy of the same work
|
||||||
|
based on the Library, uncombined with any other library
|
||||||
|
facilities. This must be distributed under the terms of the
|
||||||
|
Sections above.
|
||||||
|
|
||||||
|
b) Give prominent notice with the combined library of the fact
|
||||||
|
that part of it is a work based on the Library, and explaining
|
||||||
|
where to find the accompanying uncombined form of the same work.
|
||||||
|
|
||||||
|
8. You may not copy, modify, sublicense, link with, or distribute
|
||||||
|
the Library except as expressly provided under this License. Any
|
||||||
|
attempt otherwise to copy, modify, sublicense, link with, or
|
||||||
|
distribute the Library is void, and will automatically terminate your
|
||||||
|
rights under this License. However, parties who have received copies,
|
||||||
|
or rights, from you under this License will not have their licenses
|
||||||
|
terminated so long as such parties remain in full compliance.
|
||||||
|
|
||||||
|
9. You are not required to accept this License, since you have not
|
||||||
|
signed it. However, nothing else grants you permission to modify or
|
||||||
|
distribute the Library or its derivative works. These actions are
|
||||||
|
prohibited by law if you do not accept this License. Therefore, by
|
||||||
|
modifying or distributing the Library (or any work based on the
|
||||||
|
Library), you indicate your acceptance of this License to do so, and
|
||||||
|
all its terms and conditions for copying, distributing or modifying
|
||||||
|
the Library or works based on it.
|
||||||
|
|
||||||
|
10. Each time you redistribute the Library (or any work based on the
|
||||||
|
Library), the recipient automatically receives a license from the
|
||||||
|
original licensor to copy, distribute, link with or modify the Library
|
||||||
|
subject to these terms and conditions. You may not impose any further
|
||||||
|
restrictions on the recipients' exercise of the rights granted herein.
|
||||||
|
You are not responsible for enforcing compliance by third parties with
|
||||||
|
this License.
|
||||||
|
|
||||||
|
11. If, as a consequence of a court judgment or allegation of patent
|
||||||
|
infringement or for any other reason (not limited to patent issues),
|
||||||
|
conditions are imposed on you (whether by court order, agreement or
|
||||||
|
otherwise) that contradict the conditions of this License, they do not
|
||||||
|
excuse you from the conditions of this License. If you cannot
|
||||||
|
distribute so as to satisfy simultaneously your obligations under this
|
||||||
|
License and any other pertinent obligations, then as a consequence you
|
||||||
|
may not distribute the Library at all. For example, if a patent
|
||||||
|
license would not permit royalty-free redistribution of the Library by
|
||||||
|
all those who receive copies directly or indirectly through you, then
|
||||||
|
the only way you could satisfy both it and this License would be to
|
||||||
|
refrain entirely from distribution of the Library.
|
||||||
|
|
||||||
|
If any portion of this section is held invalid or unenforceable under any
|
||||||
|
particular circumstance, the balance of the section is intended to apply,
|
||||||
|
and the section as a whole is intended to apply in other circumstances.
|
||||||
|
|
||||||
|
It is not the purpose of this section to induce you to infringe any
|
||||||
|
patents or other property right claims or to contest validity of any
|
||||||
|
such claims; this section has the sole purpose of protecting the
|
||||||
|
integrity of the free software distribution system which is
|
||||||
|
implemented by public license practices. Many people have made
|
||||||
|
generous contributions to the wide range of software distributed
|
||||||
|
through that system in reliance on consistent application of that
|
||||||
|
system; it is up to the author/donor to decide if he or she is willing
|
||||||
|
to distribute software through any other system and a licensee cannot
|
||||||
|
impose that choice.
|
||||||
|
|
||||||
|
This section is intended to make thoroughly clear what is believed to
|
||||||
|
be a consequence of the rest of this License.
|
||||||
|
|
||||||
|
12. If the distribution and/or use of the Library is restricted in
|
||||||
|
certain countries either by patents or by copyrighted interfaces, the
|
||||||
|
original copyright holder who places the Library under this License may add
|
||||||
|
an explicit geographical distribution limitation excluding those countries,
|
||||||
|
so that distribution is permitted only in or among countries not thus
|
||||||
|
excluded. In such case, this License incorporates the limitation as if
|
||||||
|
written in the body of this License.
|
||||||
|
|
||||||
|
13. The Free Software Foundation may publish revised and/or new
|
||||||
|
versions of the Lesser General Public License from time to time.
|
||||||
|
Such new versions will be similar in spirit to the present version,
|
||||||
|
but may differ in detail to address new problems or concerns.
|
||||||
|
|
||||||
|
Each version is given a distinguishing version number. If the Library
|
||||||
|
specifies a version number of this License which applies to it and
|
||||||
|
"any later version", you have the option of following the terms and
|
||||||
|
conditions either of that version or of any later version published by
|
||||||
|
the Free Software Foundation. If the Library does not specify a
|
||||||
|
license version number, you may choose any version ever published by
|
||||||
|
the Free Software Foundation.
|
||||||
|
|
||||||
|
14. If you wish to incorporate parts of the Library into other free
|
||||||
|
programs whose distribution conditions are incompatible with these,
|
||||||
|
write to the author to ask for permission. For software which is
|
||||||
|
copyrighted by the Free Software Foundation, write to the Free
|
||||||
|
Software Foundation; we sometimes make exceptions for this. Our
|
||||||
|
decision will be guided by the two goals of preserving the free status
|
||||||
|
of all derivatives of our free software and of promoting the sharing
|
||||||
|
and reuse of software generally.
|
||||||
|
|
||||||
|
NO WARRANTY
|
||||||
|
|
||||||
|
15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
|
||||||
|
WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
|
||||||
|
EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
|
||||||
|
OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
|
||||||
|
KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
|
||||||
|
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
||||||
|
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
|
||||||
|
LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
|
||||||
|
THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
|
||||||
|
|
||||||
|
16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
|
||||||
|
WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
|
||||||
|
AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
|
||||||
|
FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
|
||||||
|
CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
|
||||||
|
LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
|
||||||
|
RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
|
||||||
|
FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
|
||||||
|
SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
|
||||||
|
DAMAGES.
|
||||||
|
|
||||||
|
END OF TERMS AND CONDITIONS
|
||||||
|
|
||||||
|
How to Apply These Terms to Your New Libraries
|
||||||
|
|
||||||
|
If you develop a new library, and you want it to be of the greatest
|
||||||
|
possible use to the public, we recommend making it free software that
|
||||||
|
everyone can redistribute and change. You can do so by permitting
|
||||||
|
redistribution under these terms (or, alternatively, under the terms of the
|
||||||
|
ordinary General Public License).
|
||||||
|
|
||||||
|
To apply these terms, attach the following notices to the library. It is
|
||||||
|
safest to attach them to the start of each source file to most effectively
|
||||||
|
convey the exclusion of warranty; and each file should have at least the
|
||||||
|
"copyright" line and a pointer to where the full notice is found.
|
||||||
|
|
||||||
|
<one line to give the library's name and a brief idea of what it does.>
|
||||||
|
Copyright (C) <year> <name of author>
|
||||||
|
|
||||||
|
This library is free software; you can redistribute it and/or
|
||||||
|
modify it under the terms of the GNU Lesser General Public
|
||||||
|
License as published by the Free Software Foundation; either
|
||||||
|
version 2 of the License, or (at your option) any later version.
|
||||||
|
|
||||||
|
This library is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
Lesser General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Lesser General Public
|
||||||
|
License along with this library; if not, write to the Free Software
|
||||||
|
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
|
|
||||||
|
Also add information on how to contact you by electronic and paper mail.
|
||||||
|
|
||||||
|
You should also get your employer (if you work as a programmer) or your
|
||||||
|
school, if any, to sign a "copyright disclaimer" for the library, if
|
||||||
|
necessary. Here is a sample; alter the names:
|
||||||
|
|
||||||
|
Yoyodyne, Inc., hereby disclaims all copyright interest in the
|
||||||
|
library `Frob' (a library for tweaking knobs) written by James Random Hacker.
|
||||||
|
|
||||||
|
<signature of Ty Coon>, 1 April 1990
|
||||||
|
Ty Coon, President of Vice
|
||||||
|
|
||||||
|
That's all there is to it!
|
||||||
|
|
||||||
|
|
||||||
43
pluginpack/README
Normal file
43
pluginpack/README
Normal file
@@ -0,0 +1,43 @@
|
|||||||
|
|
||||||
|
|
||||||
|
10x0 0x x10x0x10x0x10x 10x0x10x0x10x0 x0x1 x0x1 10x0 x0x1
|
||||||
|
0x10x0 0x0x x10x0x10x0x10x 10x0x10x0x10x0 x0x1 10x0x10x 10x0x1 10x0x1
|
||||||
|
0x0x10 0x0x10 x10x 10x0 x0x1 10x0x10x x0x10x 10x0
|
||||||
|
0x0x10x0 0x0x10 x10x0x10x0x1 10x0x10x0x10 x0x1 0x10 0x0 x10x0x10
|
||||||
|
0x10x0 x10x0x x10x0x10x0x10x 10x0x10x0x10 x0x1 0x10x0x10x0 x10x0x10
|
||||||
|
10x0x1 x0x10x x10x 10x0 x0x1 0x10x0x10x0 0x0x
|
||||||
|
x0x10x0x10x0x1 x10x 10x0 x10x x0x1 0x10x0x10x0x10 0x0x
|
||||||
|
x10x0x10x0 x10x0x10x0x10x 10x0x10x0x10x0 x10x 10x0 0x0x 0x10 0x0x
|
||||||
|
0x0x10 x10x0x10x0x10x 10x0x10x0x10x0 0x010x0 0x0x 0x10 0x0x
|
||||||
|
|
||||||
|
|
||||||
|
:: Veejay, a visual instrument for GNU ::
|
||||||
|
http://veejay.dyne.org
|
||||||
|
|
||||||
|
|
||||||
|
LIVIDO PLUGIN PACK
|
||||||
|
==================
|
||||||
|
|
||||||
|
|
||||||
|
This plugin pack contains 3 plugins:
|
||||||
|
|
||||||
|
Negation Negates an Image
|
||||||
|
PhotoPlay Fills the screen with small frames
|
||||||
|
MagicMirror Look in the Magic Mirror
|
||||||
|
|
||||||
|
|
||||||
|
You will need the gcc compiler in order to build the plugins.
|
||||||
|
|
||||||
|
run or edit RUNME.sh to compile the plugins.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Example:
|
||||||
|
|
||||||
|
$ mkdir -p /test/livido
|
||||||
|
$ ./RUNME.sh /test/livido
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
18
pluginpack/RUNME.sh
Executable file
18
pluginpack/RUNME.sh
Executable file
@@ -0,0 +1,18 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
OUTDIR=$1
|
||||||
|
|
||||||
|
MY_CC=gcc
|
||||||
|
MY_CFLAGS="-g -DIS_LIVIDO_PLUGIN -DSTRICT_CHECKING"
|
||||||
|
MY_INCLUDES="-I `pwd`"
|
||||||
|
|
||||||
|
|
||||||
|
for i in lvd* ; do
|
||||||
|
|
||||||
|
bname=`echo \`basename $i\` | cut -d '.' -f1`
|
||||||
|
modulename=$bname.so
|
||||||
|
|
||||||
|
echo $MY_CC $MY_CFLAGS $MY_INCLUDES -shared -o $OUTDIR/$modulename
|
||||||
|
$MY_CC $MY_CFLAGS $MY_INCLUDES -shared $i -o $OUTDIR/$modulename || exit 1
|
||||||
|
|
||||||
|
done;
|
||||||
358
pluginpack/livido-utils.c
Normal file
358
pluginpack/livido-utils.c
Normal file
@@ -0,0 +1,358 @@
|
|||||||
|
/* LiViDO is free software; you can redistribute it and/or
|
||||||
|
modify it under the terms of the GNU Lesser General Public
|
||||||
|
License as published by the Free Software Foundation; either
|
||||||
|
version 2.1 of the License, or (at your option) any later version.
|
||||||
|
|
||||||
|
LiViDO is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
Lesser General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Lesser General Public
|
||||||
|
License along with this source code; if not, write to the Free Software
|
||||||
|
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
|
|
||||||
|
|
||||||
|
LiViDO is developed by:
|
||||||
|
|
||||||
|
Niels Elburg - http://veejay.sf.net
|
||||||
|
|
||||||
|
Gabriel "Salsaman" Finch - http://lives.sourceforge.net
|
||||||
|
|
||||||
|
Denis "Jaromil" Rojo - http://freej.dyne.org
|
||||||
|
|
||||||
|
Tom Schouten - http://zwizwa.fartit.com
|
||||||
|
|
||||||
|
Andraz Tori - http://cvs.cinelerra.org
|
||||||
|
|
||||||
|
reviewed with suggestions and contributions from:
|
||||||
|
|
||||||
|
Silvano "Kysucix" Galliani - http://freej.dyne.org
|
||||||
|
|
||||||
|
Kentaro Fukuchi - http://megaui.net/fukuchi
|
||||||
|
|
||||||
|
Jun Iio - http://www.malib.net
|
||||||
|
|
||||||
|
Carlo Prelz - http://www2.fluido.as:8080/
|
||||||
|
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* (C) Gabriel "Salsaman" Finch, 2005 */
|
||||||
|
|
||||||
|
|
||||||
|
/////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
#include <stdio.h>
|
||||||
|
#include <stdlib.h>
|
||||||
|
#include "livido.h"
|
||||||
|
|
||||||
|
int livido_has_property (livido_port_t *port, const char *key) {
|
||||||
|
if (livido_property_get(port,key,0,NULL)==LIVIDO_ERROR_NOSUCH_PROPERTY) return 0;
|
||||||
|
return 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
/////////////////////////////////////////////////////////////////
|
||||||
|
// property setters
|
||||||
|
|
||||||
|
int livido_set_int_value (livido_port_t *port, const char *key, int value) {
|
||||||
|
// returns a LIVIDO_ERROR
|
||||||
|
return livido_property_set (port,key,LIVIDO_ATOM_TYPE_INT,1,&value);
|
||||||
|
}
|
||||||
|
|
||||||
|
int livido_set_double_value (livido_port_t *port, const char *key, double value) {
|
||||||
|
// returns a LIVIDO_ERROR
|
||||||
|
return livido_property_set (port,key,LIVIDO_ATOM_TYPE_DOUBLE,1,&value);
|
||||||
|
}
|
||||||
|
|
||||||
|
int livido_set_boolean_value (livido_port_t *port, const char *key, int value) {
|
||||||
|
// returns a LIVIDO_ERROR
|
||||||
|
return livido_property_set (port,key,LIVIDO_ATOM_TYPE_BOOLEAN,1,&value);
|
||||||
|
}
|
||||||
|
|
||||||
|
int livido_set_string_value (livido_port_t *port, const char *key, char *value) {
|
||||||
|
// returns a LIVIDO_ERROR
|
||||||
|
return livido_property_set (port,key,LIVIDO_ATOM_TYPE_STRING,1,&value);
|
||||||
|
}
|
||||||
|
|
||||||
|
int livido_set_portptr_value (livido_port_t *port, const char *key, void *value) {
|
||||||
|
// returns a LIVIDO_ERROR
|
||||||
|
return livido_property_set (port,key,LIVIDO_ATOM_TYPE_PORTPTR,1,&value);
|
||||||
|
}
|
||||||
|
|
||||||
|
int livido_set_voidptr_value (livido_port_t *port, const char *key, void *value) {
|
||||||
|
// returns a LIVIDO_ERROR
|
||||||
|
return livido_property_set (port,key,LIVIDO_ATOM_TYPE_VOIDPTR,1,&value);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/////////// these functions need a size ////////////
|
||||||
|
|
||||||
|
|
||||||
|
//////////////////////////////////////////////////////////////////////////////////////////////////
|
||||||
|
// general property getter
|
||||||
|
|
||||||
|
inline int livido_get_value (livido_port_t *port, const char *key, void *value) {
|
||||||
|
// returns a LIVIDO_ERROR
|
||||||
|
return livido_property_get( port, key, 0, value);
|
||||||
|
}
|
||||||
|
|
||||||
|
////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
int livido_get_int_value (livido_port_t *port, const char *key, int *error) {
|
||||||
|
int retval=0;
|
||||||
|
if (livido_has_property(port,key)&&livido_property_atom_type(port,key)!=LIVIDO_ATOM_TYPE_INT) {
|
||||||
|
*error=LIVIDO_ERROR_WRONG_ATOM_TYPE;
|
||||||
|
return retval;
|
||||||
|
}
|
||||||
|
else *error=livido_get_value (port,key,&retval);
|
||||||
|
return retval;
|
||||||
|
}
|
||||||
|
|
||||||
|
double livido_get_double_value (livido_port_t *port, const char *key, int *error) {
|
||||||
|
double retval=0.;
|
||||||
|
if (livido_has_property(port,key)&&livido_property_atom_type(port,key)!=LIVIDO_ATOM_TYPE_DOUBLE) {
|
||||||
|
*error=LIVIDO_ERROR_WRONG_ATOM_TYPE;
|
||||||
|
return retval;
|
||||||
|
}
|
||||||
|
*error=livido_get_value (port,key,&retval);
|
||||||
|
return retval;
|
||||||
|
}
|
||||||
|
|
||||||
|
int livido_get_boolean_value (livido_port_t *port, const char *key, int *error) {
|
||||||
|
int retval=0;
|
||||||
|
if (livido_has_property(port,key)&&livido_property_atom_type(port,key)!=LIVIDO_ATOM_TYPE_BOOLEAN) {
|
||||||
|
*error=LIVIDO_ERROR_WRONG_ATOM_TYPE;
|
||||||
|
return retval;
|
||||||
|
}
|
||||||
|
*error=livido_get_value (port,key,&retval);
|
||||||
|
return retval;
|
||||||
|
}
|
||||||
|
|
||||||
|
char *livido_get_string_value (livido_port_t *port, const char *key, int *error) {
|
||||||
|
char *retval=NULL;
|
||||||
|
if (livido_has_property(port,key)&&livido_property_atom_type(port,key)!=LIVIDO_ATOM_TYPE_STRING) {
|
||||||
|
*error=LIVIDO_ERROR_WRONG_ATOM_TYPE;
|
||||||
|
return NULL;
|
||||||
|
}
|
||||||
|
if ((retval=(char *)livido_malloc(livido_property_element_size(port,key,0)+1))==NULL) {
|
||||||
|
*error=LIVIDO_ERROR_MEMORY_ALLOCATION;
|
||||||
|
return NULL;
|
||||||
|
}
|
||||||
|
if ((*error=livido_get_value (port,key,&retval))!=LIVIDO_NO_ERROR) {
|
||||||
|
livido_free (retval);
|
||||||
|
return NULL;
|
||||||
|
}
|
||||||
|
return retval;
|
||||||
|
}
|
||||||
|
|
||||||
|
void *livido_get_voidptr_value (livido_port_t *port, const char *key, int *error) {
|
||||||
|
void *retval=NULL;
|
||||||
|
if (livido_has_property(port,key)&&livido_property_atom_type(port,key)!=LIVIDO_ATOM_TYPE_VOIDPTR) {
|
||||||
|
*error=LIVIDO_ERROR_WRONG_ATOM_TYPE;
|
||||||
|
return retval;
|
||||||
|
}
|
||||||
|
*error=livido_get_value (port,key,&retval);
|
||||||
|
return retval;
|
||||||
|
}
|
||||||
|
|
||||||
|
livido_port_t *livido_get_portptr_value (livido_port_t *port, const char *key, int *error) {
|
||||||
|
livido_port_t *retval=NULL;
|
||||||
|
if (livido_has_property(port,key)&&livido_property_atom_type(port,key)!=LIVIDO_ATOM_TYPE_PORTPTR) {
|
||||||
|
*error=LIVIDO_ERROR_WRONG_ATOM_TYPE;
|
||||||
|
return retval;
|
||||||
|
}
|
||||||
|
*error=livido_get_value (port,key,&retval);
|
||||||
|
return retval;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
int *livido_get_int_array (livido_port_t *port, const char *key, int *error) {
|
||||||
|
int i;
|
||||||
|
int num_elems;
|
||||||
|
int *retval;
|
||||||
|
|
||||||
|
if (livido_has_property(port,key)&&livido_property_atom_type(port,key)!=LIVIDO_ATOM_TYPE_INT) {
|
||||||
|
*error=LIVIDO_ERROR_WRONG_ATOM_TYPE;
|
||||||
|
return NULL;
|
||||||
|
}
|
||||||
|
|
||||||
|
if ((num_elems=livido_property_num_elements (port,key))==0) return NULL;
|
||||||
|
|
||||||
|
if ((retval=(int *)livido_malloc(num_elems*sizeof(int)))==NULL) {
|
||||||
|
*error=LIVIDO_ERROR_MEMORY_ALLOCATION;
|
||||||
|
return NULL;
|
||||||
|
}
|
||||||
|
|
||||||
|
for (i=0;i<num_elems;i++) {
|
||||||
|
if ((*error=livido_property_get(port, key, i, &retval[i]))!=LIVIDO_NO_ERROR) {
|
||||||
|
livido_free (retval);
|
||||||
|
return NULL;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return retval;
|
||||||
|
}
|
||||||
|
|
||||||
|
double *livido_get_double_array (livido_port_t *port, const char *key, int *error) {
|
||||||
|
int i;
|
||||||
|
int num_elems;
|
||||||
|
double *retval;
|
||||||
|
|
||||||
|
if (livido_has_property(port,key)&&livido_property_atom_type(port,key)!=LIVIDO_ATOM_TYPE_DOUBLE) {
|
||||||
|
*error=LIVIDO_ERROR_WRONG_ATOM_TYPE;
|
||||||
|
return NULL;
|
||||||
|
}
|
||||||
|
if ((num_elems=livido_property_num_elements (port,key))==0) return NULL;
|
||||||
|
|
||||||
|
if ((retval=(double *)livido_malloc(num_elems*sizeof(double)))==NULL) {
|
||||||
|
*error=LIVIDO_ERROR_MEMORY_ALLOCATION;
|
||||||
|
return NULL;
|
||||||
|
}
|
||||||
|
|
||||||
|
for (i=0;i<num_elems;i++) {
|
||||||
|
if ((*error=livido_property_get(port, key, i, &retval[i]))!=LIVIDO_NO_ERROR) {
|
||||||
|
livido_free (retval);
|
||||||
|
return NULL;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return retval;
|
||||||
|
}
|
||||||
|
|
||||||
|
int *livido_get_boolean_array (livido_port_t *port, const char *key, int *error) {
|
||||||
|
int i;
|
||||||
|
int num_elems;
|
||||||
|
int *retval;
|
||||||
|
|
||||||
|
if (livido_has_property(port,key)&&livido_property_atom_type(port,key)!=LIVIDO_ATOM_TYPE_BOOLEAN) {
|
||||||
|
*error=LIVIDO_ERROR_WRONG_ATOM_TYPE;
|
||||||
|
return NULL;
|
||||||
|
}
|
||||||
|
|
||||||
|
if ((num_elems=livido_property_num_elements (port,key))==0) return NULL;
|
||||||
|
|
||||||
|
if ((retval=(int *)livido_malloc(num_elems*sizeof(int)))==NULL) {
|
||||||
|
*error=LIVIDO_ERROR_MEMORY_ALLOCATION;
|
||||||
|
return NULL;
|
||||||
|
}
|
||||||
|
|
||||||
|
for (i=0;i<num_elems;i++) {
|
||||||
|
if ((*error=livido_property_get(port, key, i, &retval[i]))!=LIVIDO_NO_ERROR) {
|
||||||
|
livido_free (retval);
|
||||||
|
return NULL;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return retval;
|
||||||
|
}
|
||||||
|
|
||||||
|
char **livido_get_string_array (livido_port_t *port, const char *key, int *error) {
|
||||||
|
int i;
|
||||||
|
int num_elems;
|
||||||
|
char **retval;
|
||||||
|
|
||||||
|
if (livido_has_property(port,key)&&livido_property_atom_type(port,key)!=LIVIDO_ATOM_TYPE_STRING) {
|
||||||
|
*error=LIVIDO_ERROR_WRONG_ATOM_TYPE;
|
||||||
|
return NULL;
|
||||||
|
}
|
||||||
|
|
||||||
|
if ((num_elems=livido_property_num_elements (port,key))==0) return NULL;
|
||||||
|
|
||||||
|
if ((retval=(char **)livido_malloc(num_elems*sizeof(char *)))==NULL) {
|
||||||
|
*error=LIVIDO_ERROR_MEMORY_ALLOCATION;
|
||||||
|
return NULL;
|
||||||
|
}
|
||||||
|
|
||||||
|
for (i=0;i<num_elems;i++) {
|
||||||
|
if ((retval[i]=(char *)livido_malloc(livido_property_element_size(port,key,i)+1))==NULL) {
|
||||||
|
for (--i;i>=0;i--) livido_free(retval[i]);
|
||||||
|
*error=LIVIDO_ERROR_MEMORY_ALLOCATION;
|
||||||
|
livido_free (retval);
|
||||||
|
return NULL;
|
||||||
|
}
|
||||||
|
if ((*error=livido_property_get(port, key, i, &retval[i]))!=LIVIDO_NO_ERROR) {
|
||||||
|
for (--i;i>=0;i--) livido_free(retval[i]);
|
||||||
|
livido_free (retval);
|
||||||
|
return NULL;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return retval;
|
||||||
|
}
|
||||||
|
|
||||||
|
void **livido_get_voidptr_array (livido_port_t *port, const char *key, int *error) {
|
||||||
|
int i;
|
||||||
|
int num_elems;
|
||||||
|
void **retval;
|
||||||
|
|
||||||
|
if (livido_has_property(port,key)&&livido_property_atom_type(port,key)!=LIVIDO_ATOM_TYPE_VOIDPTR) {
|
||||||
|
*error=LIVIDO_ERROR_WRONG_ATOM_TYPE;
|
||||||
|
return NULL;
|
||||||
|
}
|
||||||
|
|
||||||
|
if ((num_elems=livido_property_num_elements (port,key))==0) return NULL;
|
||||||
|
|
||||||
|
if ((retval=(void **)livido_malloc(num_elems*sizeof(void *)))==NULL) {
|
||||||
|
*error=LIVIDO_ERROR_MEMORY_ALLOCATION;
|
||||||
|
return NULL;
|
||||||
|
}
|
||||||
|
|
||||||
|
for (i=0;i<num_elems;i++) {
|
||||||
|
if ((*error=livido_property_get(port, key, i, &retval[i]))!=LIVIDO_NO_ERROR) {
|
||||||
|
livido_free (retval);
|
||||||
|
return NULL;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return retval;
|
||||||
|
}
|
||||||
|
|
||||||
|
livido_port_t **livido_get_portptr_array (livido_port_t *port, const char *key, int *error) {
|
||||||
|
int i;
|
||||||
|
int num_elems;
|
||||||
|
livido_port_t **retval;
|
||||||
|
|
||||||
|
if (livido_has_property(port,key)&&livido_property_atom_type(port,key)!=LIVIDO_ATOM_TYPE_PORTPTR) {
|
||||||
|
*error=LIVIDO_ERROR_WRONG_ATOM_TYPE;
|
||||||
|
return NULL;
|
||||||
|
}
|
||||||
|
|
||||||
|
if ((num_elems=livido_property_num_elements (port,key))==0) return NULL;
|
||||||
|
|
||||||
|
if ((retval=(livido_port_t **)livido_malloc(num_elems*sizeof(livido_port_t *)))==NULL) {
|
||||||
|
*error=LIVIDO_ERROR_MEMORY_ALLOCATION;
|
||||||
|
return NULL;
|
||||||
|
}
|
||||||
|
|
||||||
|
for (i=0;i<num_elems;i++) {
|
||||||
|
if ((*error=livido_property_get(port, key, i, &retval[i]))!=LIVIDO_NO_ERROR) {
|
||||||
|
livido_free (retval);
|
||||||
|
return NULL;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return retval;
|
||||||
|
}
|
||||||
|
|
||||||
|
/////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
int livido_set_int_array (livido_port_t *port, const char *key, int num_elems, int *values) {
|
||||||
|
return livido_property_set (port,key,LIVIDO_ATOM_TYPE_INT,num_elems,values);
|
||||||
|
}
|
||||||
|
|
||||||
|
int livido_set_double_array (livido_port_t *port, const char *key, int num_elems, double *values) {
|
||||||
|
return livido_property_set (port,key,LIVIDO_ATOM_TYPE_DOUBLE,num_elems,values);
|
||||||
|
}
|
||||||
|
|
||||||
|
int livido_set_boolean_array (livido_port_t *port, const char *key, int num_elems, int *values) {
|
||||||
|
return livido_property_set (port,key,LIVIDO_ATOM_TYPE_BOOLEAN,num_elems,values);
|
||||||
|
}
|
||||||
|
|
||||||
|
int livido_set_string_array (livido_port_t *port, const char *key, int num_elems, char **values) {
|
||||||
|
return livido_property_set (port,key,LIVIDO_ATOM_TYPE_STRING,num_elems,values);
|
||||||
|
}
|
||||||
|
|
||||||
|
int livido_set_voidptr_array (livido_port_t *port, const char *key, int num_elems, void **values) {
|
||||||
|
return livido_property_set (port,key,LIVIDO_ATOM_TYPE_VOIDPTR,num_elems,values);
|
||||||
|
}
|
||||||
|
|
||||||
|
int livido_set_portptr_array (livido_port_t *port, const char *key, int num_elems, livido_port_t **values) {
|
||||||
|
return livido_property_set (port,key,LIVIDO_ATOM_TYPE_PORTPTR,num_elems,values);
|
||||||
|
}
|
||||||
|
|
||||||
192
pluginpack/livido.h
Normal file
192
pluginpack/livido.h
Normal file
@@ -0,0 +1,192 @@
|
|||||||
|
/*
|
||||||
|
|
||||||
|
|
||||||
|
(C) 2005
|
||||||
|
Gabriel "Salsaman" Finch,
|
||||||
|
Niels Elburg,
|
||||||
|
Dennis "Jaromil" Rojo,
|
||||||
|
Daniel Fischer,
|
||||||
|
Martin Bayer,
|
||||||
|
Kentaro Fukuchi,
|
||||||
|
Andraz Tori.
|
||||||
|
|
||||||
|
LiViDO is free software; you can redistribute it and/or
|
||||||
|
modify it under the terms of the GNU Lesser General Public
|
||||||
|
License as published by the Free Software Foundation; either
|
||||||
|
version 2.1 of the License, or (at your option) any later version.
|
||||||
|
|
||||||
|
LiViDO is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
Lesser General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Lesser General Public
|
||||||
|
License along with this source code; if not, write to the Free Software
|
||||||
|
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
*/
|
||||||
|
#ifndef __LIVIDO_H__
|
||||||
|
#define __LIVIDO_H__
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
#define LIVIDO_BEGIN_DECLS extern "C" {
|
||||||
|
#define LIVIDO_END_DECLS }
|
||||||
|
#else
|
||||||
|
#define LIVIDO_BEGIN_DECLS
|
||||||
|
#define LIVIDO_END_DECLS
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifndef FALSE
|
||||||
|
#define FALSE (0)
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifndef TRUE
|
||||||
|
#define TRUE (!FALSE)
|
||||||
|
#endif
|
||||||
|
|
||||||
|
LIVIDO_BEGIN_DECLS
|
||||||
|
#include <sys/types.h>
|
||||||
|
|
||||||
|
//////////////////////////////////// IS_LIVIDO_PLUGIN
|
||||||
|
#ifdef IS_LIVIDO_PLUGIN
|
||||||
|
typedef void livido_port_t;
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#define LIVIDO_API_VERSION 100
|
||||||
|
#define LIVIDO_PALETTE_RGB888 1
|
||||||
|
#define LIVIDO_PALETTE_RGB24 1
|
||||||
|
#define LIVIDO_PALETTE_BGR888 2
|
||||||
|
#define LIVIDO_PALETTE_BGR24 2
|
||||||
|
#define LIVIDO_PALETTE_RGBA8888 3
|
||||||
|
#define LIVIDO_PALETTE_RGBA32 3
|
||||||
|
#define LIVIDO_PALETTE_ARGB8888 4
|
||||||
|
#define LIVIDO_PALETTE_ARGB32 4
|
||||||
|
#define LIVIDO_PALETTE_RGBFLOAT 5
|
||||||
|
#define LIVIDO_PALETTE_ARGBFLOAT 6
|
||||||
|
#define LIVIDO_PALETTE_RGB565 7
|
||||||
|
#define LIVIDO_PALETTE_YUV422P 513
|
||||||
|
#define LIVIDO_PALETTE_YV16 513
|
||||||
|
#define LIVIDO_PALETTE_YUV420P 514
|
||||||
|
#define LIVIDO_PALETTE_YV12 514
|
||||||
|
#define LIVIDO_PALETTE_YVU420P 515
|
||||||
|
#define LIVIDO_PALETTE_I420 515
|
||||||
|
#define LIVIDO_PALETTE_YUV444P 516
|
||||||
|
#define LIVIDO_PALETTE_YUV4444P 517
|
||||||
|
#define LIVIDO_PALETTE_YUYV8888 518
|
||||||
|
#define LIVIDO_PALETTE_UYVY8888 519
|
||||||
|
#define LIVIDO_PALETTE_YUV411 520
|
||||||
|
#define LIVIDO_PALETTE_YUV888 521
|
||||||
|
#define LIVIDO_PALETTE_YUVA8888 522
|
||||||
|
#define LIVIDO_PALETTE_A1 1025
|
||||||
|
#define LIVIDO_PALETTE_A8 1026
|
||||||
|
#define LIVIDO_PALETTE_AFLOAT 1027
|
||||||
|
#define LIVIDO_FILTER_NON_REALTIME (1<<0)
|
||||||
|
#define LIVIDO_FILTER_CAN_DO_INPLACE (1<<1)
|
||||||
|
#define LIVIDO_FILTER_NON_STATELESS (1<<2)
|
||||||
|
#define LIVIDO_FILTER_IS_CONVERTOR (1<<3)
|
||||||
|
#define LIVIDO_CHANNEL_CHANGE_UNADVISED (1<<0)
|
||||||
|
#define LIVIDO_CHANNEL_PALETTE_UNADVISED (1<<1)
|
||||||
|
#define LIVIDO_PARAMETER_CHANGE_UNADVISED (1<<0)
|
||||||
|
#define LIVIDO_PROPERTY_READONLY (1<<0)
|
||||||
|
#define LIVIDO_YUV_SAMPLING_NONE 0
|
||||||
|
#define LIVIDO_YUV_SAMPLING_SMPTE 1
|
||||||
|
#define LIVIDO_YUV_SAMPLING_JPEG 2
|
||||||
|
#define LIVIDO_YUV_SAMPLING_MPEG2 3
|
||||||
|
#define LIVIDO_YUV_SAMPLING_DVPAL 4
|
||||||
|
#define LIVIDO_YUV_SAMPLING_DVNTSC 5
|
||||||
|
#define LIVIDO_INTERLACE_NONE 0
|
||||||
|
#define LIVIDO_INTERLACE_TOPFIRST 1
|
||||||
|
#define LIVIDO_INTERLACE_BOTTOMFIRST 2
|
||||||
|
#define LIVIDO_INTERLACE_PROGRESSIVE 3
|
||||||
|
#define LIVIDO_NO_ERROR 0
|
||||||
|
#define LIVIDO_ERROR_MEMORY_ALLOCATION 1
|
||||||
|
#define LIVIDO_ERROR_PROPERTY_READONLY 2
|
||||||
|
#define LIVIDO_ERROR_NOSUCH_ELEMENT 3
|
||||||
|
#define LIVIDO_ERROR_NOSUCH_PROPERTY 4
|
||||||
|
#define LIVIDO_ERROR_WRONG_ATOM_TYPE 5
|
||||||
|
#define LIVIDO_ERROR_TOO_MANY_INSTANCES 6
|
||||||
|
#define LIVIDO_ERROR_HARDWARE 7
|
||||||
|
#define LIVIDO_ATOM_TYPE_INT 1
|
||||||
|
#define LIVIDO_ATOM_TYPE_DOUBLE 2
|
||||||
|
#define LIVIDO_ATOM_TYPE_BOOLEAN 3
|
||||||
|
#define LIVIDO_ATOM_TYPE_STRING 4
|
||||||
|
#define LIVIDO_ATOM_TYPE_VOIDPTR 65
|
||||||
|
#define LIVIDO_ATOM_TYPE_PORTPTR 66
|
||||||
|
#define LIVIDO_PORT_TYPE_PLUGIN_INFO 1
|
||||||
|
#define LIVIDO_PORT_TYPE_FILTER_CLASS 2
|
||||||
|
#define LIVIDO_PORT_TYPE_FILTER_INSTANCE 3
|
||||||
|
#define LIVIDO_PORT_TYPE_CHANNEL_TEMPLATE 4
|
||||||
|
#define LIVIDO_PORT_TYPE_PARAMETER_TEMPLATE 5
|
||||||
|
#define LIVIDO_PORT_TYPE_CHANNEL 6
|
||||||
|
#define LIVIDO_PORT_TYPE_PARAMETER 7
|
||||||
|
#define LIVIDO_PORT_TYPE_GUI 8
|
||||||
|
|
||||||
|
//#define FUNCSTRUCT
|
||||||
|
/*
|
||||||
|
Uncomment the #define above and recompile all
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
typedef int (*livido_init_f) (livido_port_t * filter_instance);
|
||||||
|
typedef int (*livido_process_f) (livido_port_t * filter_instance,
|
||||||
|
double timestamp);
|
||||||
|
typedef int (*livido_deinit_f) (livido_port_t * filter_instance);
|
||||||
|
|
||||||
|
|
||||||
|
typedef void *(*livido_malloc_f) (size_t size);
|
||||||
|
typedef void (*livido_free_f) (void *ptr);
|
||||||
|
typedef void *(*livido_memset_f) (void *s, int c, size_t n);
|
||||||
|
typedef void *(*livido_memcpy_f) (void *dest, const void *src, size_t n);
|
||||||
|
typedef livido_port_t *(*livido_port_new_f) (int);
|
||||||
|
typedef void (*livido_port_free_f) (livido_port_t * port);
|
||||||
|
typedef int (*livido_property_set_f) (livido_port_t *, const char *, int, int, void *);
|
||||||
|
typedef int (*livido_property_get_f) (livido_port_t *, const char *, int, void *);
|
||||||
|
typedef int (*livido_property_num_elements_f) (livido_port_t *, const char *);
|
||||||
|
typedef size_t(*livido_property_element_size_f) (livido_port_t *, const char *, const int);
|
||||||
|
typedef int (*livido_property_atom_type_f) (livido_port_t *, const char *);
|
||||||
|
typedef char **(*livido_list_properties_f) (livido_port_t *);
|
||||||
|
|
||||||
|
typedef struct
|
||||||
|
{
|
||||||
|
void (*f)();
|
||||||
|
// void *f;
|
||||||
|
} livido_setup_t;
|
||||||
|
typedef livido_port_t *(*livido_setup_f) (const livido_setup_t list[], int );
|
||||||
|
|
||||||
|
#define LIVIDO_PLUGIN \
|
||||||
|
static livido_port_t *(*livido_port_new) (int) = 0;\
|
||||||
|
static void (*livido_port_free) (livido_port_t * port) = 0;\
|
||||||
|
static int (*livido_property_set) (livido_port_t * port,const char *key, int atom_type, int num_elems, void *value) = 0;\
|
||||||
|
static int (*livido_property_get) (livido_port_t * port,const char *key, int idx, void *value) = 0;\
|
||||||
|
static int (*livido_property_num_elements) (livido_port_t * port,const char *key) = 0;\
|
||||||
|
static int (*livido_property_atom_type) (livido_port_t * port,const char *key) = 0;\
|
||||||
|
static size_t(*livido_property_element_size) (livido_port_t * port,const char *key, const int idx) = 0;\
|
||||||
|
static char **(*livido_list_properties) (livido_port_t * port) = 0;\
|
||||||
|
static void *(*livido_malloc) (size_t size) = 0;\
|
||||||
|
static void (*livido_free) (void *ptr) = 0;\
|
||||||
|
static void *(*livido_memset) (void *s, int c, size_t n) = 0;\
|
||||||
|
static void *(*livido_memcpy) (void *dest, const void *src, size_t n) = 0;\
|
||||||
|
|
||||||
|
|
||||||
|
/* Using void* to pass base address of function, needs explicit typecast and host
|
||||||
|
must match ordering */
|
||||||
|
#define LIVIDO_IMPORT(list) \
|
||||||
|
{\
|
||||||
|
livido_malloc = (livido_malloc_f) list[0].f;\
|
||||||
|
livido_free = (livido_free_f) list[1].f;\
|
||||||
|
livido_memset = (livido_memset_f) list[2].f;\
|
||||||
|
livido_memcpy = (livido_memcpy_f) list[3].f;\
|
||||||
|
livido_port_free = (livido_port_free_f) list[5].f;\
|
||||||
|
livido_port_new = (livido_port_new_f) list[4].f;\
|
||||||
|
livido_property_set = (livido_property_set_f) list[6].f;\
|
||||||
|
livido_property_get = (livido_property_get_f) list[7].f;\
|
||||||
|
livido_property_num_elements = (livido_property_num_elements_f) list[8].f;\
|
||||||
|
livido_property_atom_type = (livido_property_atom_type_f) list[9].f;\
|
||||||
|
livido_property_element_size = (livido_property_element_size_f) list[10].f;\
|
||||||
|
livido_list_properties = (livido_list_properties_f) list[11].f;\
|
||||||
|
}
|
||||||
|
|
||||||
|
LIVIDO_END_DECLS
|
||||||
|
#endif // #ifndef __LIVIDO_H__
|
||||||
261
pluginpack/lvd_magmir.c
Normal file
261
pluginpack/lvd_magmir.c
Normal file
@@ -0,0 +1,261 @@
|
|||||||
|
/*
|
||||||
|
* LIBVJE - veejay fx library
|
||||||
|
*
|
||||||
|
* Copyright(C)2006 Niels Elburg <nelburg@looze.net>
|
||||||
|
* See COPYING for software license and distribution details
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
#define IS_LIVIDO_PLUGIN
|
||||||
|
#include <livido.h>
|
||||||
|
LIVIDO_PLUGIN
|
||||||
|
#include "utils.h"
|
||||||
|
#include "livido-utils.c"
|
||||||
|
|
||||||
|
|
||||||
|
typedef struct
|
||||||
|
{
|
||||||
|
double *x;
|
||||||
|
double *y;
|
||||||
|
int *cx;
|
||||||
|
int *cy;
|
||||||
|
double last[2];
|
||||||
|
} magicmirror_t;
|
||||||
|
|
||||||
|
livido_init_f init_instance( livido_port_t *my_instance )
|
||||||
|
{
|
||||||
|
int w=0;
|
||||||
|
int h=0;
|
||||||
|
magicmirror_t *m = (magicmirror_t*) livido_malloc( sizeof(magicmirror_t));
|
||||||
|
livido_memset( m, 0, sizeof( magicmirror_t ));
|
||||||
|
|
||||||
|
lvd_extract_dimensions( my_instance, "out_channels", &w, &h );
|
||||||
|
|
||||||
|
m->x = (double*) livido_malloc( sizeof(double) * w );
|
||||||
|
m->y = (double*) livido_malloc( sizeof(double) * h );
|
||||||
|
|
||||||
|
m->cx = (int*) livido_malloc(sizeof(int) * w );
|
||||||
|
m->cy = (int*) livido_malloc(sizeof(int) * h );
|
||||||
|
|
||||||
|
livido_memset( m->x, 0, sizeof(double) * w );
|
||||||
|
livido_memset( m->y, 0, sizeof(double) * h );
|
||||||
|
livido_memset( m->cx,0, sizeof(int) * w );
|
||||||
|
livido_memset( m->cy,0, sizeof(int) * h );
|
||||||
|
|
||||||
|
|
||||||
|
int error = livido_property_set( my_instance, "PLUGIN_private",
|
||||||
|
LIVIDO_ATOM_TYPE_VOIDPTR, 1, &m );
|
||||||
|
|
||||||
|
return error;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
livido_deinit_f deinit_instance( livido_port_t *my_instance )
|
||||||
|
{
|
||||||
|
magicmirror_t *m = NULL;
|
||||||
|
int error = livido_property_get( my_instance, "PLUGIN_private",
|
||||||
|
0, &m );
|
||||||
|
#ifdef STRICT_CHECKING
|
||||||
|
assert( m != NULL );
|
||||||
|
#endif
|
||||||
|
livido_free( m->x );
|
||||||
|
livido_free( m->y );
|
||||||
|
livido_free( m->cx );
|
||||||
|
livido_free( m->cy );
|
||||||
|
livido_free( m );
|
||||||
|
|
||||||
|
livido_property_set( my_instance , "PLUGIN_private",
|
||||||
|
LIVIDO_ATOM_TYPE_VOIDPTR, 0, NULL );
|
||||||
|
|
||||||
|
return error;
|
||||||
|
}
|
||||||
|
|
||||||
|
livido_process_f process_instance( livido_port_t *my_instance, double timecode )
|
||||||
|
{
|
||||||
|
int len =0;
|
||||||
|
int x, y;
|
||||||
|
unsigned int i,q;
|
||||||
|
uint8_t *A[4] = {NULL,NULL,NULL,NULL};
|
||||||
|
uint8_t *O[4]= {NULL,NULL,NULL,NULL};
|
||||||
|
|
||||||
|
int palette[3];
|
||||||
|
int w[3];
|
||||||
|
int h[3];
|
||||||
|
|
||||||
|
double p[4];
|
||||||
|
for( i = 0; i < 4; i ++ )
|
||||||
|
p[i] = lvd_extract_param_number( my_instance, "in_parameters", i );
|
||||||
|
|
||||||
|
int error = lvd_extract_channel_values( my_instance, "in_channels", 0, &w[0], &h[0], A, &palette[0] );
|
||||||
|
if( error != LIVIDO_NO_ERROR )
|
||||||
|
return LIVIDO_ERROR_HARDWARE; //@ error codes in livido flanky
|
||||||
|
|
||||||
|
error = lvd_extract_channel_values( my_instance, "out_channels", 0, &w[1],&h[1], O,&palette[1] );
|
||||||
|
if( error != LIVIDO_NO_ERROR )
|
||||||
|
return LIVIDO_ERROR_HARDWARE; //@ error codes in livido flanky
|
||||||
|
|
||||||
|
magicmirror_t *mm = NULL;
|
||||||
|
|
||||||
|
error = livido_property_get( my_instance, "PLUGIN_private", 0, &mm );
|
||||||
|
|
||||||
|
#ifdef STRICT_CHECKING
|
||||||
|
assert( w[0] == w[1] );
|
||||||
|
assert( h[0] == h[1] );
|
||||||
|
assert( palette[0] == palette[1] );
|
||||||
|
assert( A[0] != NULL );
|
||||||
|
assert( A[1] != NULL );
|
||||||
|
assert( A[2] != NULL );
|
||||||
|
assert( O[0] != NULL );
|
||||||
|
assert( O[1] != NULL );
|
||||||
|
assert( O[2] != NULL );
|
||||||
|
assert( mm != NULL );
|
||||||
|
#endif
|
||||||
|
|
||||||
|
p[0] *= w[0];
|
||||||
|
p[1] *= h[0];
|
||||||
|
p[2] = p[2] * 0.01;
|
||||||
|
p[3] = p[3] * 0.01;
|
||||||
|
|
||||||
|
if( mm->last[0] != p[2] )
|
||||||
|
{
|
||||||
|
mm->last[0] = p[2];
|
||||||
|
for( x = 0; x < w[0]; x ++ )
|
||||||
|
fast_sin( mm->x[x], (double)(x * p[2]));
|
||||||
|
}
|
||||||
|
if( mm->last[1] != p[3] )
|
||||||
|
{
|
||||||
|
mm->last[1] = p[3];
|
||||||
|
for( y = 0; y < h[0]; y ++ )
|
||||||
|
fast_sin( mm->y[x], (double)(y * p[3]));
|
||||||
|
}
|
||||||
|
|
||||||
|
for( x = 0; x < w[0]; x ++ )
|
||||||
|
{
|
||||||
|
int dx = x + mm->x[x] * p[0];
|
||||||
|
if( dx < 0) dx += w[0];
|
||||||
|
if( dx < 0) dx = 0; else if (dx >= w[0] ) dx = w[0] - 1;
|
||||||
|
mm->cx[x] = dx;
|
||||||
|
}
|
||||||
|
for( y = 0; y < h[0]; y ++ )
|
||||||
|
{
|
||||||
|
int dy = y + mm->y[y] * p[1];
|
||||||
|
if( dy < 0) dy += h[0];
|
||||||
|
if( dy < 0) dy = 0; else if (dy >= h[0] ) dy = h[0] - 1;
|
||||||
|
mm->cy[y] = dy;
|
||||||
|
}
|
||||||
|
for( y = 1; y < h[0] - 1; y ++ )
|
||||||
|
{
|
||||||
|
for ( x = 1; x < w[0] - 1; x ++ )
|
||||||
|
{
|
||||||
|
i = mm->cy[y] * w[0] + mm->cx[x];
|
||||||
|
q = y * w[0] + x;
|
||||||
|
O[0][q] = A[0][i];
|
||||||
|
O[1][q] = A[1][i];
|
||||||
|
O[2][q] = A[2][i];
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return LIVIDO_NO_ERROR;
|
||||||
|
}
|
||||||
|
|
||||||
|
livido_port_t *livido_setup(livido_setup_t list[], int version)
|
||||||
|
|
||||||
|
{
|
||||||
|
LIVIDO_IMPORT(list);
|
||||||
|
|
||||||
|
livido_port_t *port = NULL;
|
||||||
|
livido_port_t *in_params[4];
|
||||||
|
livido_port_t *in_chans[1];
|
||||||
|
livido_port_t *out_chans[1];
|
||||||
|
livido_port_t *info = NULL;
|
||||||
|
livido_port_t *filter = NULL;
|
||||||
|
|
||||||
|
info = livido_port_new( LIVIDO_PORT_TYPE_PLUGIN_INFO );
|
||||||
|
port = info;
|
||||||
|
|
||||||
|
livido_set_string_value( port, "maintainer", "Niels");
|
||||||
|
livido_set_string_value( port, "version","1");
|
||||||
|
|
||||||
|
filter = livido_port_new( LIVIDO_PORT_TYPE_FILTER_CLASS );
|
||||||
|
livido_set_int_value( filter, "api_version", LIVIDO_API_VERSION );
|
||||||
|
livido_set_voidptr_value( filter, "deinit_func", &deinit_instance );
|
||||||
|
livido_set_voidptr_value( filter, "init_func", &init_instance );
|
||||||
|
livido_set_voidptr_value( filter, "process_func", &process_instance );
|
||||||
|
port = filter;
|
||||||
|
|
||||||
|
livido_set_string_value( port, "name", "MagicMirror");
|
||||||
|
livido_set_string_value( port, "description", "Look into the mirror just like in a fun house");
|
||||||
|
livido_set_string_value( port, "author", "Niels Elburg");
|
||||||
|
|
||||||
|
livido_set_int_value( port, "flags", 0);
|
||||||
|
livido_set_string_value( port, "license", "GPL2");
|
||||||
|
livido_set_int_value( port, "version", 1);
|
||||||
|
|
||||||
|
int palettes0[] = {
|
||||||
|
LIVIDO_PALETTE_YUV444P,
|
||||||
|
0
|
||||||
|
};
|
||||||
|
|
||||||
|
in_chans[0] = livido_port_new( LIVIDO_PORT_TYPE_CHANNEL_TEMPLATE );
|
||||||
|
port = in_chans[0];
|
||||||
|
|
||||||
|
livido_set_string_value( port, "name", "Channel A");
|
||||||
|
livido_set_int_array( port, "palette_list", 2, palettes0);
|
||||||
|
livido_set_int_value( port, "flags", 0);
|
||||||
|
|
||||||
|
out_chans[0] = livido_port_new( LIVIDO_PORT_TYPE_CHANNEL_TEMPLATE );
|
||||||
|
port = out_chans[0];
|
||||||
|
|
||||||
|
livido_set_string_value( port, "name", "Output Channel");
|
||||||
|
livido_set_int_array( port, "palette_list", 2, palettes0);
|
||||||
|
livido_set_int_value( port, "flags", 0);
|
||||||
|
|
||||||
|
in_params[0] = livido_port_new( LIVIDO_PORT_TYPE_PARAMETER_TEMPLATE );
|
||||||
|
port = in_params[0];
|
||||||
|
|
||||||
|
livido_set_string_value(port, "name", "X" );
|
||||||
|
livido_set_string_value(port, "kind", "NUMBER" );
|
||||||
|
livido_set_double_value( port, "min", 0.0 );
|
||||||
|
livido_set_double_value( port, "max", 1.0 );
|
||||||
|
livido_set_double_value( port, "default", 0.1 );
|
||||||
|
livido_set_string_value( port, "description" ,"Displace horizontally");
|
||||||
|
|
||||||
|
in_params[1] = livido_port_new( LIVIDO_PORT_TYPE_PARAMETER_TEMPLATE );
|
||||||
|
port = in_params[1];
|
||||||
|
|
||||||
|
livido_set_string_value(port, "name", "Y" );
|
||||||
|
livido_set_string_value(port, "kind", "NUMBER" );
|
||||||
|
livido_set_double_value( port, "min", 0.0 );
|
||||||
|
livido_set_double_value( port, "max", 1.0 );
|
||||||
|
livido_set_double_value( port, "default", 0.1 );
|
||||||
|
livido_set_string_value( port, "description" ,"Displace vertically");
|
||||||
|
|
||||||
|
in_params[2] = livido_port_new( LIVIDO_PORT_TYPE_PARAMETER_TEMPLATE );
|
||||||
|
port = in_params[2];
|
||||||
|
|
||||||
|
livido_set_string_value(port, "name", "DegX" );
|
||||||
|
livido_set_string_value(port, "kind", "NUMBER" );
|
||||||
|
livido_set_double_value( port, "min", 0.0 );
|
||||||
|
livido_set_double_value( port, "max", 360.0 );
|
||||||
|
livido_set_double_value( port, "default", 2.2 );
|
||||||
|
livido_set_string_value( port, "description" ,"DegreeX");
|
||||||
|
|
||||||
|
in_params[3] = livido_port_new( LIVIDO_PORT_TYPE_PARAMETER_TEMPLATE );
|
||||||
|
port = in_params[3];
|
||||||
|
|
||||||
|
livido_set_string_value(port, "name", "DegY" );
|
||||||
|
livido_set_string_value(port, "kind", "NUMBER" );
|
||||||
|
livido_set_double_value( port, "min", 0.0 );
|
||||||
|
livido_set_double_value( port, "max", 360.0 );
|
||||||
|
livido_set_double_value( port, "default", 1.3 );
|
||||||
|
livido_set_string_value( port, "description" ,"DegreeY");
|
||||||
|
|
||||||
|
|
||||||
|
livido_set_portptr_array( filter, "in_channel_templates", 1 , in_chans );
|
||||||
|
livido_set_portptr_array( filter, "out_parameter_templates",0, NULL );
|
||||||
|
livido_set_portptr_array( filter, "in_parameter_templates",4, in_params );
|
||||||
|
livido_set_portptr_array( filter, "out_channel_templates", 1, out_chans );
|
||||||
|
|
||||||
|
livido_set_portptr_value(info, "filters", filter);
|
||||||
|
return info;
|
||||||
|
}
|
||||||
146
pluginpack/lvd_negation.c
Normal file
146
pluginpack/lvd_negation.c
Normal file
@@ -0,0 +1,146 @@
|
|||||||
|
/*
|
||||||
|
* LIBVJE - veejay fx library
|
||||||
|
*
|
||||||
|
* Copyright(C)2006 Niels Elburg <nelburg@looze.net>
|
||||||
|
* See COPYING for software license and distribution details
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
#define IS_LIVIDO_PLUGIN
|
||||||
|
#include <livido.h>
|
||||||
|
LIVIDO_PLUGIN
|
||||||
|
#include "utils.h"
|
||||||
|
#include "livido-utils.c"
|
||||||
|
|
||||||
|
livido_init_f init_instance( livido_port_t *my_instance )
|
||||||
|
{
|
||||||
|
return LIVIDO_NO_ERROR;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
livido_deinit_f deinit_instance( livido_port_t *my_instance )
|
||||||
|
{
|
||||||
|
return LIVIDO_NO_ERROR;
|
||||||
|
}
|
||||||
|
|
||||||
|
livido_process_f process_instance( livido_port_t *my_instance, double timecode )
|
||||||
|
{
|
||||||
|
int len =0;
|
||||||
|
int i = 0;
|
||||||
|
uint8_t *A[4] = {NULL,NULL,NULL,NULL};
|
||||||
|
uint8_t *O[4]= {NULL,NULL,NULL,NULL};
|
||||||
|
|
||||||
|
int palette[3];
|
||||||
|
int w[3];
|
||||||
|
int h[3];
|
||||||
|
|
||||||
|
int error = lvd_extract_channel_values( my_instance, "in_channels", 0, &w[0], &h[0], A, &palette[0] );
|
||||||
|
if( error != LIVIDO_NO_ERROR )
|
||||||
|
return LIVIDO_ERROR_HARDWARE; //@ error codes in livido flanky
|
||||||
|
|
||||||
|
error = lvd_extract_channel_values( my_instance, "out_channels", 0, &w[1],&h[1], O,&palette[1] );
|
||||||
|
if( error != LIVIDO_NO_ERROR )
|
||||||
|
return LIVIDO_ERROR_HARDWARE; //@ error codes in livido flanky
|
||||||
|
|
||||||
|
#ifdef STRICT_CHECKING
|
||||||
|
assert( w[0] == w[1] );
|
||||||
|
assert( h[0] == h[1] );
|
||||||
|
assert( palette[0] == palette[1] );
|
||||||
|
assert( A[0] != NULL );
|
||||||
|
assert( A[1] != NULL );
|
||||||
|
assert( A[2] != NULL );
|
||||||
|
assert( O[0] != NULL );
|
||||||
|
assert( O[1] != NULL );
|
||||||
|
assert( O[2] != NULL );
|
||||||
|
#endif
|
||||||
|
|
||||||
|
int uv_len = lvd_uv_plane_len( palette[0],w[0],h[0] );
|
||||||
|
len = w[0] * h[0];
|
||||||
|
|
||||||
|
|
||||||
|
if( !lvd_is_yuv444( palette[0]) )
|
||||||
|
{
|
||||||
|
for( i = 0; i < len; i ++ )
|
||||||
|
O[0][i] = 255 - A[0][i];
|
||||||
|
for( i = 0; i < uv_len; i ++ )
|
||||||
|
{
|
||||||
|
O[1][i] = 255 - A[1][i];
|
||||||
|
O[2][i] = 255 - A[2][i];
|
||||||
|
}
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
for( i = 0; i < len ; i ++ )
|
||||||
|
{
|
||||||
|
O[0][i] = 255 - A[0][i];
|
||||||
|
O[1][i] = 255 - A[1][i];
|
||||||
|
O[2][i] = 255 - A[2][i];
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return LIVIDO_NO_ERROR;
|
||||||
|
}
|
||||||
|
|
||||||
|
livido_port_t *livido_setup(livido_setup_t list[], int version)
|
||||||
|
|
||||||
|
{
|
||||||
|
LIVIDO_IMPORT(list);
|
||||||
|
|
||||||
|
livido_port_t *port = NULL;
|
||||||
|
livido_port_t *in_params[1];
|
||||||
|
livido_port_t *in_chans[3];
|
||||||
|
livido_port_t *out_chans[1];
|
||||||
|
livido_port_t *info = NULL;
|
||||||
|
livido_port_t *filter = NULL;
|
||||||
|
|
||||||
|
info = livido_port_new( LIVIDO_PORT_TYPE_PLUGIN_INFO );
|
||||||
|
port = info;
|
||||||
|
|
||||||
|
livido_set_string_value( port, "maintainer", "Niels");
|
||||||
|
livido_set_string_value( port, "version","1");
|
||||||
|
|
||||||
|
filter = livido_port_new( LIVIDO_PORT_TYPE_FILTER_CLASS );
|
||||||
|
livido_set_int_value( filter, "api_version", LIVIDO_API_VERSION );
|
||||||
|
livido_set_voidptr_value( filter, "deinit_func", &deinit_instance );
|
||||||
|
livido_set_voidptr_value( filter, "init_func", &init_instance );
|
||||||
|
livido_set_voidptr_value( filter, "process_func", &process_instance );
|
||||||
|
port = filter;
|
||||||
|
|
||||||
|
livido_set_string_value( port, "name", "Negation");
|
||||||
|
livido_set_string_value( port, "description", "Negates the image");
|
||||||
|
livido_set_string_value( port, "author", "Niels Elburg");
|
||||||
|
|
||||||
|
livido_set_int_value( port, "flags", 0);
|
||||||
|
livido_set_string_value( port, "license", "GPL2");
|
||||||
|
livido_set_int_value( port, "version", 1);
|
||||||
|
|
||||||
|
int palettes0[] = {
|
||||||
|
LIVIDO_PALETTE_YUV420P,
|
||||||
|
LIVIDO_PALETTE_YUV422P,
|
||||||
|
LIVIDO_PALETTE_YUV444P,
|
||||||
|
0
|
||||||
|
};
|
||||||
|
|
||||||
|
in_chans[0] = livido_port_new( LIVIDO_PORT_TYPE_CHANNEL_TEMPLATE );
|
||||||
|
port = in_chans[0];
|
||||||
|
|
||||||
|
livido_set_string_value( port, "name", "Channel A");
|
||||||
|
livido_set_int_array( port, "palette_list", 3, palettes0);
|
||||||
|
livido_set_int_value( port, "flags", 0);
|
||||||
|
|
||||||
|
out_chans[0] = livido_port_new( LIVIDO_PORT_TYPE_CHANNEL_TEMPLATE );
|
||||||
|
port = out_chans[0];
|
||||||
|
|
||||||
|
livido_set_string_value( port, "name", "Output Channel");
|
||||||
|
livido_set_int_array( port, "palette_list", 3, palettes0);
|
||||||
|
livido_set_int_value( port, "flags", 0);
|
||||||
|
|
||||||
|
livido_set_portptr_array( filter, "in_channel_templates", 1 , in_chans );
|
||||||
|
livido_set_portptr_array( filter, "out_parameter_templates",0, NULL );
|
||||||
|
livido_set_portptr_array( filter, "in_parameter_templates",0, NULL );
|
||||||
|
livido_set_portptr_array( filter, "out_channel_templates", 1, out_chans );
|
||||||
|
//livido_set_portptr_array( filter, "out_channel_templates", 0, NULL );
|
||||||
|
|
||||||
|
|
||||||
|
livido_set_portptr_value(info, "filters", filter);
|
||||||
|
return info;
|
||||||
|
}
|
||||||
356
pluginpack/lvd_photoplay.c
Normal file
356
pluginpack/lvd_photoplay.c
Normal file
@@ -0,0 +1,356 @@
|
|||||||
|
/*
|
||||||
|
* LIBVJE - veejay fx library
|
||||||
|
*
|
||||||
|
* Copyright(C)2006 Niels Elburg <nelburg@looze.net>
|
||||||
|
* See COPYING for software license and distribution details
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
#define IS_LIVIDO_PLUGIN
|
||||||
|
#include <livido.h>
|
||||||
|
LIVIDO_PLUGIN
|
||||||
|
|
||||||
|
|
||||||
|
#define USE_MATRIX_PLACEMENT
|
||||||
|
|
||||||
|
#include "utils.h"
|
||||||
|
#include "livido-utils.c"
|
||||||
|
|
||||||
|
typedef struct
|
||||||
|
{
|
||||||
|
uint8_t *data[3];
|
||||||
|
int w;
|
||||||
|
int h;
|
||||||
|
} picture_t;
|
||||||
|
|
||||||
|
typedef struct
|
||||||
|
{
|
||||||
|
picture_t **photo_list;
|
||||||
|
int num_photos;
|
||||||
|
int frame_counter;
|
||||||
|
int frame_delay;
|
||||||
|
} photoplay_t;
|
||||||
|
|
||||||
|
static int prepare_filmstrip(photoplay_t *p, int film_length, int w, int h )
|
||||||
|
{
|
||||||
|
int i,j;
|
||||||
|
int picture_width = w / sqrt(film_length);
|
||||||
|
int picture_height = h / sqrt(film_length);
|
||||||
|
|
||||||
|
p->photo_list = (picture_t**) livido_malloc(sizeof(picture_t*) * (film_length + 1) );
|
||||||
|
#ifdef STRICT_CHECKING
|
||||||
|
assert( p->photo_list != NULL );
|
||||||
|
#endif
|
||||||
|
if(!p->photo_list)
|
||||||
|
return 0;
|
||||||
|
|
||||||
|
p->num_photos = film_length;
|
||||||
|
|
||||||
|
uint8_t val = 0;
|
||||||
|
|
||||||
|
for ( i = 0; i < p->num_photos; i ++ )
|
||||||
|
{
|
||||||
|
p->photo_list[i] = livido_malloc(sizeof(picture_t));
|
||||||
|
if(!p->photo_list[i])
|
||||||
|
return 0;
|
||||||
|
p->photo_list[i]->w = picture_width;
|
||||||
|
p->photo_list[i]->h = picture_height;
|
||||||
|
for( j = 0; j < 3; j ++ )
|
||||||
|
{
|
||||||
|
p->photo_list[i]->data[j] = livido_malloc(sizeof(uint8_t) * picture_width * picture_height );
|
||||||
|
if(!p->photo_list[i]->data[j])
|
||||||
|
return 0;
|
||||||
|
memset(p->photo_list[i]->data[j], (j==0 ? 16 : 128), picture_width *picture_height );
|
||||||
|
}
|
||||||
|
}
|
||||||
|
p->frame_counter = 0;
|
||||||
|
|
||||||
|
return 1;
|
||||||
|
|
||||||
|
}
|
||||||
|
static void destroy_filmstrip(photoplay_t *p)
|
||||||
|
{
|
||||||
|
if(p)
|
||||||
|
{
|
||||||
|
int i = 0;
|
||||||
|
while(i < p->num_photos)
|
||||||
|
{
|
||||||
|
if( p->photo_list[i] )
|
||||||
|
{
|
||||||
|
int j;
|
||||||
|
for( j = 0; j < 3; j ++ )
|
||||||
|
if(p->photo_list[i]->data[j])
|
||||||
|
free(p->photo_list[i]->data[j]);
|
||||||
|
free(p->photo_list[i]);
|
||||||
|
}
|
||||||
|
i++;
|
||||||
|
}
|
||||||
|
free(p->photo_list);
|
||||||
|
}
|
||||||
|
p->photo_list = NULL;
|
||||||
|
p->num_photos = 0;
|
||||||
|
p->frame_counter = 0;
|
||||||
|
}
|
||||||
|
static void take_photo( photoplay_t *p, uint8_t *plane, uint8_t *dst_plane, int w, int h, int index )
|
||||||
|
{
|
||||||
|
int x,y,dx,dy;
|
||||||
|
int sum;
|
||||||
|
int dst_x, dst_y;
|
||||||
|
int box_width = p->photo_list[index]->w;
|
||||||
|
int box_height = p->photo_list[index]->h;
|
||||||
|
|
||||||
|
int step_x = w / box_width;
|
||||||
|
int step_y = h / box_height;
|
||||||
|
|
||||||
|
for( y = 0 ,dst_y = 0; y < h && dst_y < box_height; y += step_y )
|
||||||
|
{
|
||||||
|
for( x = 0, dst_x = 0; x < w && dst_x < box_width; x+= step_x )
|
||||||
|
{
|
||||||
|
sum = 0;
|
||||||
|
for( dy = 0; dy < step_y; dy ++ )
|
||||||
|
{
|
||||||
|
for( dx = 0; dx < step_x; dx++)
|
||||||
|
{
|
||||||
|
sum += plane[ ((y+dy)*w+(dx+x)) ];
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if(sum > 0)
|
||||||
|
dst_plane[(dst_y*box_width)+dst_x] = sum / (step_y*step_x);
|
||||||
|
else
|
||||||
|
dst_plane[(dst_y*box_width)+dst_x] = 0;
|
||||||
|
|
||||||
|
dst_x++;
|
||||||
|
}
|
||||||
|
dst_y++;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
static void put_photo( photoplay_t *p, uint8_t *dst_plane, uint8_t *photo, int dst_w, int dst_h, int index , matrix_t matrix)
|
||||||
|
{
|
||||||
|
int box_w = p->photo_list[index]->w;
|
||||||
|
int box_h = p->photo_list[index]->h;
|
||||||
|
int x,y;
|
||||||
|
|
||||||
|
uint8_t *P = dst_plane + (matrix.h*dst_w);
|
||||||
|
int offset = matrix.w;
|
||||||
|
|
||||||
|
for( y = 0; y < box_h; y ++ )
|
||||||
|
{
|
||||||
|
for( x = 0; x < box_w; x ++ )
|
||||||
|
{
|
||||||
|
*(P+offset+x) = photo[(y*box_w)+x];
|
||||||
|
}
|
||||||
|
P += dst_w;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
livido_init_f init_instance( livido_port_t *my_instance )
|
||||||
|
{
|
||||||
|
int w=0;
|
||||||
|
int h=0;
|
||||||
|
photoplay_t *p = (photoplay_t*) livido_malloc( sizeof(photoplay_t));
|
||||||
|
livido_memset( p, 0, sizeof( photoplay_t ));
|
||||||
|
|
||||||
|
int error = livido_property_set( my_instance, "PLUGIN_private",
|
||||||
|
LIVIDO_ATOM_TYPE_VOIDPTR, 1, &p );
|
||||||
|
|
||||||
|
return error;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
livido_deinit_f deinit_instance( livido_port_t *my_instance )
|
||||||
|
{
|
||||||
|
photoplay_t *p = NULL;
|
||||||
|
int error = livido_property_get( my_instance, "PLUGIN_private",
|
||||||
|
0, &p );
|
||||||
|
#ifdef STRICT_CHECKING
|
||||||
|
assert( p != NULL );
|
||||||
|
#endif
|
||||||
|
|
||||||
|
destroy_filmstrip( p );
|
||||||
|
|
||||||
|
free(p);
|
||||||
|
|
||||||
|
livido_property_set( my_instance , "PLUGIN_private",
|
||||||
|
LIVIDO_ATOM_TYPE_VOIDPTR, 0, NULL );
|
||||||
|
|
||||||
|
return error;
|
||||||
|
}
|
||||||
|
|
||||||
|
livido_process_f process_instance( livido_port_t *my_instance, double timecode )
|
||||||
|
{
|
||||||
|
unsigned int i,j;
|
||||||
|
uint8_t *A[4] = {NULL,NULL,NULL,NULL};
|
||||||
|
uint8_t *O[4]= {NULL,NULL,NULL,NULL};
|
||||||
|
|
||||||
|
int palette[3];
|
||||||
|
int w[3];
|
||||||
|
int h[3];
|
||||||
|
|
||||||
|
int p1 = lvd_extract_param_index( my_instance, "in_parameters", 0 );
|
||||||
|
int p2 = lvd_extract_param_index( my_instance, "in_parameters", 1 );
|
||||||
|
int p3 = lvd_extract_param_index( my_instance, "in_parameters", 2 );
|
||||||
|
|
||||||
|
int error = lvd_extract_channel_values( my_instance, "in_channels", 0, &w[0], &h[0], A, &palette[0] );
|
||||||
|
if( error != LIVIDO_NO_ERROR )
|
||||||
|
return LIVIDO_ERROR_HARDWARE; //@ error codes in livido flanky
|
||||||
|
|
||||||
|
error = lvd_extract_channel_values( my_instance, "out_channels", 0, &w[1],&h[1], O,&palette[1] );
|
||||||
|
if( error != LIVIDO_NO_ERROR )
|
||||||
|
return LIVIDO_ERROR_HARDWARE; //@ error codes in livido flanky
|
||||||
|
|
||||||
|
photoplay_t *p = NULL;
|
||||||
|
error = livido_property_get( my_instance, "PLUGIN_private", 0, &p );
|
||||||
|
|
||||||
|
#ifdef STRICT_CHECKING
|
||||||
|
assert( w[0] == w[1] );
|
||||||
|
assert( h[0] == h[1] );
|
||||||
|
assert( palette[0] == palette[1] );
|
||||||
|
assert( A[0] != NULL );
|
||||||
|
assert( A[1] != NULL );
|
||||||
|
assert( A[2] != NULL );
|
||||||
|
assert( O[0] != NULL );
|
||||||
|
assert( O[1] != NULL );
|
||||||
|
assert( O[2] != NULL );
|
||||||
|
assert( p != NULL );
|
||||||
|
#endif
|
||||||
|
|
||||||
|
matrix_f matrix_placement = get_matrix_func( p3 );
|
||||||
|
|
||||||
|
if( (p1*p1) != p->num_photos || p->num_photos == 0)
|
||||||
|
{
|
||||||
|
destroy_filmstrip(p);
|
||||||
|
prepare_filmstrip(p, (p1*p1), w[0],h[0]);
|
||||||
|
p->frame_delay = 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
if( p->frame_delay )
|
||||||
|
p->frame_delay --;
|
||||||
|
|
||||||
|
if( p->frame_delay == 0 )
|
||||||
|
{
|
||||||
|
for( i = 0; i < 3 ; i ++ )
|
||||||
|
take_photo(
|
||||||
|
p,
|
||||||
|
A[i],
|
||||||
|
p->photo_list[ (p->frame_counter % p->num_photos) ]->data[i],
|
||||||
|
w[0],
|
||||||
|
h[0],
|
||||||
|
(p->frame_counter % p->num_photos )
|
||||||
|
);
|
||||||
|
p->frame_delay = p2;
|
||||||
|
}
|
||||||
|
|
||||||
|
for( i = 0; i < p->num_photos; i ++ )
|
||||||
|
{
|
||||||
|
for( j = 0; j < 3 ; j ++ )
|
||||||
|
{
|
||||||
|
put_photo(
|
||||||
|
p,
|
||||||
|
O[j],
|
||||||
|
p->photo_list[i]->data[j],
|
||||||
|
w[0],
|
||||||
|
h[0],
|
||||||
|
i,
|
||||||
|
matrix_placement( i, p1,w[0],h[0] )
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if( p->frame_delay == p2 )
|
||||||
|
p->frame_counter ++;
|
||||||
|
|
||||||
|
return LIVIDO_NO_ERROR;
|
||||||
|
}
|
||||||
|
|
||||||
|
livido_port_t *livido_setup(livido_setup_t list[], int version)
|
||||||
|
|
||||||
|
{
|
||||||
|
LIVIDO_IMPORT(list);
|
||||||
|
|
||||||
|
livido_port_t *port = NULL;
|
||||||
|
livido_port_t *in_params[3];
|
||||||
|
livido_port_t *in_chans[1];
|
||||||
|
livido_port_t *out_chans[1];
|
||||||
|
livido_port_t *info = NULL;
|
||||||
|
livido_port_t *filter = NULL;
|
||||||
|
|
||||||
|
info = livido_port_new( LIVIDO_PORT_TYPE_PLUGIN_INFO );
|
||||||
|
port = info;
|
||||||
|
|
||||||
|
livido_set_string_value( port, "maintainer", "Niels");
|
||||||
|
livido_set_string_value( port, "version","1");
|
||||||
|
|
||||||
|
filter = livido_port_new( LIVIDO_PORT_TYPE_FILTER_CLASS );
|
||||||
|
livido_set_int_value( filter, "api_version", LIVIDO_API_VERSION );
|
||||||
|
livido_set_voidptr_value( filter, "deinit_func", &deinit_instance );
|
||||||
|
livido_set_voidptr_value( filter, "init_func", &init_instance );
|
||||||
|
livido_set_voidptr_value( filter, "process_func", &process_instance );
|
||||||
|
port = filter;
|
||||||
|
|
||||||
|
livido_set_string_value( port, "name", "PhotoPlay");
|
||||||
|
livido_set_string_value( port, "description", "Create a filmstrip of many small images");
|
||||||
|
livido_set_string_value( port, "author", "Niels Elburg");
|
||||||
|
|
||||||
|
livido_set_int_value( port, "flags", 0);
|
||||||
|
livido_set_string_value( port, "license", "GPL2");
|
||||||
|
livido_set_int_value( port, "version", 1);
|
||||||
|
|
||||||
|
int palettes0[] = {
|
||||||
|
LIVIDO_PALETTE_YUV444P,
|
||||||
|
0
|
||||||
|
};
|
||||||
|
|
||||||
|
in_chans[0] = livido_port_new( LIVIDO_PORT_TYPE_CHANNEL_TEMPLATE );
|
||||||
|
port = in_chans[0];
|
||||||
|
|
||||||
|
livido_set_string_value( port, "name", "Channel A");
|
||||||
|
livido_set_int_array( port, "palette_list", 2, palettes0);
|
||||||
|
livido_set_int_value( port, "flags", 0);
|
||||||
|
|
||||||
|
out_chans[0] = livido_port_new( LIVIDO_PORT_TYPE_CHANNEL_TEMPLATE );
|
||||||
|
port = out_chans[0];
|
||||||
|
|
||||||
|
livido_set_string_value( port, "name", "Output Channel");
|
||||||
|
livido_set_int_array( port, "palette_list", 2, palettes0);
|
||||||
|
livido_set_int_value( port, "flags", 0);
|
||||||
|
|
||||||
|
in_params[0] = livido_port_new( LIVIDO_PORT_TYPE_PARAMETER_TEMPLATE );
|
||||||
|
port = in_params[0];
|
||||||
|
|
||||||
|
livido_set_string_value(port, "name", "Square size" );
|
||||||
|
livido_set_string_value(port, "kind", "INDEX" ); //@ visual representation could be different
|
||||||
|
livido_set_int_value( port, "min", 2 );
|
||||||
|
livido_set_int_value( port, "max", 64 );
|
||||||
|
livido_set_int_value( port, "default", 4 );
|
||||||
|
livido_set_string_value( port, "description" ,"Number of Squares");
|
||||||
|
|
||||||
|
in_params[1] = livido_port_new( LIVIDO_PORT_TYPE_PARAMETER_TEMPLATE );
|
||||||
|
port = in_params[1];
|
||||||
|
|
||||||
|
livido_set_string_value(port, "name", "Shutter" );
|
||||||
|
livido_set_string_value(port, "kind", "INDEX" );
|
||||||
|
livido_set_int_value( port, "min", 0 );
|
||||||
|
livido_set_int_value( port, "max", 2500 );
|
||||||
|
livido_set_int_value( port, "default", 1 );
|
||||||
|
livido_set_string_value( port, "description" ,"Shutter speed");
|
||||||
|
|
||||||
|
in_params[2] = livido_port_new( LIVIDO_PORT_TYPE_PARAMETER_TEMPLATE );
|
||||||
|
port = in_params[2];
|
||||||
|
|
||||||
|
livido_set_string_value(port, "name", "Mode" );
|
||||||
|
livido_set_string_value(port, "kind", "INDEX" );
|
||||||
|
livido_set_int_value( port, "min", 0 );
|
||||||
|
livido_set_int_value( port, "max", 3 );
|
||||||
|
livido_set_int_value( port, "default", 0 );
|
||||||
|
livido_set_string_value( port, "description" ,"Placement");
|
||||||
|
|
||||||
|
livido_set_portptr_array( filter, "in_channel_templates", 1 , in_chans );
|
||||||
|
livido_set_portptr_array( filter, "out_parameter_templates",0, NULL );
|
||||||
|
livido_set_portptr_array( filter, "in_parameter_templates",3, in_params );
|
||||||
|
livido_set_portptr_array( filter, "out_channel_templates", 1, out_chans );
|
||||||
|
|
||||||
|
livido_set_portptr_value(info, "filters", filter);
|
||||||
|
return info;
|
||||||
|
}
|
||||||
217
pluginpack/utils.h
Normal file
217
pluginpack/utils.h
Normal file
@@ -0,0 +1,217 @@
|
|||||||
|
#ifndef LVDUTILSFX
|
||||||
|
#define LVDUTILSFX
|
||||||
|
|
||||||
|
#include <stdio.h>
|
||||||
|
#include <stdint.h>
|
||||||
|
#ifdef STRICT_CHECKING
|
||||||
|
#include <assert.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#include <math.h>
|
||||||
|
|
||||||
|
#ifdef ARCH_X86
|
||||||
|
#define fast_sin(d,x) asm("fsin" : "=t" (d) : "0" (x))
|
||||||
|
#define fast_cos(d,x) asm("fcos" : "=t" (d) : "0" (x))
|
||||||
|
#else
|
||||||
|
#define fast_sin(d,x) d = sin(x)
|
||||||
|
#define fast_cos(d,x) d = cos(x)
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifdef USE_MATRIX_PLACEMENT
|
||||||
|
typedef struct
|
||||||
|
{
|
||||||
|
int w;
|
||||||
|
int h;
|
||||||
|
} matrix_t;
|
||||||
|
|
||||||
|
typedef matrix_t (*matrix_f)(int i, int s, int w, int h);
|
||||||
|
static matrix_t matrix_placementA(int photoindex, int size, int w , int h);
|
||||||
|
static matrix_t matrix_placementB(int photoindex, int size, int w , int h);
|
||||||
|
static matrix_f get_matrix_func(int type);
|
||||||
|
|
||||||
|
static matrix_t matrix_placementA(int photoindex, int size, int w , int h)
|
||||||
|
{
|
||||||
|
matrix_t m;
|
||||||
|
m.w = (photoindex % size) * (w/size);
|
||||||
|
m.h = (photoindex / size) * (h/size);
|
||||||
|
return m;
|
||||||
|
}
|
||||||
|
|
||||||
|
static matrix_t matrix_placementB(int photoindex, int size, int w , int h)
|
||||||
|
{
|
||||||
|
matrix_t m;
|
||||||
|
m.w = (photoindex/size) * (w/size);
|
||||||
|
m.h = (photoindex % size) * (h/size);
|
||||||
|
return m;
|
||||||
|
}
|
||||||
|
|
||||||
|
static matrix_t matrix_placementC(int photoindex, int size, int w , int h)
|
||||||
|
{
|
||||||
|
matrix_t m;
|
||||||
|
int n = size*size-1;
|
||||||
|
m.w = ((n-photoindex) % size) * (w/size);
|
||||||
|
m.h = ((n-photoindex) / size) * (h/size);
|
||||||
|
return m;
|
||||||
|
}
|
||||||
|
|
||||||
|
static matrix_t matrix_placementD(int photoindex, int size, int w , int h)
|
||||||
|
{
|
||||||
|
matrix_t m;
|
||||||
|
int n = size*size-1;
|
||||||
|
m.w = ((n-photoindex) / size) * (w/size);
|
||||||
|
m.h = ((n-photoindex) % size) * (h/size);
|
||||||
|
return m;
|
||||||
|
}
|
||||||
|
|
||||||
|
static matrix_f get_matrix_func(int type)
|
||||||
|
{
|
||||||
|
if(type==0)
|
||||||
|
return &matrix_placementA;
|
||||||
|
if(type==1)
|
||||||
|
return &matrix_placementB;
|
||||||
|
if(type==2)
|
||||||
|
return &matrix_placementC;
|
||||||
|
return &matrix_placementD;
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
|
static int power_of(int size)
|
||||||
|
{
|
||||||
|
int power = 1;
|
||||||
|
while( size-- )
|
||||||
|
power *= 2;
|
||||||
|
|
||||||
|
return power;
|
||||||
|
}
|
||||||
|
|
||||||
|
static int max_power(int w)
|
||||||
|
{
|
||||||
|
int i=1;
|
||||||
|
while(power_of(i) < w)
|
||||||
|
i++;
|
||||||
|
return i;
|
||||||
|
}
|
||||||
|
|
||||||
|
static int lvd_is_yuv444( int palette )
|
||||||
|
{
|
||||||
|
if( palette == LIVIDO_PALETTE_YUV444P )
|
||||||
|
return 1;
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
static int lvd_uv_plane_len( int palette, int w, int h )
|
||||||
|
{
|
||||||
|
switch(palette)
|
||||||
|
{
|
||||||
|
case LIVIDO_PALETTE_YUV422P:
|
||||||
|
return ( (w * h)/2 );
|
||||||
|
break;
|
||||||
|
case LIVIDO_PALETTE_YUV420P:
|
||||||
|
return ( (w/2) * (h/2) );
|
||||||
|
break;
|
||||||
|
case LIVIDO_PALETTE_YUV444P:
|
||||||
|
return (w*h);
|
||||||
|
break;
|
||||||
|
default:
|
||||||
|
#ifdef STRICT_CHECKING
|
||||||
|
assert(0);
|
||||||
|
#endif
|
||||||
|
break;
|
||||||
|
|
||||||
|
}
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
static double lvd_extract_param_number( livido_port_t *instance, const char *pname, int n )
|
||||||
|
{
|
||||||
|
double pn = 0.0;
|
||||||
|
livido_port_t *c = NULL;
|
||||||
|
int error = livido_property_get( instance, pname,n, &c );
|
||||||
|
#ifdef STRICT_CHECKING
|
||||||
|
assert( error == LIVIDO_NO_ERROR );
|
||||||
|
#endif
|
||||||
|
|
||||||
|
error = livido_property_get( c, "value", 0, &pn );
|
||||||
|
#ifdef STRICT_CHECKING
|
||||||
|
assert( error == LIVIDO_NO_ERROR );
|
||||||
|
#endif
|
||||||
|
return pn;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
static int lvd_extract_param_index( livido_port_t *instance, const char *pname, int n )
|
||||||
|
{
|
||||||
|
int pn = 0;
|
||||||
|
livido_port_t *c = NULL;
|
||||||
|
int error = livido_property_get( instance, pname,n, &c );
|
||||||
|
#ifdef STRICT_CHECKING
|
||||||
|
assert( error == LIVIDO_NO_ERROR );
|
||||||
|
#endif
|
||||||
|
|
||||||
|
error = livido_property_get( c, "value", 0, &pn );
|
||||||
|
#ifdef STRICT_CHECKING
|
||||||
|
assert( error == LIVIDO_NO_ERROR );
|
||||||
|
#endif
|
||||||
|
return pn;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
static void lvd_extract_dimensions( livido_port_t *instance,const char *name, int *w, int *h )
|
||||||
|
{
|
||||||
|
livido_port_t *channel = NULL;
|
||||||
|
int error = livido_property_get( instance, name, 0, &channel );
|
||||||
|
#ifdef STRICT_CHECKING
|
||||||
|
assert( error == LIVIDO_NO_ERROR );
|
||||||
|
#endif
|
||||||
|
error = livido_property_get( channel, "width", 0, w );
|
||||||
|
#ifdef STRICT_CHECKING
|
||||||
|
assert( error == LIVIDO_NO_ERROR );
|
||||||
|
#endif
|
||||||
|
error = livido_property_get( channel, "height",0, h );
|
||||||
|
#ifdef STRICT_CHECKING
|
||||||
|
assert( error == LIVIDO_NO_ERROR );
|
||||||
|
#endif
|
||||||
|
}
|
||||||
|
|
||||||
|
static int lvd_extract_channel_values( livido_port_t *instance,
|
||||||
|
const char *pname,
|
||||||
|
int n,
|
||||||
|
int *w,
|
||||||
|
int *h,
|
||||||
|
uint8_t **pixel_data,
|
||||||
|
int *palette )
|
||||||
|
{
|
||||||
|
livido_port_t *c = NULL;
|
||||||
|
int error = livido_property_get( instance, pname,n, &c );
|
||||||
|
error = livido_property_get( c, "width", 0,w );
|
||||||
|
#ifdef STRICT_CHECKING
|
||||||
|
if(error!=LIVIDO_NO_ERROR) printf("%s: width not found\n",__FUNCTION__);
|
||||||
|
assert( error == LIVIDO_NO_ERROR );
|
||||||
|
#endif
|
||||||
|
error = livido_property_get( c, "height",0,h );
|
||||||
|
#ifdef STRICT_CHECKING
|
||||||
|
if(error!=LIVIDO_NO_ERROR) printf("%s: height not found\n",__FUNCTION__);
|
||||||
|
|
||||||
|
assert( error == LIVIDO_NO_ERROR );
|
||||||
|
#endif
|
||||||
|
error = livido_property_get( c, "current_palette",0, palette );
|
||||||
|
#ifdef STRICT_CHECKING
|
||||||
|
if(error!=LIVIDO_NO_ERROR) printf("%s: current_palette not found\n",__FUNCTION__);
|
||||||
|
|
||||||
|
assert( error == LIVIDO_NO_ERROR );
|
||||||
|
#endif
|
||||||
|
int i = 0;
|
||||||
|
for( i = 0; i <4 ; i ++ )
|
||||||
|
{
|
||||||
|
error = livido_property_get( c, "pixel_data", i, &(pixel_data[i]));
|
||||||
|
#ifdef STRICT_CHECKING
|
||||||
|
if( error != LIVIDO_NO_ERROR )
|
||||||
|
printf("%s: pixel_data[%d] not set in %s %d\n",__FUNCTION__,i,pname,n);
|
||||||
|
assert( error == LIVIDO_NO_ERROR );
|
||||||
|
#endif
|
||||||
|
}
|
||||||
|
return LIVIDO_NO_ERROR;
|
||||||
|
}
|
||||||
|
|
||||||
|
#endif
|
||||||
Reference in New Issue
Block a user