summaryrefslogtreecommitdiff
path: root/gst/videofilters
Commit message (Collapse)AuthorAgeFilesLines
* Remove obsolete Android build cruftTim-Philipp Müller2015-04-261-14/+0
| | | | This is not needed any longer.
* videofilters: Add support for more YUV formatsSanjay NM2014-09-231-1/+4
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=737111
* zebrastripe: Refactor to remove duplicate codeVineeth T M2014-09-011-73/+17
| | | | | | | | | | gst_zebra_stripe_transform_frame_ip_planarY gst_zebra_stripe_transform_frame_ip_YUY2 gst_zebra_stripe_transform_frame_ip_AYUV all above 3 functions do the same functionality except for offset and pixel stride. Hence moving the functionality to a single funtion. https://bugzilla.gnome.org/show_bug.cgi?id=735032
* scenechange: fix crash on startupVineeth T M2014-08-141-0/+1
| | | | | | | | gst_video_frame_map() was using the oldinfo GstVideoInfo before it's been populated, resulting in a crash right at the start. https://bugzilla.gnome.org/show_bug.cgi?id=734763
* all: Fix for GST_DISABLE_GST_DEBUGEdward Hervey2013-07-293-232/+4
| | | | | Where applicable, remove methods that don't do anything different than the default implementation.
* videofilters: Add videodiff elementDavid Schleef2013-05-104-0/+356
|
* gst: Add better support for static pluginsSebastian Dröge2013-04-151-1/+1
|
* videofiltersbad: port to 1.0David Schleef2013-04-127-555/+220
|
* Fix FSF addressTim-Philipp Müller2012-11-043-6/+6
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=687520
* Use gst_element_class_set_static_metadata()Tim-Philipp Müller2012-10-172-2/+2
| | | | | where possible. Avoids some string copies. Also re-indent some stuff. Also some indent fixes here and there.
* replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts2012-09-142-2/+2
|
* gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge2012-04-051-1/+1
|
* gst: Update versioningSebastian Dröge2012-04-041-1/+1
|
* videofilter2: Fix copyrightDavid Schleef2011-06-041-10/+1
|
* Remove unused but set variablesDebarshi Ray2011-06-043-24/+0
| | | | | This is needed to satisfy the new -Wunused-but-set-variable added in GCC 4.6: http://gcc.gnu.org/gcc-4.6/changes.html
* android: make it ready for androgenizerThibault Saunier2011-04-111-1/+13
| | | | | | | | Remove the android/ top dir Fixe the Makefile.am to be androgenized To build gstreamer for android we are now using androgenizer which generates the needed Android.mk files. Androgenizer can be found here: http://git.collabora.co.uk/?p=user/derek/androgenizer.git
* scenechange: new scene change detection elementDavid Schleef2011-04-085-2/+519
|
* zebrastripe: Add new GstVideoFilter2 base classDavid Schleef2011-03-215-156/+493
| | | | An experiment. Not completely happy with it.
* theora,tarkin: Remove ancient unused codeDavid Schleef2011-03-101-1/+1
|
* videofilters: link to libmByeong-ryeol Kim2011-03-081-1/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=644176
* zebrastripe: New elementDavid Schleef2011-03-074-0/+485
Adds zebra stripes to overexposed video.