Thiago Santos [Fri, 10 Sep 2010 13:29:38 +0000 (10:29 -0300)]
geometrictransform: Fix build with debugging disabled
Add some ifdefs to prevent build failures due to unused
variables
Stefan Kost [Thu, 9 Sep 2010 20:59:17 +0000 (23:59 +0300)]
tests: allow running state tests for all elements
Now one can use GST_NO_STATE_IGNORE_ELEMENTS=1 make generic/states.check
to try elements that would normaly be skipped.
Edward Hervey [Thu, 9 Sep 2010 15:18:06 +0000 (17:18 +0200)]
configure.ac: Remove dependency on libswscale
It's not used in the gst opencv plugin.
Tim-Philipp Müller [Thu, 9 Sep 2010 14:03:24 +0000 (15:03 +0100)]
opencv: define CV_NO_BACKWARD_COMPATIBILITY to suppress warnings caused by compat header
Compile with -DCV_NO_BACKWARD_COMPATIBILITY for now, so that the compat header
doesn't get included, which causes compiler warnings that (it seems) can't be
switched off easily. As a result, we also specify a max. version in configure,
so the build doesn't break if our code doesn't compile against newer opencv
versions any more with that flag.
Tim-Philipp Müller [Thu, 9 Sep 2010 10:07:47 +0000 (11:07 +0100)]
opencv: avoid 'unused' compiler warnings with inline functions in opencv headers
Override CV_INLINE to avoid 'unused' gcc warnings. GLib will take care of defining
'inline' sufficiently and OpenCV's define isn't good enough to avoid 'unused'
compiler warnings (at least in version 2.1.0).
Tim-Philipp Müller [Thu, 9 Sep 2010 09:27:49 +0000 (10:27 +0100)]
opencv: update plugin source package name and origin
Thiago Santos [Thu, 9 Sep 2010 02:59:38 +0000 (23:59 -0300)]
facedetect: Add more parameters
Expose the parameters of cvHaarDetectObjects in facedetect
element.
Thiago Santos [Wed, 8 Sep 2010 17:59:54 +0000 (14:59 -0300)]
opencv: Refactor files structure
Remove internal folders and put all code inside the main plugin
folder. Also fixes some building warnings.
Thiago Santos [Wed, 8 Sep 2010 03:08:44 +0000 (00:08 -0300)]
opencv: Adds new plugin opencv
Moves opencv plugin from http://github.com/Elleo/gst-opencv
into -bad module.
Thiago Santos [Mon, 6 Sep 2010 02:09:26 +0000 (23:09 -0300)]
facedetect: Post an useful message
Add a message to be post when faces are found on a frame that
contains all faces on a single message and also has
timestamp/running/segment times for that buffer so it
can be identified.
This message is called 'facedetect' and has a 'faces' list
of structures with all faces.
The old 'face' message is still posted for each face found, but
it is not really useful as it doesn't have any reference to the
buffer that generated it.
Thiago Santos [Sun, 5 Sep 2010 20:53:24 +0000 (17:53 -0300)]
facedetect: Use GstOpencvVideoFilter as the base class
Port facedetect to use GstOpencvVideoFilter as the base class
to inherit all the goodness that GstBaseTransform/GstVideoFilter
already handles.
Thiago Santos [Fri, 3 Sep 2010 23:27:31 +0000 (20:27 -0300)]
opencvbasetrans: Use GstVideoFilter as the base class
Port from GstBaseTransform to GstVideoFilter as the base class.
Thiago Santos [Mon, 24 May 2010 22:28:59 +0000 (19:28 -0300)]
cvlaplace: adds new cvlaplace element
Adds new cvlaplace element.
Also adds a new opencvbasetransform function to be overriden
by children classes: the cv_set_caps, it allows children classes
to know what are they going to handle and prepare properly.
Thiago Santos [Wed, 19 May 2010 23:11:39 +0000 (20:11 -0300)]
Adds new element cvsobel
Thiago Santos [Mon, 17 May 2010 22:04:49 +0000 (19:04 -0300)]
Adds new element cvequalizehist
Thiago Santos [Sun, 16 May 2010 22:14:54 +0000 (19:14 -0300)]
Adds new elements cvdilate and cverode
Adds 2 similar elements (so similar they have their own baseclass),
cvdilate and cverode.
Thiago Santos [Sun, 16 May 2010 20:03:51 +0000 (17:03 -0300)]
cvsmooth: Improve parameters docs
Thiago Santos [Sun, 16 May 2010 19:37:12 +0000 (16:37 -0300)]
cvsmooth: Deactivating blur-no-scale
Deactivate blur-no-scale because basetransform doesn't provide a way
to override getcaps for pads, always using templatecaps independent
of properties.
Thiago Santos [Sun, 16 May 2010 14:42:08 +0000 (11:42 -0300)]
cvsmooth: Add support for video/x-raw-gray
Thiago Santos [Sun, 16 May 2010 03:46:01 +0000 (00:46 -0300)]
Adding gstopencvutils
Adds a file to keep utilitary functions together
Thiago Santos [Tue, 11 May 2010 23:11:42 +0000 (20:11 -0300)]
cvsmooth: Adds new element cvsmooth
Adds new cvsmooth element
Thiago Santos [Wed, 5 May 2010 04:24:54 +0000 (01:24 -0300)]
gstopencvbasetrans: Adds this new base class
Adds GstOpencvBaseTransform as base class for simple 1:1
opencv filters
Thiago Santos [Mon, 26 Apr 2010 20:18:54 +0000 (17:18 -0300)]
pyramidsegment: Allocate a new buffer for output
Use a newly allocated buffer for output, and release the intermediary
image used.
Also add a TODO for performance improvement
Thiago Santos [Mon, 26 Apr 2010 20:34:12 +0000 (17:34 -0300)]
faceblur: facedetect: templatematch: textwrite: Set buffer to writable
These elements operates in place, set buffer to writable before
operating.
Thiago Santos [Mon, 26 Apr 2010 19:17:23 +0000 (16:17 -0300)]
edgedetect: Fix chain buffer handling
Allocate a new output buffer instead of using the input buffer
pointing to the internal cvCEdge opencv's IplImage data, which
might change, consequently changing the buffer.
Thiago Santos [Sun, 25 Apr 2010 19:27:04 +0000 (16:27 -0300)]
configure: enable -Werror to improve code
-Werror on git version is useful to keep code clean.
Sreerenj Balachandran [Tue, 2 Mar 2010 08:25:05 +0000 (13:55 +0530)]
Added the property for setting the RGB colours.
modified: ext/opencv/textwrite/gsttextwrite.c
modified: ext/opencv/textwrite/gsttextwrite.h
Sreerenj Balachandran [Tue, 2 Mar 2010 07:48:19 +0000 (13:18 +0530)]
Added the property for setting the "thickness" of font
modified: ext/opencv/textwrite/gsttextwrite.c
modified: ext/opencv/textwrite/gsttextwrite.h
Sreerenj Balachandran [Tue, 2 Mar 2010 07:15:58 +0000 (12:45 +0530)]
Added the property for setting x and y co-ordinates
modified: ext/opencv/textwrite/gsttextwrite.c
modified: ext/opencv/textwrite/gsttextwrite.h
Sreerenj Balachandran [Tue, 2 Mar 2010 07:11:25 +0000 (12:41 +0530)]
added the propery for setting x and y co-ordinates
modified: ext/opencv/textwrite/gsttextwrite.c
modified: ext/opencv/textwrite/gsttextwrite.h
Mike Sheldon [Sun, 28 Feb 2010 14:36:35 +0000 (14:36 +0000)]
Apply Stefan's faceblur fixes to facedetect
Sreerenj Balachandran [Sun, 28 Feb 2010 14:32:00 +0000 (14:32 +0000)]
Add simple text overlay plugin
Stefan Kost [Fri, 19 Feb 2010 20:50:18 +0000 (22:50 +0200)]
faceblur: fix handling of profile property.
Dup and free the string. Fixes leaking new values and avoids crashing
gst-inspect.
Mike Sheldon [Fri, 18 Dec 2009 11:23:59 +0000 (11:23 +0000)]
Fix includes in template matching element
Mike Sheldon [Tue, 26 May 2009 11:59:04 +0000 (12:59 +0100)]
Bring code in to line with general Gstreamer standards
Mike Sheldon [Mon, 25 May 2009 11:57:11 +0000 (12:57 +0100)]
Fix segfault in template match element if no template has been set
Add template matching python example
Add autotool, libtool and pkgconfig dependencies to debian control file
Mike Sheldon [Mon, 25 May 2009 10:26:28 +0000 (11:26 +0100)]
Add a plugin for automatically blurring faces in videos and images
Noam [Wed, 13 May 2009 09:19:43 +0000 (12:19 +0300)]
Added control for changing method
Noam [Wed, 13 May 2009 08:55:31 +0000 (11:55 +0300)]
Added templatematch element
kapil [Fri, 8 May 2009 06:25:20 +0000 (11:55 +0530)]
Registering all elements under opencv plugin
Mike Sheldon [Wed, 6 May 2009 14:49:42 +0000 (15:49 +0100)]
Fix the profile parameter in the facedetect element to accept a string correctly
Mike Sheldon [Wed, 6 May 2009 14:33:48 +0000 (15:33 +0100)]
Release OpenCV images when finalizing elements
kapil [Wed, 6 May 2009 11:08:15 +0000 (16:38 +0530)]
Fixed compile errors
Mike Sheldon [Mon, 20 Apr 2009 15:40:13 +0000 (18:40 +0300)]
Make face detect send a bus message when a face is detected
Write a simple python example for face detection
Mike Sheldon [Sat, 18 Apr 2009 20:43:37 +0000 (23:43 +0300)]
Add face detection element
Clean up some generated files
Update a few old comments
Mike Sheldon [Thu, 18 Dec 2008 23:48:40 +0000 (23:48 +0000)]
* Remove some autotools generated files
Mike Sheldon [Thu, 18 Dec 2008 23:43:36 +0000 (23:43 +0000)]
* Make it possible to set threshold2 at runtime
* Implement pyramid segmentation element
* Make masking optional on edgedetect
* Clean up edgedetect, add element details
* Implemented edge detect element
Thiago Santos [Wed, 8 Sep 2010 19:57:57 +0000 (16:57 -0300)]
id3mux: Map GST_TAG_ALBUM_ARTIST
Map GST_TAG_ALBUM_ARTIST to TPE2 as it is done in
-base id3tag mappings.
Tim-Philipp Müller [Sun, 8 Aug 2010 23:15:03 +0000 (00:15 +0100)]
Use AG_GST_CHECK_GST_PLUGINS_{GOOD,UGLY,BAD,FFMPEG} macros from common
to find plugin directories for the various modules our unit tests depend
on in an uninstalled environment. This makes sure these plugins are found
even when distchecking (which happens from a subdirectory, which means
that the currently used trick to find the uninstalled directories of
these modules doesn't work in that case).
Tim-Philipp Müller [Tue, 7 Sep 2010 18:16:24 +0000 (19:16 +0100)]
docs: update plugin docs sgml file a bit
Thiago Santos [Tue, 7 Sep 2010 18:22:28 +0000 (15:22 -0300)]
docs: add 2 new files to gitignore
Adds gst-plugins-bad-plugins.args.new and
gst-plugins-bad-plugins.signals.new to .gitignore
Thiago Santos [Tue, 7 Sep 2010 17:45:12 +0000 (14:45 -0300)]
jifmux: Make it more colorspace smart
This makes it able to recombine rgb images, making it possible
to add tags to rgb jpegs as well.
Uses a simple strategy to check what are the possible colorspaces
and avoid adding jfif to ones that aren't YUV/Gray.
Thiago Santos [Tue, 7 Sep 2010 13:26:29 +0000 (10:26 -0300)]
tests: jifmux: Adds tests for new ppi tags
Adds tests to check if libexif can read our
EXIF_TAG_X/Y_RESOLUTION tags.
Robert Swain [Tue, 7 Sep 2010 11:28:20 +0000 (13:28 +0200)]
interlace: Fix element details
Tim-Philipp Müller [Tue, 7 Sep 2010 10:42:30 +0000 (11:42 +0100)]
Automatic update of common submodule
From c2e10bf to aa0d1d0
Tim-Philipp Müller [Tue, 7 Sep 2010 10:34:35 +0000 (11:34 +0100)]
docs: update plugin introspection data for recent changes
Tim-Philipp Müller [Tue, 7 Sep 2010 10:28:44 +0000 (11:28 +0100)]
docs: remove introspection files for plugins that have been merged, moved or renamed
The aacparse, amrparse, flacparse plugins have been merged into the audioparsersbad
plugin. The aiffparse plugin has been renamed to aiff since it also contains an
aiff muxer now. The amrwb plugin has been renamed to amrwbenc. The dvbsrc plugin
has been renamed to dvb. The gstrtpmanager plugin has moved to -good. The x264
plugin has moved to -ugly. And the mpegtsparse plugin has been merged into the
mpegdemux2 plugin.
Tim-Philipp Müller [Mon, 6 Sep 2010 23:16:00 +0000 (00:16 +0100)]
tests: fix distcheck by disting new jack example directory
Also add test binary to ignores.
Tristan Matthews [Mon, 6 Sep 2010 21:17:54 +0000 (17:17 -0400)]
examples: add test to demonstrate jack_client_t usage
Tristan Matthews [Mon, 6 Sep 2010 20:11:31 +0000 (16:11 -0400)]
jack: added client property
Tristan Matthews [Thu, 17 Jun 2010 20:26:07 +0000 (16:26 -0400)]
jack: removed unused file gstjackbin.c
This is a 0.8 leftover.
Mark Nauwelaerts [Mon, 6 Sep 2010 12:12:00 +0000 (14:12 +0200)]
baseparse: non-TIME seek event is simply not handled
Thiago Santos [Mon, 6 Sep 2010 12:28:46 +0000 (09:28 -0300)]
configure: Bump -core/-base requirements to 0.10.30.1
We need 0.10.30.1 to have latest tags in core/base for jifmux
tests.
Youness Alaoui [Thu, 26 Aug 2010 06:54:55 +0000 (02:54 -0400)]
dtmfsrc: Make the dtmfsrc accept events sent with gst_element_send_event
The doc says to use gst_element_send_event on the pipeline, but if
we are to call it on the element itself, it's a noop. This should make it
handle the event properly before delegating it to basesrc.
Carl-Anton Ingmarsson [Sun, 5 Sep 2010 14:30:05 +0000 (16:30 +0200)]
vdpauvideopostprocess: set new framerate on output caps instead of input caps
It's not allowed to change the caps provided by the setcaps function.
https://bugzilla.gnome.org/show_bug.cgi?id=628326
David Schleef [Mon, 6 Sep 2010 10:23:26 +0000 (03:23 -0700)]
element-maker: Take parameters on command line
Now it's actually useful.
David Schleef [Mon, 6 Sep 2010 10:04:13 +0000 (03:04 -0700)]
interlace: Add documentation
Sebastian Dröge [Mon, 6 Sep 2010 08:29:21 +0000 (10:29 +0200)]
fpsdisplay: Use G_GUINT64_FORMAT instead of %llu
Fixes compiler warnings on 64 bit architectures.
Stefan Kost [Mon, 6 Sep 2010 08:03:07 +0000 (11:03 +0300)]
inputselector: sync with copy in -base
Use _get_caps_reffed to avoid copies.
Stefan Kost [Tue, 24 Aug 2010 08:50:47 +0000 (11:50 +0300)]
outputselector: move the debug init to the boilerplate macro
Stefan Kost [Tue, 24 Aug 2010 08:50:09 +0000 (11:50 +0300)]
inputselector: use GST_BOILERPLATE macro
Stefan Kost [Tue, 24 Aug 2010 08:26:52 +0000 (11:26 +0300)]
fpsdisplaysink: don't add a g_mainloop dependency
Just update the fps-message from the probe handler.
Stefan Kost [Wed, 18 Aug 2010 08:35:44 +0000 (11:35 +0300)]
fpsdisplaysink: small cleanup
Add one one example and lower the fon't size for the overlay.
Rob Clark [Mon, 23 Aug 2010 14:51:25 +0000 (09:51 -0500)]
fpsdisplaysink: measure fps in terms of wall clock time
Measure fps in terms of system clock, rather than pipeline clock, to get
an accurate meaure of fps.
David Schleef [Mon, 6 Sep 2010 05:41:24 +0000 (22:41 -0700)]
checksumsink: Add new element
David Schleef [Mon, 6 Sep 2010 05:30:54 +0000 (22:30 -0700)]
ssim: Add I420 support
David Schleef [Mon, 6 Sep 2010 04:34:30 +0000 (21:34 -0700)]
interlace: Add more formats
David Schleef [Mon, 6 Sep 2010 01:58:36 +0000 (18:58 -0700)]
Automatic update of common submodule
From d3d9acf to c2e10bf
Jan Schmidt [Sun, 5 Sep 2010 13:40:08 +0000 (23:40 +1000)]
Remove .new docs files from the repository
Jonathan Rosser [Sun, 5 Sep 2010 22:34:13 +0000 (15:34 -0700)]
cog: Fix cog_virt_frame_new_convert_u8()
Conversion was using uninitialized data instead of source frame.
Fixes #626425.
David Schleef [Sun, 5 Sep 2010 19:06:31 +0000 (12:06 -0700)]
cog: Fix generated Orc code
Also drop required Orc back down to 0.4.7.
Thiago Santos [Tue, 31 Aug 2010 00:22:14 +0000 (21:22 -0300)]
camerabin: Use jifmux instead of metadatamux
Use jifmux element to write exif/xmp tags instead of metadatamux
Thiago Santos [Tue, 31 Aug 2010 00:21:49 +0000 (21:21 -0300)]
camerabin: Use new tags from -base
Replace private tags from metadata plugin with the new generic tags
from -base.
Thiago Santos [Fri, 3 Sep 2010 17:12:23 +0000 (14:12 -0300)]
camerabin: Refactor tests
The tests were done in 2 steps, first there was a suite
that generated the files (while checking that camerabin
was operating correctly). Then there was a second suite
that was run to check that all files were playable with
playbin2. Those second tests were not being run because
they were checking if camerabin was initialized, and it
never was as those tests didn't use a 'setup' function.
This commit refactors the tests by removing this second
suite and merging its validation with the first suite's
functions.
Thiago Santos [Tue, 24 Aug 2010 17:43:50 +0000 (14:43 -0300)]
tests: jifmux: Adds geo location tags tests
Adds some more tests for geo location tags.
Also use libexif constants for the exif tags' ids.
Thiago Santos [Tue, 24 Aug 2010 12:02:59 +0000 (09:02 -0300)]
tests: jifmux: Refactor testing code a little
Refactor testing code to allow testing for cases where the
same gstreamer tag is mapped to multiple exif tags.
Thiago Santos [Mon, 23 Aug 2010 14:57:37 +0000 (11:57 -0300)]
jifmux: More tests for exif tags
Refactors some code and add some more tests for exif tags
Thiago Santos [Thu, 2 Sep 2010 14:18:27 +0000 (11:18 -0300)]
jifmux: Do not limit the size of the image on 16bits
Use guint instead of guint16 to represent the size of the encoded image,
this would make some recombined images lose most of their data and
show like a big black image with a small line of content on top.
Also adds a minor log message.
Thiago Santos [Sat, 21 Aug 2010 20:01:29 +0000 (17:01 -0300)]
jifmux: Set output pad caps
Set output pad caps to guarantee caps on the buffers being
pushed downstream.
Thiago Santos [Fri, 20 Aug 2010 11:34:35 +0000 (08:34 -0300)]
jifmux: Detect EOI correctly
EOI are not always at the last 4 bytes. We need to search
the last 5 bytes to find the 0xFFD9 sequence as jpegenc seems
to round the buffer size to the next 4 multiple.
Thiago Santos [Fri, 20 Aug 2010 01:43:47 +0000 (22:43 -0300)]
jifmux: Put APP0 first always
Fixes the order of the APP0/APP1 markers. APP0 should
be first.
Carl-Anton Ingmarsson [Wed, 1 Sep 2010 23:32:10 +0000 (01:32 +0200)]
vdpauh264dec: parse "pixel-aspect-ratio" from stream
Carl-Anton Ingmarsson [Wed, 1 Sep 2010 23:04:15 +0000 (01:04 +0200)]
vdpau: remove non working unused code from GstBaseVideoDecoder
Carl-Anton Ingmarsson [Wed, 1 Sep 2010 22:17:49 +0000 (00:17 +0200)]
vdpau: GstBaseVideoDecoder set default par to 1/1
Carl-Anton Ingmarsson [Wed, 1 Sep 2010 21:47:21 +0000 (23:47 +0200)]
vdpau: remove gst_base_video_decoder_get_current_frame
we now pass the current frame to GstBaseVideoDecoder::parse_data
also fixup some errors in vdpaumpeg4dec so that it now gives correct output
Carl-Anton Ingmarsson [Wed, 1 Sep 2010 20:03:05 +0000 (22:03 +0200)]
vdpau: rework GstBaseVideoDecoder timestamping
timestamps are now chosen in the following order:
upstream -> parsed by decoder -> calculated from timestamp offset
we also check the timestamps supplied from upstream/decoder to see if they
atleast is increasing.
Carl-Anton Ingmarsson [Wed, 1 Sep 2010 15:45:19 +0000 (17:45 +0200)]
vdpau: fix invalid unref
Sebastian Dröge [Sun, 5 Sep 2010 10:19:32 +0000 (12:19 +0200)]
Automatic update of common submodule
From ec60217 to d3d9acf
Edward Hervey [Sun, 5 Sep 2010 09:45:35 +0000 (11:45 +0200)]
configure.ac: Bump orc requirement to 0.4.8.1
0.4.7 creates code with unavailable symbols
0.4.8 creates buggy code
Let's use git head of orc (which still won't work because git head
of orc still claims to be 0.4.8)
This allows all the rest of -bad to build properly.
Edward Hervey [Wed, 14 Jul 2010 19:00:12 +0000 (21:00 +0200)]
timidity: Fix unitialized variables (gcc 4.4.4)