summaryrefslogtreecommitdiff
path: root/gst/videofilter
Commit message (Expand)AuthorAgeFilesLines
* win32: remove outdated build cruftTim-Philipp Müller2016-02-214-589/+0
* Rename property enums from ARG_ to PROP_Luis de Bethencourt2015-04-271-4/+4
* Remove obsolete Android build cruftTim-Philipp Müller2015-04-261-15/+0
* Constify some static arrays everywhereSebastian Dröge2015-01-211-1/+1
* videobalance: fix unhandled format in passthroughWim Taymans2014-11-201-1/+2
* videobalance: Allow any raw caps in passthrough mode, not just the ones we ha...Sebastian Dröge2014-08-131-11/+13
* videobalance: Allow ANY capsfeatures, but only in passthrough modeSebastian Dröge2014-08-131-2/+33
* videoflip: add missing break in switchVincent Penquerc'h2014-05-021-0/+1
* docs: remove outdated and pointless 'Last reviewed' lines from docsTim-Philipp Müller2014-04-263-6/+0
* videoflip: don't crash on tag events without orientation tagTim-Philipp Müller2013-11-281-2/+2
* videoflip: Set default method at contructionNicolas Dufresne2013-11-251-1/+2
* videoflip: Add automatic flip mode driven by image-orientation tagNicolas Dufresne2013-10-042-33/+101
* gst: Add better support for static pluginsSebastian Dröge2013-04-151-1/+1
* videoflip: Add gray 8/16 supportJoshua M. Doe2012-11-201-4/+9
* videoflip: Add NV12/NV21 supportNicolas Dufresne2012-11-131-2/+204
* Fix FSF addressTim-Philipp Müller2012-11-0410-20/+20
* median: small cleanupsWim Taymans2012-10-162-35/+39
* videomedian: copy media to videomedianWim Taymans2012-10-164-3/+393
* videobalance: Add support for NV12 and NV21Sebastian Dröge2012-10-041-2/+63
* gamma: remove duplicate entries at format at capsAndre Moreira Magalhaes (andrunko)2012-09-271-2/+2
* videobalance: avoid deadlockWim Taymans2012-09-041-1/+1
* docs: gst-launch -> gst-launch-1.0 and ffmpegcolorspace -> videoconvertTim-Philipp Müller2012-08-273-4/+4
* Use new gst_element_class_set_static_metadata()Tim-Philipp Müller2012-04-104-4/+4
* gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge2012-04-052-2/+2
* gst: Update versioningSebastian Dröge2012-04-041-1/+1
* use transform_ip_on_passthroughWim Taymans2012-04-022-9/+2
* videofilter: avoid holding object lock when calling basetransform functionMark Nauwelaerts2012-03-262-16/+22
* don't poke into basetransform internalsWim Taymans2012-03-162-4/+4
* mixer/colorbalance: Update for API changesSebastian Dröge2012-03-021-1/+7
* update for basetransform changeWim Taymans2012-02-241-1/+1
* update for basetransform lock removalWim Taymans2012-02-231-5/+1
* update for videofilter changes.Wim Taymans2011-12-216-157/+66
* fix for moved interfacesWim Taymans2011-11-292-2/+1
* Fix printf format compiler warnings on OS X / 64bitMatej Knopp2011-11-221-2/+3
* controller: port to new controller location and apiStefan Sauer2011-11-045-11/+4
* interfaces: clean up the use of iface and class/klassStefan Sauer2011-10-211-2/+3
* videoflip: fix capsWim Taymans2011-07-051-2/+2
* video: port to new video apisWim Taymans2011-07-046-412/+302
* videofilter: Use new GstBaseTransform::transform_caps APIEdward Hervey2011-06-071-1/+12
* port some more elements to 0.11Wim Taymans2011-04-253-75/+44
* Merge branch 'master' into 0.11Wim Taymans2011-04-183-12/+26
|\
| * videobalance: fix handling of YUV images with 'odd' widthsTim-Philipp Müller2011-04-131-8/+11
| * videoflip: fix unused-but-set-variable warnings with gcc 4.6Tim-Philipp Müller2011-04-131-4/+0
| * android: Make it ready for androgenizerThibault Saunier2011-04-111-0/+15
* | plugins: port to new memory APIWim Taymans2011-03-283-10/+18
|/
* videoflip: Fix buffer overflow bug for odd resolutions and Y422 colorspacesYouness Alaoui2011-03-151-32/+52
* videoflip: Add support for YUY2, UVYV and YVYU colorspacesYouness Alaoui2011-03-151-2/+212
* cairo, videofilter: use gst/math-compat.h header for rintTim-Philipp Müller2010-12-311-5/+2
* videobalance: Check for HAVE_RINT insteadDavid Schleef2010-12-301-7/+3
* videobalance: use G_OS_WIN32 for windows checkDavid Schleef2010-12-301-1/+1