gstreamer/gst
Thiago Santos b7660b122c geometrictransform: New plugin for geometric transforms
Adds a new plugin that has elements that perform geometric
transformations to images. By geometric transformations I mean
that the operations are functions that given the output pixel
position, get the pixel position in the input image. This pixel
is then copied from input to output.

The gstgeometrictransform baseclass makes it easy to write
such elements. It boils down to write the mapping function
and exposing properties

Already added the first of the elements, 'pinch'. It's a common
effect in image editors, like gimp (distort -> pinch)
2010-06-04 15:31:18 -03:00
..
adpcmdec Add -Wmissing-declarations -Wmissing-prototypes to configure flags 2010-03-21 21:39:18 +01:00
adpcmenc Add -Wwrite-strings 2010-03-22 13:16:33 +01:00
aiff Split out GST_PLUGINS_BAD_CFLAGS from GST_CFLAGS 2010-05-19 18:24:02 -07:00
asfmux Split out GST_PLUGINS_BAD_CFLAGS from GST_CFLAGS 2010-05-19 18:24:02 -07:00
audiobuffer Split out GST_PLUGINS_BAD_CFLAGS from GST_CFLAGS 2010-05-19 18:24:02 -07:00
audioparsers baseparse: Don't emit bitrate tags too early 2010-04-07 11:51:46 +02:00
autoconvert Add -Wmissing-declarations -Wmissing-prototypes to configure flags 2010-03-21 21:39:18 +01:00
bayer bayer2rgb: handle other bayer formats 2010-06-03 23:57:46 -07:00
camerabin Split out GST_PLUGINS_BAD_CFLAGS from GST_CFLAGS 2010-05-19 18:24:02 -07:00
cdxaparse cdxaparse: Compare the correct variable to GST_SEEK_TYPE_SET 2010-04-15 20:50:58 +02:00
chart gst_element_class_set_details => gst_element_class_set_details_simple 2010-03-18 22:46:41 +01:00
colorspace gst_element_class_set_details => gst_element_class_set_details_simple 2010-03-18 22:46:41 +01:00
dataurisrc Add -Wwrite-strings 2010-03-22 13:16:33 +01:00
dccp Fix printf format strings for gcc 4.5 2010-04-29 10:17:56 +02:00
debugutils Remove capssetter element 2010-05-11 13:08:41 +01:00
dtmf dtmf: Remove rtpdtmfmux stream-lock code 2010-06-02 20:47:08 -04:00
dvdspu Split out GST_PLUGINS_BAD_CFLAGS from GST_CFLAGS 2010-05-19 18:24:02 -07:00
festival festival: Only close the connection if it's opened 2010-05-13 14:43:28 +02:00
filter gst_element_class_set_details => gst_element_class_set_details_simple 2010-03-18 22:46:41 +01:00
freeze Add -Wredundant-decls flag 2010-03-22 12:05:59 +01:00
frei0r frei0r: Fix setting of boolean values 2010-05-12 18:18:46 +02:00
games gst_element_class_set_details => gst_element_class_set_details_simple 2010-03-18 22:46:41 +01:00
geometrictransform geometrictransform: New plugin for geometric transforms 2010-06-04 15:31:18 -03:00
h264parse h264parse: plug a few memory leaks 2010-05-28 12:36:23 +01:00
hdvparse gst_element_class_set_details => gst_element_class_set_details_simple 2010-03-18 22:46:41 +01:00
id3tag Add -Wwrite-strings 2010-03-22 13:16:33 +01:00
invtelecine invtelecine: add an assert to placate gcc-4.5 2010-06-02 22:07:31 -07:00
ivfparse ivfparse: Fix format string warning 2010-06-02 10:06:26 +02:00
jpegformat jpegformat: make the intention of the elements more clear 2010-05-07 22:53:17 +03:00
legacyresample Add -Wmissing-declarations -Wmissing-prototypes to configure flags 2010-03-21 21:39:18 +01:00
librfb Add -Wold-style-definition 2010-03-22 16:56:03 +01:00
liveadder gst_element_class_set_details => gst_element_class_set_details_simple 2010-03-18 22:46:41 +01:00
mixmatrix gst_element_class_set_details => gst_element_class_set_details_simple 2010-03-18 22:46:41 +01:00
mpeg1sys gst_element_class_set_details => gst_element_class_set_details_simple 2010-03-18 22:46:41 +01:00
mpeg4videoparse mpeg4videoparse: also set short configuration data in codec_data 2010-04-20 15:39:07 +02:00
mpegdemux mpegtsdemux: Some checks to avoid asserts 2010-06-03 20:11:29 +02:00
mpegpsmux Add -Wold-style-definition 2010-03-22 16:56:03 +01:00
mpegtsmux Add -Wold-style-definition 2010-03-22 16:56:03 +01:00
mpegvideoparse mpegvideoparse: change profile and level strings to something nicer-looking 2010-05-28 12:50:01 +01:00
mve Add -Wmissing-declarations -Wmissing-prototypes to configure flags 2010-03-21 21:39:18 +01:00
mxf Add -Wformat-nonliteral -Wformat-security flags 2010-03-22 16:22:22 +01:00
nsf Add -Wundef 2010-03-22 12:30:01 +01:00
nuvdemux Split out GST_PLUGINS_BAD_CFLAGS from GST_CFLAGS 2010-05-19 18:24:02 -07:00
overlay gst_element_class_set_details => gst_element_class_set_details_simple 2010-03-18 22:46:41 +01:00
passthrough gst_element_class_set_details => gst_element_class_set_details_simple 2010-03-18 22:46:41 +01:00
pcapparse gst_element_class_set_details => gst_element_class_set_details_simple 2010-03-18 22:46:41 +01:00
playondemand gst_element_class_set_details => gst_element_class_set_details_simple 2010-03-18 22:46:41 +01:00
pnm osx: more compiler warning fixes 2010-03-24 00:19:02 +00:00
qtmux qtmux: Add VP8 2010-05-19 19:24:04 +02:00
rawparse resindvd, rawparse: fix LDFLAGS for gst-plugins-base libs 2009-08-25 23:55:41 +01:00
real Add -Wwrite-strings 2010-03-22 13:16:33 +01:00
rtjpeg gst_element_class_set_details => gst_element_class_set_details_simple 2010-03-18 22:46:41 +01:00
rtpmux rtpmux: fix missing debug log message argument 2010-06-03 10:43:20 +01:00
scaletempo gst_element_class_set_details => gst_element_class_set_details_simple 2010-03-18 22:46:41 +01:00
sdp Add -Wwrite-strings 2010-03-22 13:16:33 +01:00
segmentclip segmentclip: Add audio/video buffer segment clip elements 2010-03-12 07:29:58 +00:00
selector gst_element_class_set_details => gst_element_class_set_details_simple 2010-03-18 22:46:41 +01:00
siren Add -Wmissing-declarations -Wmissing-prototypes to configure flags 2010-03-21 21:39:18 +01:00
smooth gst_element_class_set_details => gst_element_class_set_details_simple 2010-03-18 22:46:41 +01:00
smoothwave gst_element_class_set_details => gst_element_class_set_details_simple 2010-03-18 22:46:41 +01:00
speed gst_element_class_set_details => gst_element_class_set_details_simple 2010-03-18 22:46:41 +01:00
stereo gst_element_class_set_details => gst_element_class_set_details_simple 2010-03-18 22:46:41 +01:00
subenc Add -Wredundant-decls flag 2010-03-22 12:05:59 +01:00
tta Add -Wmissing-declarations -Wmissing-prototypes to configure flags 2010-03-21 21:39:18 +01:00
valve gst_element_class_set_details => gst_element_class_set_details_simple 2010-03-18 22:46:41 +01:00
vbidec gst_element_class_set_details => gst_element_class_set_details_simple 2010-03-18 22:46:41 +01:00
videodrop gst_element_class_set_details => gst_element_class_set_details_simple 2010-03-18 22:46:41 +01:00
videomeasure Split out GST_PLUGINS_BAD_CFLAGS from GST_CFLAGS 2010-05-19 18:24:02 -07:00
videosignal gst_element_class_set_details => gst_element_class_set_details_simple 2010-03-18 22:46:41 +01:00
vmnc Add -Wmissing-declarations -Wmissing-prototypes to configure flags 2010-03-21 21:39:18 +01:00
Makefile.am build: build plugins and examples in parallel where possible, if make -jN is used 2010-03-30 01:17:15 +01:00