mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 17:51:16 +00:00
Release 1.0.1
This commit is contained in:
parent
d58a281ab7
commit
bb48b6058d
77 changed files with 1662 additions and 382 deletions
20
NEWS
20
NEWS
|
@ -1,4 +1,22 @@
|
|||
This is GStreamer Bad Plugins 1.0.0
|
||||
This is GStreamer Bad Plugins 1.0.1
|
||||
|
||||
Changes since 1.0.0:
|
||||
|
||||
* fieldanalysis and frei0r plugins ported to 1.0
|
||||
* DVD playback fixes
|
||||
* pitch: transform timestamps properly after a seek
|
||||
* camerabin fixes
|
||||
|
||||
Bugs fixed since 1.0.0:
|
||||
|
||||
* 667220 : dvdspu: add NV12 support
|
||||
* 681562 : Issue setting " video-source " property on wrappercamerabinsrc
|
||||
* 681564 : Issue setting " video-source-filter " property on wrappercamerabinsrc
|
||||
* 681678 : frei0r: port to 1.0
|
||||
* 684740 : chromaprint: resolve undefined symbols
|
||||
* 684847 : curl: fix build on win32
|
||||
* 685065 : Missing cast in curlbasesink
|
||||
* 685159 : chromaprint: Missing unmap buffer in transform_ip
|
||||
|
||||
New features in 1.0.0:
|
||||
|
||||
|
|
212
RELEASE
212
RELEASE
|
@ -1,46 +1,22 @@
|
|||
Release notes for GStreamer Bad Plugins 1.0.0
|
||||
|
||||
The GStreamer project is pleased to announce the very first release of the
|
||||
new API and ABI-stable 1.x series of the GStreamer multimedia framework.
|
||||
Release notes for GStreamer Bad Plugins 1.0.1
|
||||
|
||||
The 1.x series is a stable series targeted at end users. It is not API or ABI
|
||||
compatible with the 0.10.x series. It can, however, be installed in parallel
|
||||
with the 0.10.x series and will not affect an existing 0.10.x installation.
|
||||
|
||||
Major improvements include: more flexible memory handling; extensible and
|
||||
negotiable metadata for buffers; caps negotiation and renegotiation mechanisms,
|
||||
decoupled from buffer allocation; improved caps renegotiation; automatic
|
||||
re-sending of state for dynamic pipelines; reworked and more fine-grained pad
|
||||
probing; simpler and more descriptive audio and video caps; more efficient
|
||||
allocation of buffers, events and other mini objects; improved timestamp
|
||||
handling; support for gobject-inspection-based language bindings; countless
|
||||
other improvements.
|
||||
The GStreamer team is proud to announce a new release
|
||||
in the 1.x stable series of the
|
||||
core of the GStreamer streaming media framework.
|
||||
|
||||
Most of these changes involve the GStreamer plugin API. The application API
|
||||
has changed comparatively little, and most applications should be fairly easy
|
||||
to port to the new API. There is a porting guide available.
|
||||
|
||||
The GStreamer team would like to thank everyone who helped bring this release
|
||||
about, whether by submitting patches, reporting bugs, testing, sponsoring
|
||||
development, attending hackfests, or simply supplying moral support.
|
||||
The 1.x series is a stable series targeted at end users.
|
||||
It is not API or ABI compatible with the stable 0.10.x series.
|
||||
It is, however, parallel installable with the 0.10.x series and
|
||||
will not affect an existing 0.10.x installation.
|
||||
|
||||
This is the end of a long development process, but also the beginning of
|
||||
one. This release does not mark the pinnacle of perfection, but the point
|
||||
where the team is content with the API and stability and quality of the code
|
||||
base in general, especially compared to the old 0.10 series.
|
||||
|
||||
There will be bugs to fix, and starting from this release there will be
|
||||
distinct bug-fixing and feature development cycles, with the goal of getting
|
||||
bug-fixes out quicker and unencumbered by other more risky changes. See
|
||||
|
||||
http://gstreamer.freedesktop.org/wiki/ReleasePlanning/RoadMap
|
||||
|
||||
for a tentative road map and possible schedule.
|
||||
|
||||
=== Module
|
||||
|
||||
"That an accusation?"
|
||||
|
||||
|
||||
No perfectly groomed moustache or any amount of fine clothing is going to
|
||||
cover up the truth - these plugins are Bad with a capital B.
|
||||
They look fine on the outside, and might even appear to get the job done, but
|
||||
|
@ -48,12 +24,14 @@ at the end of the day they're a black sheep. Without a golden-haired angel
|
|||
to watch over them, they'll probably land in an unmarked grave at the final
|
||||
showdown.
|
||||
|
||||
|
||||
Don't bug us about their quality - exercise your Free Software rights,
|
||||
patch up the offender and send us the patch on the fastest steed you can
|
||||
steal from the Confederates. Because you see, in this world, there's two
|
||||
kinds of people, my friend: those with loaded guns and those who dig.
|
||||
You dig.
|
||||
|
||||
|
||||
This module contains a set of plugins that aren't up to par compared to the
|
||||
rest. They might be close to being good quality, but they're missing something
|
||||
- be it a good code review, some documentation, a set of tests, a real live
|
||||
|
@ -67,113 +45,89 @@ New contributors can start here for things to work on.
|
|||
|
||||
Other modules containing plugins are:
|
||||
|
||||
gst-plugins-base : a basic set of well-supported plugins
|
||||
gst-plugins-good : a set of well-supported plugins under our preferred license
|
||||
gst-plugins-ugly : a set of well-supported plugins, but might pose problems
|
||||
for distributors
|
||||
gst-libav : a set of codecs plugins based on libav (formerly gst-ffmpeg)
|
||||
|
||||
==== Download
|
||||
gst-plugins-base
|
||||
contains a basic set of well-supported plugins
|
||||
gst-plugins-good
|
||||
contains a set of well-supported plugins under our preferred license
|
||||
gst-plugins-ugly
|
||||
contains a set of well-supported plugins, but might pose problems for
|
||||
distributors
|
||||
gst-libav
|
||||
contains a set of codecs plugins based on libav (formerly gst-ffmpeg)
|
||||
|
||||
You can find source releases of gstreamer in the download directory:
|
||||
|
||||
http://gstreamer.freedesktop.org/src/gstreamer/
|
||||
|
||||
==== GStreamer Homepage
|
||||
|
||||
|
||||
More details can be found on the project's website:
|
||||
Features of this release
|
||||
|
||||
* Parallel installability with 0.10.x series
|
||||
* fieldanalysis and frei0r plugins ported to 1.0
|
||||
* DVD playback fixes
|
||||
* pitch: transform timestamps properly after a seek
|
||||
* camerabin fixes
|
||||
* bug fixes
|
||||
|
||||
http://gstreamer.freedesktop.org/
|
||||
Bugs fixed in this release
|
||||
|
||||
* 667220 : dvdspu: add NV12 support
|
||||
* 681562 : Issue setting " video-source " property on wrappercamerabinsrc
|
||||
* 681564 : Issue setting " video-source-filter " property on wrappercamerabinsrc
|
||||
* 681678 : frei0r: port to 1.0
|
||||
* 684740 : chromaprint: resolve undefined symbols
|
||||
* 684847 : curl: fix build on win32
|
||||
* 685065 : Missing cast in curlbasesink
|
||||
* 685159 : chromaprint: Missing unmap buffer in transform_ip
|
||||
|
||||
==== Support and Bugs
|
||||
==== Download ====
|
||||
|
||||
You can find source releases of gst-plugins-bad in the download
|
||||
directory: http://gstreamer.freedesktop.org/src/gst-plugins-bad/
|
||||
|
||||
The git repository and details how to clone it can be found at
|
||||
http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/
|
||||
|
||||
==== Homepage ====
|
||||
|
||||
The project's website is http://gstreamer.freedesktop.org/
|
||||
|
||||
==== Support and Bugs ====
|
||||
|
||||
We use GNOME's bugzilla for bug reports and feature requests:
|
||||
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer
|
||||
|
||||
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer
|
||||
or
|
||||
http://gstreamer.freedesktop.org/bugs/
|
||||
Please submit patches via bugzilla as well.
|
||||
|
||||
==== Developers
|
||||
For help and support, please subscribe to and send questions to the
|
||||
gstreamer-devel mailing list (see below for details).
|
||||
|
||||
GStreamer is stored in Git, hosted at git.freedesktop.org, and can be
|
||||
cloned from there. Interested developers of the core library, plugins, and
|
||||
applications should subscribe to the gstreamer-devel list and/or pop into
|
||||
our #gstreamer IRC channel on Freenode.
|
||||
There is also a #gstreamer IRC channel on the Freenode IRC network.
|
||||
|
||||
==== Contributors to this release
|
||||
==== Developers ====
|
||||
|
||||
Alban Browaeys
|
||||
Albert Astrals Cid
|
||||
Aleix Conchillo Flaque
|
||||
Alessandro Decina
|
||||
Andoni Morales Alastruey
|
||||
Andre Moreira Magalhaes (andrunko)
|
||||
Andy Wingo
|
||||
Antoine Tremblay
|
||||
Arnaud Vrac
|
||||
Arun Raghavan
|
||||
Benjamin Otte
|
||||
blake tregre
|
||||
Brian Pepple
|
||||
Carlos Rafael Giani
|
||||
Carsten Kroll
|
||||
Christian Fredrik Kalager Schaller
|
||||
Damien Lespiau
|
||||
Danilo Cesar Lemes de Paula
|
||||
David Biomech360
|
||||
David Schleef
|
||||
Dmitry Ketov
|
||||
Edward Hervey
|
||||
Fabrizio (Misto) Milo
|
||||
Gil Pedersen
|
||||
Guillaume Desmottes
|
||||
Gwenole Beauchesne
|
||||
Jacob Meuser
|
||||
Jan Schmidt
|
||||
John Hein
|
||||
Jonas Larsson
|
||||
Julian Scheel
|
||||
Julien Isorce
|
||||
Lasse Laukkanen
|
||||
Luis de Bethencourt
|
||||
Lukáš Lalinský
|
||||
Marc-André Lureau
|
||||
Mark Nauwelaerts
|
||||
Mart Raudsepp
|
||||
Matej Knopp
|
||||
Michael Smith
|
||||
Mike Ruprecht
|
||||
Nicola Murino
|
||||
Nicolas Dufresne
|
||||
Oleksij Rempel (Alexey Fisher)
|
||||
Olivier Crête
|
||||
Patricia Muscalu
|
||||
Peter Kjellerstedt
|
||||
Peter Korsgaard
|
||||
Peter Seiderer
|
||||
Philippe Normand
|
||||
Raimo Järvi
|
||||
René Stadler
|
||||
Reynaldo H. Verdejo Pinochet
|
||||
Rico Tzschichholz
|
||||
Rob Clark
|
||||
Robert Swain
|
||||
Sebastian Dröge
|
||||
Sebastian Rasmussen
|
||||
Sreerenj Balachandran
|
||||
Stefan Kost
|
||||
Stefan Sauer
|
||||
Thiago Santos
|
||||
Thibault Saunier
|
||||
Thomas Vander Stichele
|
||||
Tim-Philipp Müller
|
||||
Tommi Myöhänen
|
||||
Tony Houghton
|
||||
Vincent Penquerc'h
|
||||
Wim Taymans
|
||||
Wind Yuan
|
||||
Xavier Queralt
|
||||
Youness Alaoui
|
||||
Zaheer Abbas Merali
|
||||
Zhao Halley
|
||||
Руслан Ижбулатов
|
||||
GStreamer is stored in Git, hosted at git.freedesktop.org, and can be cloned
|
||||
from there (see link above).
|
||||
|
||||
Interested developers of the core library, plugins, and applications should
|
||||
subscribe to the gstreamer-devel list.
|
||||
|
||||
|
||||
Applications
|
||||
|
||||
Contributors to this release
|
||||
|
||||
* Andoni Morales Alastruey
|
||||
* Christian Fredrik Kalager Schaller
|
||||
* Christophe Fergeau
|
||||
* Jan Schmidt
|
||||
* Michael Smith
|
||||
* Nicolas Dufresne
|
||||
* Rob Clark
|
||||
* Robert Swain
|
||||
* Sebastian Dröge
|
||||
* Thiago Santos
|
||||
* Tim-Philipp Müller
|
||||
* Yaakov Selkowitz
|
||||
* Руслан Ижбулатов
|
||||
|
|
@ -3,7 +3,7 @@ AC_PREREQ(2.62)
|
|||
dnl initialize autoconf
|
||||
dnl when going to/from release please set the nano (fourth number) right !
|
||||
dnl releases only do Wall, cvs and prerelease does Werror too
|
||||
AC_INIT(GStreamer Bad Plug-ins, 1.0.0.1,
|
||||
AC_INIT(GStreamer Bad Plug-ins, 1.0.1,
|
||||
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
|
||||
gst-plugins-bad)
|
||||
|
||||
|
@ -50,7 +50,7 @@ dnl - interfaces added/removed/changed -> increment CURRENT, REVISION = 0
|
|||
dnl - interfaces added -> increment AGE
|
||||
dnl - interfaces removed -> AGE = 0
|
||||
dnl sets GST_LT_LDFLAGS
|
||||
AS_LIBTOOL(GST, 0, 0, 0)
|
||||
AS_LIBTOOL(GST, 1, 0, 1)
|
||||
|
||||
dnl *** required versions of GStreamer stuff ***
|
||||
GST_REQ=1.0.0
|
||||
|
|
|
@ -26826,7 +26826,7 @@
|
|||
<ARG>
|
||||
<NAME>frei0r-filter-threshold0r::threshold</NAME>
|
||||
<TYPE>gdouble</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<RANGE>[0,1]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Threshold</NICK>
|
||||
<BLURB>The threshold.</BLURB>
|
||||
|
@ -26836,7 +26836,7 @@
|
|||
<ARG>
|
||||
<NAME>frei0r-filter-glow::blur</NAME>
|
||||
<TYPE>gdouble</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<RANGE>[0,1]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Blur</NICK>
|
||||
<BLURB>Blur of the glow.</BLURB>
|
||||
|
@ -26886,11 +26886,11 @@
|
|||
<ARG>
|
||||
<NAME>frei0r-filter-water::physics</NAME>
|
||||
<TYPE>gdouble</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<RANGE>[0,1]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>physics</NICK>
|
||||
<BLURB>water density: from 1 to 4.</BLURB>
|
||||
<DEFAULT>-5.83036e+303</DEFAULT>
|
||||
<DEFAULT>3.18612e-241</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
|
@ -26930,7 +26930,7 @@
|
|||
<FLAGS>rw</FLAGS>
|
||||
<NICK>splash</NICK>
|
||||
<BLURB>make a big splash in the center.</BLURB>
|
||||
<DEFAULT>4.77773e-299</DEFAULT>
|
||||
<DEFAULT>3.24099e-05</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
|
@ -26940,7 +26940,7 @@
|
|||
<FLAGS>rw</FLAGS>
|
||||
<NICK>splash</NICK>
|
||||
<BLURB>make a big splash in the center.</BLURB>
|
||||
<DEFAULT>4.77773e-299</DEFAULT>
|
||||
<DEFAULT>5.732e-317</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
|
@ -26966,37 +26966,37 @@
|
|||
<ARG>
|
||||
<NAME>frei0r-src-lissajous0r::ratiox</NAME>
|
||||
<TYPE>gdouble</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<RANGE>[0,1]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>ratiox</NICK>
|
||||
<BLURB>x-ratio.</BLURB>
|
||||
<DEFAULT>1.21136e-314</DEFAULT>
|
||||
<DEFAULT>1.37974e-309</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>frei0r-src-lissajous0r::ratioy</NAME>
|
||||
<TYPE>gdouble</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<RANGE>[0,1]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>ratioy</NICK>
|
||||
<BLURB>y-ratio.</BLURB>
|
||||
<DEFAULT>2.33156e-310</DEFAULT>
|
||||
<DEFAULT>1.3852e-309</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>frei0r-filter-delay0r::delaytime</NAME>
|
||||
<TYPE>gdouble</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<RANGE>[0,1]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>DelayTime</NICK>
|
||||
<BLURB>the delay time.</BLURB>
|
||||
<DEFAULT>1.37974e-309</DEFAULT>
|
||||
<DEFAULT>1.58101e-322</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>frei0r-filter-cartoon::diffspace</NAME>
|
||||
<TYPE>gdouble</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<RANGE>[0,1]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>diffspace</NICK>
|
||||
<BLURB>difference space: a value from 0 to 256.</BLURB>
|
||||
|
@ -27006,11 +27006,11 @@
|
|||
<ARG>
|
||||
<NAME>frei0r-filter-cartoon::triplevel</NAME>
|
||||
<TYPE>gdouble</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<RANGE>[0,1]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>triplevel</NICK>
|
||||
<BLURB>level of trip: use high numbers, incremented by 100.</BLURB>
|
||||
<DEFAULT>1000</DEFAULT>
|
||||
<DEFAULT>0</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
|
@ -27040,13 +27040,13 @@
|
|||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Color-R</NICK>
|
||||
<BLURB>the color of the image.</BLURB>
|
||||
<DEFAULT>0</DEFAULT>
|
||||
<DEFAULT>1.58995e-30</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>frei0r-filter-lens-correction::brightness</NAME>
|
||||
<TYPE>gdouble</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<RANGE>[0,1]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>brightness</NICK>
|
||||
<BLURB></BLURB>
|
||||
|
@ -27056,7 +27056,7 @@
|
|||
<ARG>
|
||||
<NAME>frei0r-filter-lens-correction::correctionnearcenter</NAME>
|
||||
<TYPE>gdouble</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<RANGE>[0,1]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>correctionnearcenter</NICK>
|
||||
<BLURB></BLURB>
|
||||
|
@ -27066,7 +27066,7 @@
|
|||
<ARG>
|
||||
<NAME>frei0r-filter-lens-correction::correctionnearedges</NAME>
|
||||
<TYPE>gdouble</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<RANGE>[0,1]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>correctionnearedges</NICK>
|
||||
<BLURB></BLURB>
|
||||
|
@ -27076,7 +27076,7 @@
|
|||
<ARG>
|
||||
<NAME>frei0r-filter-lens-correction::xcenter</NAME>
|
||||
<TYPE>gdouble</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<RANGE>[0,1]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>xcenter</NICK>
|
||||
<BLURB></BLURB>
|
||||
|
@ -27086,7 +27086,7 @@
|
|||
<ARG>
|
||||
<NAME>frei0r-filter-lens-correction::ycenter</NAME>
|
||||
<TYPE>gdouble</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<RANGE>[0,1]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>ycenter</NICK>
|
||||
<BLURB></BLURB>
|
||||
|
@ -27096,7 +27096,7 @@
|
|||
<ARG>
|
||||
<NAME>frei0r-filter-brightness::brightness</NAME>
|
||||
<TYPE>gdouble</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<RANGE>[0,1]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Brightness</NICK>
|
||||
<BLURB>The brightness value.</BLURB>
|
||||
|
@ -27106,7 +27106,7 @@
|
|||
<ARG>
|
||||
<NAME>frei0r-filter-contrast0r::contrast</NAME>
|
||||
<TYPE>gdouble</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<RANGE>[0,1]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Contrast</NICK>
|
||||
<BLURB>The contrast value.</BLURB>
|
||||
|
@ -27116,7 +27116,7 @@
|
|||
<ARG>
|
||||
<NAME>frei0r-src-ising0r::border-growth</NAME>
|
||||
<TYPE>gdouble</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<RANGE>[0,1]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Border Growth</NICK>
|
||||
<BLURB>Border Growth.</BLURB>
|
||||
|
@ -27126,7 +27126,7 @@
|
|||
<ARG>
|
||||
<NAME>frei0r-src-ising0r::spontaneous-growth</NAME>
|
||||
<TYPE>gdouble</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<RANGE>[0,1]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Spontaneous Growth</NICK>
|
||||
<BLURB>Spontaneous Growth.</BLURB>
|
||||
|
@ -27136,7 +27136,7 @@
|
|||
<ARG>
|
||||
<NAME>frei0r-src-ising0r::temperature</NAME>
|
||||
<TYPE>gdouble</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<RANGE>[0,1]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Temperature</NICK>
|
||||
<BLURB>Noise Temperature.</BLURB>
|
||||
|
@ -27146,7 +27146,7 @@
|
|||
<ARG>
|
||||
<NAME>frei0r-filter-pixeliz0r::blocksizex</NAME>
|
||||
<TYPE>gdouble</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<RANGE>[0,1]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>BlockSizeX</NICK>
|
||||
<BLURB>Horizontal size of one "pixel".</BLURB>
|
||||
|
@ -27156,7 +27156,7 @@
|
|||
<ARG>
|
||||
<NAME>frei0r-filter-pixeliz0r::blocksizey</NAME>
|
||||
<TYPE>gdouble</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<RANGE>[0,1]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>BlockSizeY</NICK>
|
||||
<BLURB>Vertical size of one "pixel".</BLURB>
|
||||
|
@ -27166,7 +27166,7 @@
|
|||
<ARG>
|
||||
<NAME>frei0r-filter-3dflippo::center-position--x-</NAME>
|
||||
<TYPE>gdouble</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<RANGE>[0,1]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Center position (X)</NICK>
|
||||
<BLURB>Position of the center of rotation on the X axis.</BLURB>
|
||||
|
@ -27176,7 +27176,7 @@
|
|||
<ARG>
|
||||
<NAME>frei0r-filter-3dflippo::center-position--y-</NAME>
|
||||
<TYPE>gdouble</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<RANGE>[0,1]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Center position (Y)</NICK>
|
||||
<BLURB>Position of the center of rotation on the Y axis.</BLURB>
|
||||
|
@ -27216,7 +27216,7 @@
|
|||
<ARG>
|
||||
<NAME>frei0r-filter-3dflippo::x-axis-rotation</NAME>
|
||||
<TYPE>gdouble</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<RANGE>[0,1]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>X axis rotation</NICK>
|
||||
<BLURB>Rotation on the X axis.</BLURB>
|
||||
|
@ -27226,7 +27226,7 @@
|
|||
<ARG>
|
||||
<NAME>frei0r-filter-3dflippo::x-axis-rotation-rate</NAME>
|
||||
<TYPE>gdouble</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<RANGE>[0,1]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>X axis rotation rate</NICK>
|
||||
<BLURB>Rotation rate on the X axis.</BLURB>
|
||||
|
@ -27236,7 +27236,7 @@
|
|||
<ARG>
|
||||
<NAME>frei0r-filter-3dflippo::y-axis-rotation</NAME>
|
||||
<TYPE>gdouble</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<RANGE>[0,1]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Y axis rotation</NICK>
|
||||
<BLURB>Rotation on the Y axis.</BLURB>
|
||||
|
@ -27246,7 +27246,7 @@
|
|||
<ARG>
|
||||
<NAME>frei0r-filter-3dflippo::y-axis-rotation-rate</NAME>
|
||||
<TYPE>gdouble</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<RANGE>[0,1]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Y axis rotation rate</NICK>
|
||||
<BLURB>Rotation rate on the Y axis.</BLURB>
|
||||
|
@ -27256,7 +27256,7 @@
|
|||
<ARG>
|
||||
<NAME>frei0r-filter-3dflippo::z-axis-rotation</NAME>
|
||||
<TYPE>gdouble</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<RANGE>[0,1]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Z axis rotation</NICK>
|
||||
<BLURB>Rotation on the Z axis.</BLURB>
|
||||
|
@ -27266,7 +27266,7 @@
|
|||
<ARG>
|
||||
<NAME>frei0r-filter-3dflippo::z-axis-rotation-rate</NAME>
|
||||
<TYPE>gdouble</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<RANGE>[0,1]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Z axis rotation rate</NICK>
|
||||
<BLURB>Rotation rate on the Z axis.</BLURB>
|
||||
|
@ -27276,7 +27276,7 @@
|
|||
<ARG>
|
||||
<NAME>frei0r-filter-mask0mate::blur</NAME>
|
||||
<TYPE>gdouble</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<RANGE>[0,1]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Blur</NICK>
|
||||
<BLURB>Blur the outline of the mask.</BLURB>
|
||||
|
@ -27286,7 +27286,7 @@
|
|||
<ARG>
|
||||
<NAME>frei0r-filter-mask0mate::bottom</NAME>
|
||||
<TYPE>gdouble</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<RANGE>[0,1]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Bottom</NICK>
|
||||
<BLURB></BLURB>
|
||||
|
@ -27306,7 +27306,7 @@
|
|||
<ARG>
|
||||
<NAME>frei0r-filter-mask0mate::left</NAME>
|
||||
<TYPE>gdouble</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<RANGE>[0,1]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Left</NICK>
|
||||
<BLURB></BLURB>
|
||||
|
@ -27316,7 +27316,7 @@
|
|||
<ARG>
|
||||
<NAME>frei0r-filter-mask0mate::right</NAME>
|
||||
<TYPE>gdouble</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<RANGE>[0,1]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Right</NICK>
|
||||
<BLURB></BLURB>
|
||||
|
@ -27326,7 +27326,7 @@
|
|||
<ARG>
|
||||
<NAME>frei0r-filter-mask0mate::top</NAME>
|
||||
<TYPE>gdouble</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<RANGE>[0,1]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Top</NICK>
|
||||
<BLURB></BLURB>
|
||||
|
@ -27336,7 +27336,7 @@
|
|||
<ARG>
|
||||
<NAME>frei0r-filter-saturat0r::saturation</NAME>
|
||||
<TYPE>gdouble</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<RANGE>[0,1]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Saturation</NICK>
|
||||
<BLURB>The saturation value.</BLURB>
|
||||
|
@ -27346,7 +27346,7 @@
|
|||
<ARG>
|
||||
<NAME>frei0r-filter-gamma::gamma</NAME>
|
||||
<TYPE>gdouble</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<RANGE>[0,1]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Gamma</NICK>
|
||||
<BLURB>The gamma value.</BLURB>
|
||||
|
@ -27356,7 +27356,7 @@
|
|||
<ARG>
|
||||
<NAME>frei0r-filter-hueshift0r::hue</NAME>
|
||||
<TYPE>gdouble</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<RANGE>[0,1]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Hue</NICK>
|
||||
<BLURB>The shift value.</BLURB>
|
||||
|
@ -27366,37 +27366,37 @@
|
|||
<ARG>
|
||||
<NAME>frei0r-filter-edgeglow::lredscale</NAME>
|
||||
<TYPE>gdouble</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<RANGE>[0,1]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>lredscale</NICK>
|
||||
<BLURB>multiplier for downscaling non-edge brightness.</BLURB>
|
||||
<DEFAULT>0</DEFAULT>
|
||||
<DEFAULT>5.96156e-317</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>frei0r-filter-edgeglow::lthresh</NAME>
|
||||
<TYPE>gdouble</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<RANGE>[0,1]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>lthresh</NICK>
|
||||
<BLURB>threshold for edge lightening.</BLURB>
|
||||
<DEFAULT>6.9235e+228</DEFAULT>
|
||||
<DEFAULT>2.47033e-323</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>frei0r-filter-edgeglow::lupscale</NAME>
|
||||
<TYPE>gdouble</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<RANGE>[0,1]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>lupscale</NICK>
|
||||
<BLURB>multiplier for upscaling edge brightness.</BLURB>
|
||||
<DEFAULT>8.20074e-304</DEFAULT>
|
||||
<DEFAULT>0</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>frei0r-filter-k-means-clustering::dist-weight</NAME>
|
||||
<TYPE>gdouble</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<RANGE>[0,1]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Dist weight</NICK>
|
||||
<BLURB>The weight on distance.</BLURB>
|
||||
|
@ -27406,7 +27406,7 @@
|
|||
<ARG>
|
||||
<NAME>frei0r-filter-k-means-clustering::num</NAME>
|
||||
<TYPE>gdouble</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<RANGE>[0,1]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Num</NICK>
|
||||
<BLURB>The number of clusters.</BLURB>
|
||||
|
@ -27416,11 +27416,11 @@
|
|||
<ARG>
|
||||
<NAME>frei0r-filter-white-balance::green-tint</NAME>
|
||||
<TYPE>gdouble</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<RANGE>[0,1]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Green Tint</NICK>
|
||||
<BLURB>Adjust the level of green.</BLURB>
|
||||
<DEFAULT>1.2</DEFAULT>
|
||||
<DEFAULT>0</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
|
@ -27556,27 +27556,27 @@
|
|||
<ARG>
|
||||
<NAME>frei0r-mixer-blend::blend</NAME>
|
||||
<TYPE>gdouble</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<RANGE>[0,1]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>blend</NICK>
|
||||
<BLURB>blend factor.</BLURB>
|
||||
<DEFAULT>7.75037e-304</DEFAULT>
|
||||
<DEFAULT>1.37974e-309</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>frei0r-mixer-xfade0r::fader</NAME>
|
||||
<TYPE>gdouble</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<RANGE>[0,1]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>fader</NICK>
|
||||
<BLURB>the fader position.</BLURB>
|
||||
<DEFAULT>3.84008e-315</DEFAULT>
|
||||
<DEFAULT>4.74303e-322</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>frei0r-src-partik0l::down</NAME>
|
||||
<TYPE>gdouble</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<RANGE>[0,1]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>down</NICK>
|
||||
<BLURB>blossom on a lower prime number.</BLURB>
|
||||
|
@ -27586,7 +27586,7 @@
|
|||
<ARG>
|
||||
<NAME>frei0r-src-partik0l::up</NAME>
|
||||
<TYPE>gdouble</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<RANGE>[0,1]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>up</NICK>
|
||||
<BLURB>blossom on a higher prime number.</BLURB>
|
||||
|
@ -27596,7 +27596,7 @@
|
|||
<ARG>
|
||||
<NAME>frei0r-filter-tehroxx0r::interval</NAME>
|
||||
<TYPE>gdouble</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<RANGE>[0,1]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Interval</NICK>
|
||||
<BLURB>Changing speed of small blocks.</BLURB>
|
||||
|
@ -27606,7 +27606,7 @@
|
|||
<ARG>
|
||||
<NAME>frei0r-filter-letterb0xed::border-width</NAME>
|
||||
<TYPE>gdouble</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<RANGE>[0,1]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Border Width</NICK>
|
||||
<BLURB></BLURB>
|
||||
|
@ -27626,7 +27626,7 @@
|
|||
<ARG>
|
||||
<NAME>frei0r-filter-squareblur::kernel-size</NAME>
|
||||
<TYPE>gdouble</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<RANGE>[0,1]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Kernel size</NICK>
|
||||
<BLURB>The size of the kernel, as a proportion to its coverage of the image.</BLURB>
|
||||
|
@ -27636,7 +27636,7 @@
|
|||
<ARG>
|
||||
<NAME>frei0r-filter-distort0r::amplitude</NAME>
|
||||
<TYPE>gdouble</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<RANGE>[0,1]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Amplitude</NICK>
|
||||
<BLURB>The amplitude of the plasma signal.</BLURB>
|
||||
|
@ -27646,7 +27646,7 @@
|
|||
<ARG>
|
||||
<NAME>frei0r-filter-distort0r::frequency</NAME>
|
||||
<TYPE>gdouble</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<RANGE>[0,1]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Frequency</NICK>
|
||||
<BLURB>The frequency of the plasma signal.</BLURB>
|
||||
|
@ -27656,7 +27656,7 @@
|
|||
<ARG>
|
||||
<NAME>frei0r-filter-transparency::transparency</NAME>
|
||||
<TYPE>gdouble</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<RANGE>[0,1]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Transparency</NICK>
|
||||
<BLURB>The transparency value.</BLURB>
|
||||
|
@ -27666,7 +27666,7 @@
|
|||
<ARG>
|
||||
<NAME>frei0r-filter-scale0tilt::clip-bottom</NAME>
|
||||
<TYPE>gdouble</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<RANGE>[0,1]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Clip bottom</NICK>
|
||||
<BLURB></BLURB>
|
||||
|
@ -27676,7 +27676,7 @@
|
|||
<ARG>
|
||||
<NAME>frei0r-filter-scale0tilt::clip-left</NAME>
|
||||
<TYPE>gdouble</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<RANGE>[0,1]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Clip left</NICK>
|
||||
<BLURB></BLURB>
|
||||
|
@ -27686,7 +27686,7 @@
|
|||
<ARG>
|
||||
<NAME>frei0r-filter-scale0tilt::clip-right</NAME>
|
||||
<TYPE>gdouble</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<RANGE>[0,1]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Clip right</NICK>
|
||||
<BLURB></BLURB>
|
||||
|
@ -27696,7 +27696,7 @@
|
|||
<ARG>
|
||||
<NAME>frei0r-filter-scale0tilt::clip-top</NAME>
|
||||
<TYPE>gdouble</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<RANGE>[0,1]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Clip top</NICK>
|
||||
<BLURB></BLURB>
|
||||
|
@ -27706,7 +27706,7 @@
|
|||
<ARG>
|
||||
<NAME>frei0r-filter-scale0tilt::scale-x</NAME>
|
||||
<TYPE>gdouble</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<RANGE>[0,1]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Scale X</NICK>
|
||||
<BLURB></BLURB>
|
||||
|
@ -27716,7 +27716,7 @@
|
|||
<ARG>
|
||||
<NAME>frei0r-filter-scale0tilt::scale-y</NAME>
|
||||
<TYPE>gdouble</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<RANGE>[0,1]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Scale Y</NICK>
|
||||
<BLURB></BLURB>
|
||||
|
@ -27726,7 +27726,7 @@
|
|||
<ARG>
|
||||
<NAME>frei0r-filter-scale0tilt::tilt-x</NAME>
|
||||
<TYPE>gdouble</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<RANGE>[0,1]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Tilt X</NICK>
|
||||
<BLURB></BLURB>
|
||||
|
@ -27736,7 +27736,7 @@
|
|||
<ARG>
|
||||
<NAME>frei0r-filter-scale0tilt::tilt-y</NAME>
|
||||
<TYPE>gdouble</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<RANGE>[0,1]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Tilt Y</NICK>
|
||||
<BLURB></BLURB>
|
||||
|
@ -27746,11 +27746,11 @@
|
|||
<ARG>
|
||||
<NAME>frei0r-filter-nosync0r::hsync</NAME>
|
||||
<TYPE>gdouble</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<RANGE>[0,1]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>HSync</NICK>
|
||||
<BLURB>the hsync offset.</BLURB>
|
||||
<DEFAULT>1</DEFAULT>
|
||||
<DEFAULT>5.76783e-317</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
|
@ -33676,7 +33676,7 @@
|
|||
<ARG>
|
||||
<NAME>frei0r-filter-primaries::factor</NAME>
|
||||
<TYPE>gdouble</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<RANGE>[0,1]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Factor</NICK>
|
||||
<BLURB>influence of mean px value. > 32 = 0.</BLURB>
|
||||
|
@ -33686,7 +33686,7 @@
|
|||
<ARG>
|
||||
<NAME>frei0r-filter-levels::black-output</NAME>
|
||||
<TYPE>gdouble</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<RANGE>[0,1]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Black output</NICK>
|
||||
<BLURB>Black output.</BLURB>
|
||||
|
@ -33696,7 +33696,7 @@
|
|||
<ARG>
|
||||
<NAME>frei0r-filter-levels::channel</NAME>
|
||||
<TYPE>gdouble</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<RANGE>[0,1]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Channel</NICK>
|
||||
<BLURB>Channel to adjust levels.</BLURB>
|
||||
|
@ -33706,7 +33706,7 @@
|
|||
<ARG>
|
||||
<NAME>frei0r-filter-levels::gamma</NAME>
|
||||
<TYPE>gdouble</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<RANGE>[0,1]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Gamma</NICK>
|
||||
<BLURB>Gamma.</BLURB>
|
||||
|
@ -33716,17 +33716,17 @@
|
|||
<ARG>
|
||||
<NAME>frei0r-filter-levels::histogram-position</NAME>
|
||||
<TYPE>gdouble</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<RANGE>[0,1]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Histogram position</NICK>
|
||||
<BLURB>Histogram position.</BLURB>
|
||||
<DEFAULT>3</DEFAULT>
|
||||
<DEFAULT>0</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>frei0r-filter-levels::input-black-level</NAME>
|
||||
<TYPE>gdouble</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<RANGE>[0,1]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Input black level</NICK>
|
||||
<BLURB>Input black level.</BLURB>
|
||||
|
@ -33736,7 +33736,7 @@
|
|||
<ARG>
|
||||
<NAME>frei0r-filter-levels::input-white-level</NAME>
|
||||
<TYPE>gdouble</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<RANGE>[0,1]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Input white level</NICK>
|
||||
<BLURB>Input white level.</BLURB>
|
||||
|
@ -33756,7 +33756,7 @@
|
|||
<ARG>
|
||||
<NAME>frei0r-filter-levels::white-output</NAME>
|
||||
<TYPE>gdouble</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<RANGE>[0,1]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>White output</NICK>
|
||||
<BLURB>White output.</BLURB>
|
||||
|
@ -33826,7 +33826,7 @@
|
|||
<ARG>
|
||||
<NAME>frei0r-filter-tint0r::tint-amount</NAME>
|
||||
<TYPE>gdouble</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<RANGE>[0,1]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Tint amount</NICK>
|
||||
<BLURB>Amount of color.</BLURB>
|
||||
|
@ -33866,11 +33866,11 @@
|
|||
<ARG>
|
||||
<NAME>frei0r-filter-bluescreen0r::distance</NAME>
|
||||
<TYPE>gdouble</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<RANGE>[0,1]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Distance</NICK>
|
||||
<BLURB>Distance to Color (127 is good).</BLURB>
|
||||
<DEFAULT>127</DEFAULT>
|
||||
<DEFAULT>0</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
|
@ -33986,7 +33986,7 @@
|
|||
<ARG>
|
||||
<NAME>frei0r-src-plasma::param-1-move</NAME>
|
||||
<TYPE>gdouble</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<RANGE>[0,1]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>1_move</NICK>
|
||||
<BLURB> .</BLURB>
|
||||
|
@ -33996,7 +33996,7 @@
|
|||
<ARG>
|
||||
<NAME>frei0r-src-plasma::param-1-speed</NAME>
|
||||
<TYPE>gdouble</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<RANGE>[0,1]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>1_speed</NICK>
|
||||
<BLURB> .</BLURB>
|
||||
|
@ -34006,7 +34006,7 @@
|
|||
<ARG>
|
||||
<NAME>frei0r-src-plasma::param-2-move</NAME>
|
||||
<TYPE>gdouble</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<RANGE>[0,1]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>2_move</NICK>
|
||||
<BLURB> .</BLURB>
|
||||
|
@ -34016,7 +34016,7 @@
|
|||
<ARG>
|
||||
<NAME>frei0r-src-plasma::param-2-speed</NAME>
|
||||
<TYPE>gdouble</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<RANGE>[0,1]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>2_speed</NICK>
|
||||
<BLURB> .</BLURB>
|
||||
|
@ -34026,7 +34026,7 @@
|
|||
<ARG>
|
||||
<NAME>frei0r-src-plasma::param-3-speed</NAME>
|
||||
<TYPE>gdouble</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<RANGE>[0,1]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>3_speed</NICK>
|
||||
<BLURB> .</BLURB>
|
||||
|
@ -34036,7 +34036,7 @@
|
|||
<ARG>
|
||||
<NAME>frei0r-src-plasma::param-4-speed</NAME>
|
||||
<TYPE>gdouble</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<RANGE>[0,1]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>4_speed</NICK>
|
||||
<BLURB> .</BLURB>
|
||||
|
@ -34046,17 +34046,17 @@
|
|||
<ARG>
|
||||
<NAME>frei0r-filter-vertigo::mode</NAME>
|
||||
<TYPE>gdouble</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<RANGE>[0,1]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Mode</NICK>
|
||||
<BLURB>The effect mode.</BLURB>
|
||||
<DEFAULT>3</DEFAULT>
|
||||
<DEFAULT>0</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>frei0r-filter-vertigo::phaseincrement</NAME>
|
||||
<TYPE>gdouble</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<RANGE>[0,1]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>PhaseIncrement</NICK>
|
||||
<BLURB>Phase increment.</BLURB>
|
||||
|
@ -34066,17 +34066,17 @@
|
|||
<ARG>
|
||||
<NAME>frei0r-filter-vertigo::zoomrate</NAME>
|
||||
<TYPE>gdouble</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<RANGE>[0,1]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Zoomrate</NICK>
|
||||
<BLURB>Zoomrate.</BLURB>
|
||||
<DEFAULT>1.01</DEFAULT>
|
||||
<DEFAULT>0</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>frei0r-filter-curves::channel</NAME>
|
||||
<TYPE>gdouble</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<RANGE>[0,1]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Channel</NICK>
|
||||
<BLURB>Channel to adjust levels (1 = RED; 2 = GREEN; 3 = BLUE; 4 = LUMA).</BLURB>
|
||||
|
@ -34086,27 +34086,27 @@
|
|||
<ARG>
|
||||
<NAME>frei0r-filter-curves::curve-point-number</NAME>
|
||||
<TYPE>gdouble</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<RANGE>[0,1]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Curve point number</NICK>
|
||||
<BLURB>Number of point to use to build curve.</BLURB>
|
||||
<DEFAULT>2</DEFAULT>
|
||||
<DEFAULT>0</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>frei0r-filter-curves::graph-position</NAME>
|
||||
<TYPE>gdouble</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<RANGE>[0,1]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Graph position</NICK>
|
||||
<BLURB>Output image corner where curve graph will be drawn (1 = TOP,LEFT; 2 = TOP,RIGHT; 3 = BOTTOM,LEFT; 4 = BOTTOM, RIGHT).</BLURB>
|
||||
<DEFAULT>3</DEFAULT>
|
||||
<DEFAULT>0</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>frei0r-filter-curves::point-1-input-value</NAME>
|
||||
<TYPE>gdouble</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<RANGE>[0,1]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Point 1 input value</NICK>
|
||||
<BLURB>Point 1 input value.</BLURB>
|
||||
|
@ -34116,7 +34116,7 @@
|
|||
<ARG>
|
||||
<NAME>frei0r-filter-curves::point-1-output-value</NAME>
|
||||
<TYPE>gdouble</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<RANGE>[0,1]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Point 1 output value</NICK>
|
||||
<BLURB>Point 1 output value.</BLURB>
|
||||
|
@ -34126,7 +34126,7 @@
|
|||
<ARG>
|
||||
<NAME>frei0r-filter-curves::point-2-input-value</NAME>
|
||||
<TYPE>gdouble</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<RANGE>[0,1]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Point 2 input value</NICK>
|
||||
<BLURB>Point 2 input value.</BLURB>
|
||||
|
@ -34136,7 +34136,7 @@
|
|||
<ARG>
|
||||
<NAME>frei0r-filter-curves::point-2-output-value</NAME>
|
||||
<TYPE>gdouble</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<RANGE>[0,1]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Point 2 output value</NICK>
|
||||
<BLURB>Point 2 output value.</BLURB>
|
||||
|
@ -34146,7 +34146,7 @@
|
|||
<ARG>
|
||||
<NAME>frei0r-filter-curves::point-3-input-value</NAME>
|
||||
<TYPE>gdouble</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<RANGE>[0,1]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Point 3 input value</NICK>
|
||||
<BLURB>Point 3 input value.</BLURB>
|
||||
|
@ -34156,7 +34156,7 @@
|
|||
<ARG>
|
||||
<NAME>frei0r-filter-curves::point-3-output-value</NAME>
|
||||
<TYPE>gdouble</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<RANGE>[0,1]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Point 3 output value</NICK>
|
||||
<BLURB>Point 3 output value.</BLURB>
|
||||
|
@ -34166,7 +34166,7 @@
|
|||
<ARG>
|
||||
<NAME>frei0r-filter-curves::point-4-input-value</NAME>
|
||||
<TYPE>gdouble</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<RANGE>[0,1]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Point 4 input value</NICK>
|
||||
<BLURB>Point 4 input value.</BLURB>
|
||||
|
@ -34176,7 +34176,7 @@
|
|||
<ARG>
|
||||
<NAME>frei0r-filter-curves::point-4-output-value</NAME>
|
||||
<TYPE>gdouble</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<RANGE>[0,1]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Point 4 output value</NICK>
|
||||
<BLURB>Point 4 output value.</BLURB>
|
||||
|
@ -34186,7 +34186,7 @@
|
|||
<ARG>
|
||||
<NAME>frei0r-filter-curves::point-5-input-value</NAME>
|
||||
<TYPE>gdouble</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<RANGE>[0,1]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Point 5 input value</NICK>
|
||||
<BLURB>Point 5 input value.</BLURB>
|
||||
|
@ -34196,7 +34196,7 @@
|
|||
<ARG>
|
||||
<NAME>frei0r-filter-curves::point-5-output-value</NAME>
|
||||
<TYPE>gdouble</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<RANGE>[0,1]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Point 5 output value</NICK>
|
||||
<BLURB>Point 5 output value.</BLURB>
|
||||
|
@ -46856,7 +46856,7 @@
|
|||
<ARG>
|
||||
<NAME>frei0r-filter-opencvfacedetect::test</NAME>
|
||||
<TYPE>gdouble</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<RANGE>[0,1]</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>test</NICK>
|
||||
<BLURB>test.</BLURB>
|
||||
|
|
|
@ -66,6 +66,12 @@ GObject
|
|||
GstMMS
|
||||
GstRTMPSrc
|
||||
GstShmSrc
|
||||
frei0r-src-ising0r
|
||||
frei0r-src-lissajous0r
|
||||
frei0r-src-nois0r
|
||||
frei0r-src-onecol0r
|
||||
frei0r-src-partik0l
|
||||
frei0r-src-plasma
|
||||
GstRTPDTMFSrc
|
||||
GstBaseTransform
|
||||
GstAudioFilter
|
||||
|
@ -115,6 +121,57 @@ GObject
|
|||
GstSmooth
|
||||
GstSolarize
|
||||
GstZBar
|
||||
frei0r-filter-3-point-color-balance
|
||||
frei0r-filter-3dflippo
|
||||
frei0r-filter-b
|
||||
frei0r-filter-baltan
|
||||
frei0r-filter-bluescreen0r
|
||||
frei0r-filter-brightness
|
||||
frei0r-filter-bw0r
|
||||
frei0r-filter-cartoon
|
||||
frei0r-filter-color-distance
|
||||
frei0r-filter-contrast0r
|
||||
frei0r-filter-curves
|
||||
frei0r-filter-dealygrab
|
||||
frei0r-filter-delay0r
|
||||
frei0r-filter-distort0r
|
||||
frei0r-filter-edgeglow
|
||||
frei0r-filter-equaliz0r
|
||||
frei0r-filter-flippo
|
||||
frei0r-filter-g
|
||||
frei0r-filter-gamma
|
||||
frei0r-filter-glow
|
||||
frei0r-filter-hueshift0r
|
||||
frei0r-filter-invert0r
|
||||
frei0r-filter-k-means-clustering
|
||||
frei0r-filter-lens-correction
|
||||
frei0r-filter-letterb0xed
|
||||
frei0r-filter-levels
|
||||
frei0r-filter-luminance
|
||||
frei0r-filter-mask0mate
|
||||
frei0r-filter-nervous
|
||||
frei0r-filter-nosync0r
|
||||
frei0r-filter-opencvfacedetect
|
||||
frei0r-filter-perspective
|
||||
frei0r-filter-pixeliz0r
|
||||
frei0r-filter-primaries
|
||||
frei0r-filter-r
|
||||
frei0r-filter-rgb-parade
|
||||
frei0r-filter-saturat0r
|
||||
frei0r-filter-scale0tilt
|
||||
frei0r-filter-scanline0r
|
||||
frei0r-filter-sobel
|
||||
frei0r-filter-squareblur
|
||||
frei0r-filter-tehroxx0r
|
||||
frei0r-filter-threelay0r
|
||||
frei0r-filter-threshold0r
|
||||
frei0r-filter-tint0r
|
||||
frei0r-filter-transparency
|
||||
frei0r-filter-twolay0r
|
||||
frei0r-filter-vectorscope
|
||||
frei0r-filter-vertigo
|
||||
frei0r-filter-water
|
||||
frei0r-filter-white-balance
|
||||
GstBin
|
||||
DvbBaseBin
|
||||
GstAutoConvert
|
||||
|
@ -185,6 +242,36 @@ GObject
|
|||
GstTSDemux
|
||||
MpegTSParse2
|
||||
MpegTsMux
|
||||
frei0r-mixer-addition
|
||||
frei0r-mixer-alpha-injection
|
||||
frei0r-mixer-alphaatop
|
||||
frei0r-mixer-alphain
|
||||
frei0r-mixer-alphaout
|
||||
frei0r-mixer-alphaover
|
||||
frei0r-mixer-alphaxor
|
||||
frei0r-mixer-blend
|
||||
frei0r-mixer-burn
|
||||
frei0r-mixer-color-only
|
||||
frei0r-mixer-composition
|
||||
frei0r-mixer-darken
|
||||
frei0r-mixer-difference
|
||||
frei0r-mixer-divide
|
||||
frei0r-mixer-dodge
|
||||
frei0r-mixer-grain-extract
|
||||
frei0r-mixer-grain-merge
|
||||
frei0r-mixer-hardlight
|
||||
frei0r-mixer-hue
|
||||
frei0r-mixer-lighten
|
||||
frei0r-mixer-multiply
|
||||
frei0r-mixer-overlay
|
||||
frei0r-mixer-rgb
|
||||
frei0r-mixer-saturation
|
||||
frei0r-mixer-screen
|
||||
frei0r-mixer-softlight
|
||||
frei0r-mixer-subtract
|
||||
frei0r-mixer-uv-map
|
||||
frei0r-mixer-value
|
||||
frei0r-mixer-xfade0r
|
||||
GstPad
|
||||
GstPadTemplate
|
||||
GstPlugin
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>ADPCM decoder</description>
|
||||
<filename>../../gst/adpcmdec/.libs/libgstadpcmdec.so</filename>
|
||||
<basename>libgstadpcmdec.so</basename>
|
||||
<version>1.0.0.1</version>
|
||||
<version>1.0.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>ADPCM encoder</description>
|
||||
<filename>../../gst/adpcmenc/.libs/libgstadpcmenc.so</filename>
|
||||
<basename>libgstadpcmenc.so</basename>
|
||||
<version>1.0.0.1</version>
|
||||
<version>1.0.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>ASF Muxer Plugin</description>
|
||||
<filename>../../gst/asfmux/.libs/libgstasfmux.so</filename>
|
||||
<basename>libgstasfmux.so</basename>
|
||||
<version>1.0.0.1</version>
|
||||
<version>1.0.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>ASS/SSA subtitle renderer</description>
|
||||
<filename>../../ext/assrender/.libs/libgstassrender.so</filename>
|
||||
<basename>libgstassrender.so</basename>
|
||||
<version>1.0.0.1</version>
|
||||
<version>1.0.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Creates video visualizations of audio input</description>
|
||||
<filename>../../gst/audiovisualizers/.libs/libgstaudiovisualizers.so</filename>
|
||||
<basename>libgstaudiovisualizers.so</basename>
|
||||
<version>1.0.0.1</version>
|
||||
<version>1.0.1</version>
|
||||
<license>GPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Selects convertor element based on caps</description>
|
||||
<filename>../../gst/autoconvert/.libs/libgstautoconvert.so</filename>
|
||||
<basename>libgstautoconvert.so</basename>
|
||||
<version>1.0.0.1</version>
|
||||
<version>1.0.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Elements to convert Bayer images</description>
|
||||
<filename>../../gst/bayer/.libs/libgstbayer.so</filename>
|
||||
<basename>libgstbayer.so</basename>
|
||||
<version>1.0.0.1</version>
|
||||
<version>1.0.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Compress or decompress streams</description>
|
||||
<filename>../../ext/bz2/.libs/libgstbz2.so</filename>
|
||||
<basename>libgstbz2.so</basename>
|
||||
<version>1.0.0.1</version>
|
||||
<version>1.0.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Take image snapshots and record movies from camera</description>
|
||||
<filename>../../gst/camerabin2/.libs/libgstcamerabin2.so</filename>
|
||||
<basename>libgstcamerabin2.so</basename>
|
||||
<version>1.0.0.1</version>
|
||||
<version>1.0.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>CELT plugin library</description>
|
||||
<filename>../../ext/celt/.libs/libgstcelt.so</filename>
|
||||
<basename>libgstcelt.so</basename>
|
||||
<version>1.0.0.1</version>
|
||||
<version>1.0.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Calculate Chromaprint fingerprint from audio files</description>
|
||||
<filename>../../ext/chromaprint/.libs/libgstchromaprint.so</filename>
|
||||
<basename>libgstchromaprint.so</basename>
|
||||
<version>1.0.0.1</version>
|
||||
<version>1.0.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Color Look-up Table filters</description>
|
||||
<filename>../../gst/coloreffects/.libs/libgstcoloreffects.so</filename>
|
||||
<basename>libgstcoloreffects.so</basename>
|
||||
<version>1.0.0.1</version>
|
||||
<version>1.0.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>libcurl-based elements</description>
|
||||
<filename>../../ext/curl/.libs/libgstcurl.so</filename>
|
||||
<basename>libgstcurl.so</basename>
|
||||
<version>1.0.0.1</version>
|
||||
<version>1.0.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>data: URI source</description>
|
||||
<filename>../../gst/dataurisrc/.libs/libgstdataurisrc.so</filename>
|
||||
<basename>libgstdataurisrc.so</basename>
|
||||
<version>1.0.0.1</version>
|
||||
<version>1.0.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Collection of elements that may or may not be useful for debugging</description>
|
||||
<filename>../../gst/debugutils/.libs/libgstdebugutilsbad.so</filename>
|
||||
<basename>libgstdebugutilsbad.so</basename>
|
||||
<version>1.0.0.1</version>
|
||||
<version>1.0.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>DTMF plugins</description>
|
||||
<filename>../../gst/dtmf/.libs/libgstdtmf.so</filename>
|
||||
<basename>libgstdtmf.so</basename>
|
||||
<version>1.0.0.1</version>
|
||||
<version>1.0.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Decodes DTS audio streams</description>
|
||||
<filename>../../ext/dts/.libs/libgstdtsdec.so</filename>
|
||||
<basename>libgstdtsdec.so</basename>
|
||||
<version>1.0.0.1</version>
|
||||
<version>1.0.1</version>
|
||||
<license>GPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>DVB elements</description>
|
||||
<filename>../../sys/dvb/.libs/libgstdvb.so</filename>
|
||||
<basename>libgstdvb.so</basename>
|
||||
<version>1.0.0.1</version>
|
||||
<version>1.0.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>DVB subtitle renderer</description>
|
||||
<filename>../../gst/dvbsuboverlay/.libs/libgstdvbsuboverlay.so</filename>
|
||||
<basename>libgstdvbsuboverlay.so</basename>
|
||||
<version>1.0.0.1</version>
|
||||
<version>1.0.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>DVD Sub-picture Overlay element</description>
|
||||
<filename>../../gst/dvdspu/.libs/libgstdvdspu.so</filename>
|
||||
<basename>libgstdvdspu.so</basename>
|
||||
<version>1.0.0.1</version>
|
||||
<version>1.0.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
@ -26,13 +26,13 @@
|
|||
<name>video</name>
|
||||
<direction>sink</direction>
|
||||
<presence>always</presence>
|
||||
<details>video/x-raw, format=(string){ I420 }, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]</details>
|
||||
<details>video/x-raw, format=(string){ I420, NV12, YV12 }, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]</details>
|
||||
</caps>
|
||||
<caps>
|
||||
<name>src</name>
|
||||
<direction>source</direction>
|
||||
<presence>always</presence>
|
||||
<details>video/x-raw, format=(string){ I420 }, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]</details>
|
||||
<details>video/x-raw, format=(string){ I420, NV12, YV12 }, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]</details>
|
||||
</caps>
|
||||
</pads>
|
||||
</element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Free AAC Encoder (FAAC)</description>
|
||||
<filename>../../ext/faac/.libs/libgstfaac.so</filename>
|
||||
<basename>libgstfaac.so</basename>
|
||||
<version>1.0.0.1</version>
|
||||
<version>1.0.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Free AAC Decoder (FAAD)</description>
|
||||
<filename>../../ext/faad/.libs/libgstfaad.so</filename>
|
||||
<basename>libgstfaad.so</basename>
|
||||
<version>1.0.0.1</version>
|
||||
<version>1.0.1</version>
|
||||
<license>GPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Synthesizes plain text into audio</description>
|
||||
<filename>../../gst/festival/.libs/libgstfestival.so</filename>
|
||||
<basename>libgstfestival.so</basename>
|
||||
<version>1.0.0.1</version>
|
||||
<version>1.0.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Flite speech synthesizer plugin</description>
|
||||
<filename>../../ext/flite/.libs/libgstflite.so</filename>
|
||||
<basename>libgstflite.so</basename>
|
||||
<version>1.0.0.1</version>
|
||||
<version>1.0.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Fragmented streaming plugins</description>
|
||||
<filename>../../gst/hls/.libs/libgstfragmented.so</filename>
|
||||
<basename>libgstfragmented.so</basename>
|
||||
<version>1.0.0.1</version>
|
||||
<version>1.0.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Gaudi video effects.</description>
|
||||
<filename>../../gst/gaudieffects/.libs/libgstgaudieffects.so</filename>
|
||||
<basename>libgstgaudieffects.so</basename>
|
||||
<version>1.0.0.1</version>
|
||||
<version>1.0.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer</package>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Payload/depayload GDP packets</description>
|
||||
<filename>../../gst/gdp/.libs/libgstgdp.so</filename>
|
||||
<basename>libgstgdp.so</basename>
|
||||
<version>1.0.0.1</version>
|
||||
<version>1.0.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Various geometric image transform elements</description>
|
||||
<filename>../../gst/geometrictransform/.libs/libgstgeometrictransform.so</filename>
|
||||
<basename>libgstgeometrictransform.so</basename>
|
||||
<version>1.0.0.1</version>
|
||||
<version>1.0.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>GME Audio Decoder</description>
|
||||
<filename>../../ext/gme/.libs/libgstgme.so</filename>
|
||||
<basename>libgstgme.so</basename>
|
||||
<version>1.0.0.1</version>
|
||||
<version>1.0.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>GSM encoder/decoder</description>
|
||||
<filename>../../ext/gsm/.libs/libgstgsm.so</filename>
|
||||
<basename>libgstgsm.so</basename>
|
||||
<version>1.0.0.1</version>
|
||||
<version>1.0.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Siren encoder/decoder/payloader/depayloader plugins</description>
|
||||
<filename>../../gst/siren/.libs/libgstsiren.so</filename>
|
||||
<basename>libgstsiren.so</basename>
|
||||
<version>1.0.0.1</version>
|
||||
<version>1.0.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>ID3 v1 and v2 muxing plugin</description>
|
||||
<filename>../../gst/id3tag/.libs/libgstid3tag.so</filename>
|
||||
<basename>libgstid3tag.so</basename>
|
||||
<version>1.0.0.1</version>
|
||||
<version>1.0.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>plugin for inter-pipeline communication</description>
|
||||
<filename>../../gst/inter/.libs/libgstinter.so</filename>
|
||||
<basename>libgstinter.so</basename>
|
||||
<version>1.0.0.1</version>
|
||||
<version>1.0.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins</package>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Create an interlaced video stream</description>
|
||||
<filename>../../gst/interlace/.libs/libgstinterlace.so</filename>
|
||||
<basename>libgstinterlace.so</basename>
|
||||
<version>1.0.0.1</version>
|
||||
<version>1.0.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>JPEG interchange format plugin</description>
|
||||
<filename>../../gst/jpegformat/.libs/libgstjpegformat.so</filename>
|
||||
<basename>libgstjpegformat.so</basename>
|
||||
<version>1.0.0.1</version>
|
||||
<version>1.0.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Adds multiple live discontinuous streams</description>
|
||||
<filename>../../gst/liveadder/.libs/libgstliveadder.so</filename>
|
||||
<basename>libgstliveadder.so</basename>
|
||||
<version>1.0.0.1</version>
|
||||
<version>1.0.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Mimic codec</description>
|
||||
<filename>../../ext/mimic/.libs/libgstmimic.so</filename>
|
||||
<basename>libgstmimic.so</basename>
|
||||
<version>1.0.0.1</version>
|
||||
<version>1.0.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Microsoft Multi Media Server streaming protocol support</description>
|
||||
<filename>../../ext/libmms/.libs/libgstmms.so</filename>
|
||||
<basename>libgstmms.so</basename>
|
||||
<version>1.0.0.1</version>
|
||||
<version>1.0.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>.MOD audio decoding</description>
|
||||
<filename>../../ext/modplug/.libs/libgstmodplug.so</filename>
|
||||
<basename>libgstmodplug.so</basename>
|
||||
<version>1.0.0.1</version>
|
||||
<version>1.0.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>High-quality MPEG-1/2 video encoder</description>
|
||||
<filename>../../ext/mpeg2enc/.libs/libgstmpeg2enc.so</filename>
|
||||
<basename>libgstmpeg2enc.so</basename>
|
||||
<version>1.0.0.1</version>
|
||||
<version>1.0.1</version>
|
||||
<license>GPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>MPEG-PS demuxer</description>
|
||||
<filename>../../gst/mpegdemux/.libs/libgstmpegpsdemux.so</filename>
|
||||
<basename>libgstmpegpsdemux.so</basename>
|
||||
<version>1.0.0.1</version>
|
||||
<version>1.0.1</version>
|
||||
<license>unknown</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>MPEG TS demuxer</description>
|
||||
<filename>../../gst/mpegtsdemux/.libs/libgstmpegtsdemux.so</filename>
|
||||
<basename>libgstmpegtsdemux.so</basename>
|
||||
<version>1.0.0.1</version>
|
||||
<version>1.0.1</version>
|
||||
<license>unknown</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>MPEG-TS muxer</description>
|
||||
<filename>../../gst/mpegtsmux/.libs/libgstmpegtsmux.so</filename>
|
||||
<basename>libgstmpegtsmux.so</basename>
|
||||
<version>1.0.0.1</version>
|
||||
<version>1.0.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>mp3 decoding based on the mpg123 library</description>
|
||||
<filename>../../ext/mpg123/.libs/libgstmpg123.so</filename>
|
||||
<basename>libgstmpg123.so</basename>
|
||||
<version>1.0.0.1</version>
|
||||
<version>1.0.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>High-quality MPEG/DVD/SVCD/VCD video/audio multiplexer</description>
|
||||
<filename>../../ext/mplex/.libs/libgstmplex.so</filename>
|
||||
<basename>libgstmplex.so</basename>
|
||||
<version>1.0.0.1</version>
|
||||
<version>1.0.1</version>
|
||||
<license>GPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>GStreamer OpenCV Plugins</description>
|
||||
<filename>../../ext/opencv/.libs/libgstopencv.so</filename>
|
||||
<basename>libgstopencv.so</basename>
|
||||
<version>1.0.0.1</version>
|
||||
<version>1.0.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Element parsing raw pcap streams</description>
|
||||
<filename>../../gst/pcapparse/.libs/libgstpcapparse.so</filename>
|
||||
<basename>libgstpcapparse.so</basename>
|
||||
<version>1.0.0.1</version>
|
||||
<version>1.0.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer</package>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>PNM plugin</description>
|
||||
<filename>../../gst/pnm/.libs/libgstpnm.so</filename>
|
||||
<basename>libgstpnm.so</basename>
|
||||
<version>1.0.0.1</version>
|
||||
<version>1.0.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Parses byte streams into raw frames</description>
|
||||
<filename>../../gst/rawparse/.libs/libgstrawparse.so</filename>
|
||||
<basename>libgstrawparse.so</basename>
|
||||
<version>1.0.0.1</version>
|
||||
<version>1.0.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Removes silence from an audio stream</description>
|
||||
<filename>../../gst/removesilence/.libs/libgstremovesilence.so</filename>
|
||||
<basename>libgstremovesilence.so</basename>
|
||||
<version>1.0.0.1</version>
|
||||
<version>1.0.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Resin DVD playback elements</description>
|
||||
<filename>../../ext/resindvd/.libs/libgstresindvd.so</filename>
|
||||
<basename>libgstresindvd.so</basename>
|
||||
<version>1.0.0.1</version>
|
||||
<version>1.0.1</version>
|
||||
<license>GPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer</package>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>RTMP source and sink</description>
|
||||
<filename>../../ext/rtmp/.libs/libgstrtmp.so</filename>
|
||||
<basename>libgstrtmp.so</basename>
|
||||
<version>1.0.0.1</version>
|
||||
<version>1.0.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>RTP Muxer plugins</description>
|
||||
<filename>../../gst/rtpmux/.libs/libgstrtpmux.so</filename>
|
||||
<basename>libgstrtpmux.so</basename>
|
||||
<version>1.0.0.1</version>
|
||||
<version>1.0.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>rtpvp8</description>
|
||||
<filename>../../gst/rtpvp8/.libs/libgstrtpvp8.so</filename>
|
||||
<basename>libgstrtpvp8.so</basename>
|
||||
<version>1.0.0.1</version>
|
||||
<version>1.0.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Scale audio tempo in sync with playback rate</description>
|
||||
<filename>../../gst/scaletempo/.libs/libgstscaletempoplugin.so</filename>
|
||||
<basename>libgstscaletempoplugin.so</basename>
|
||||
<version>1.0.0.1</version>
|
||||
<version>1.0.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer</package>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Schroedinger plugin</description>
|
||||
<filename>../../ext/schroedinger/.libs/libgstschro.so</filename>
|
||||
<basename>libgstschro.so</basename>
|
||||
<version>1.0.0.1</version>
|
||||
<version>1.0.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>configure streaming sessions using SDP</description>
|
||||
<filename>../../gst/sdp/.libs/libgstsdpelem.so</filename>
|
||||
<basename>libgstsdpelem.so</basename>
|
||||
<version>1.0.0.1</version>
|
||||
<version>1.0.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Segment clip elements</description>
|
||||
<filename>../../gst/segmentclip/.libs/libgstsegmentclip.so</filename>
|
||||
<basename>libgstsegmentclip.so</basename>
|
||||
<version>1.0.0.1</version>
|
||||
<version>1.0.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>shared memory sink source</description>
|
||||
<filename>../../sys/shm/.libs/libgstshm.so</filename>
|
||||
<basename>libgstshm.so</basename>
|
||||
<version>1.0.0.1</version>
|
||||
<version>1.0.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Apply a smooth filter to an image</description>
|
||||
<filename>../../gst/smooth/.libs/libgstsmooth.so</filename>
|
||||
<basename>libgstsmooth.so</basename>
|
||||
<version>1.0.0.1</version>
|
||||
<version>1.0.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Audio Pitch Controller & BPM Detection</description>
|
||||
<filename>../../ext/soundtouch/.libs/libgstsoundtouch.so</filename>
|
||||
<basename>libgstsoundtouch.so</basename>
|
||||
<version>1.0.0.1</version>
|
||||
<version>1.0.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>libspandsp plugin</description>
|
||||
<filename>../../ext/spandsp/.libs/libgstspandsp.so</filename>
|
||||
<basename>libgstspandsp.so</basename>
|
||||
<version>1.0.0.1</version>
|
||||
<version>1.0.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Set speed/pitch on audio/raw streams (resampler)</description>
|
||||
<filename>../../gst/speed/.libs/libgstspeed.so</filename>
|
||||
<basename>libgstspeed.so</basename>
|
||||
<version>1.0.0.1</version>
|
||||
<version>1.0.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>videoparsers</description>
|
||||
<filename>../../gst/videoparsers/.libs/libgstvideoparsersbad.so</filename>
|
||||
<basename>libgstvideoparsersbad.so</basename>
|
||||
<version>1.0.0.1</version>
|
||||
<version>1.0.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>AAC audio encoder</description>
|
||||
<filename>../../ext/voaacenc/.libs/libgstvoaacenc.so</filename>
|
||||
<basename>libgstvoaacenc.so</basename>
|
||||
<version>1.0.0.1</version>
|
||||
<version>1.0.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Adaptive Multi-Rate Wide-Band Encoder</description>
|
||||
<filename>../../ext/voamrwbenc/.libs/libgstvoamrwbenc.so</filename>
|
||||
<basename>libgstvoamrwbenc.so</basename>
|
||||
<version>1.0.0.1</version>
|
||||
<version>1.0.1</version>
|
||||
<license>unknown</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Wayland Video Sink</description>
|
||||
<filename>../../ext/wayland/.libs/libgstwaylandsink.so</filename>
|
||||
<basename>libgstwaylandsink.so</basename>
|
||||
<version>1.0.0.1</version>
|
||||
<version>1.0.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Demuxes/decodes YUV4MPEG streams</description>
|
||||
<filename>../../gst/y4m/.libs/libgsty4mdec.so</filename>
|
||||
<basename>libgsty4mdec.so</basename>
|
||||
<version>1.0.0.1</version>
|
||||
<version>1.0.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins</package>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>zbar barcode scanner</description>
|
||||
<filename>../../ext/zbar/.libs/libgstzbar.so</filename>
|
||||
<basename>libgstzbar.so</basename>
|
||||
<version>1.0.0.1</version>
|
||||
<version>1.0.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -33,6 +33,16 @@ real live maintainer, or some actual wide use.
|
|||
</GitRepository>
|
||||
</repository>
|
||||
|
||||
<release>
|
||||
<Version>
|
||||
<revision>1.0.1</revision>
|
||||
<branch>1.0</branch>
|
||||
<name></name>
|
||||
<created>2012-10-07</created>
|
||||
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.0.1.tar.xz" />
|
||||
</Version>
|
||||
</release>
|
||||
|
||||
<release>
|
||||
<Version>
|
||||
<revision>1.0.0</revision>
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#define GST_LICENSE "LGPL"
|
||||
|
||||
/* package name in plugins */
|
||||
#define GST_PACKAGE_NAME "GStreamer Bad Plug-ins git"
|
||||
#define GST_PACKAGE_NAME "GStreamer Bad Plug-ins source release"
|
||||
|
||||
/* package origin */
|
||||
#define GST_PACKAGE_ORIGIN "Unknown package origin"
|
||||
|
@ -199,7 +199,7 @@
|
|||
#undef USE_POISONING
|
||||
|
||||
/* Version number of package */
|
||||
#define VERSION "1.0.0.1"
|
||||
#define VERSION "1.0.1"
|
||||
|
||||
/* Define to 1 if your processor stores words with the most significant byte
|
||||
first (like Motorola and SPARC, unlike Intel and VAX). */
|
||||
|
|
Loading…
Reference in a new issue