summaryrefslogtreecommitdiff
path: root/gst/videofilter
AgeCommit message (Expand)AuthorFilesLines
2015-01-21Constify some static arrays everywhereSebastian Dröge1-1/+1
2014-11-20videobalance: fix unhandled format in passthroughWim Taymans1-1/+2
2014-08-13videobalance: Allow any raw caps in passthrough mode, not just the ones we ha...Sebastian Dröge1-11/+13
2014-08-13videobalance: Allow ANY capsfeatures, but only in passthrough modeSebastian Dröge1-2/+33
2014-05-02videoflip: add missing break in switchVincent Penquerc'h1-0/+1
2014-04-26docs: remove outdated and pointless 'Last reviewed' lines from docsTim-Philipp Müller3-6/+0
2013-11-28videoflip: don't crash on tag events without orientation tagTim-Philipp Müller1-2/+2
2013-11-25videoflip: Set default method at contructionNicolas Dufresne1-1/+2
2013-10-04videoflip: Add automatic flip mode driven by image-orientation tagNicolas Dufresne2-33/+101
2013-04-15gst: Add better support for static pluginsSebastian Dröge1-1/+1
2012-11-20videoflip: Add gray 8/16 supportJoshua M. Doe1-4/+9
2012-11-13videoflip: Add NV12/NV21 supportNicolas Dufresne1-2/+204
2012-11-04Fix FSF addressTim-Philipp Müller10-20/+20
2012-10-16median: small cleanupsWim Taymans2-35/+39
2012-10-16videomedian: copy media to videomedianWim Taymans4-3/+393
2012-10-04videobalance: Add support for NV12 and NV21Sebastian Dröge1-2/+63
2012-09-27gamma: remove duplicate entries at format at capsAndre Moreira Magalhaes (andrunko)1-2/+2
2012-09-04videobalance: avoid deadlockWim Taymans1-1/+1
2012-08-27docs: gst-launch -> gst-launch-1.0 and ffmpegcolorspace -> videoconvertTim-Philipp Müller3-4/+4
2012-04-10Use new gst_element_class_set_static_metadata()Tim-Philipp Müller4-4/+4
2012-04-05gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge2-2/+2
2012-04-04gst: Update versioningSebastian Dröge1-1/+1
2012-04-02use transform_ip_on_passthroughWim Taymans2-9/+2
2012-03-26videofilter: avoid holding object lock when calling basetransform functionMark Nauwelaerts2-16/+22
2012-03-16don't poke into basetransform internalsWim Taymans2-4/+4
2012-03-02mixer/colorbalance: Update for API changesSebastian Dröge1-1/+7
2012-02-24update for basetransform changeWim Taymans1-1/+1
2012-02-23update for basetransform lock removalWim Taymans1-5/+1
2011-12-21update for videofilter changes.Wim Taymans6-157/+66
2011-11-29fix for moved interfacesWim Taymans2-2/+1
2011-11-22Fix printf format compiler warnings on OS X / 64bitMatej Knopp1-2/+3
2011-11-04controller: port to new controller location and apiStefan Sauer5-11/+4
2011-10-21interfaces: clean up the use of iface and class/klassStefan Sauer1-2/+3
2011-07-05videoflip: fix capsWim Taymans1-2/+2
2011-07-04video: port to new video apisWim Taymans6-412/+302
2011-06-07videofilter: Use new GstBaseTransform::transform_caps APIEdward Hervey1-1/+12
2011-04-25port some more elements to 0.11Wim Taymans3-75/+44
2011-04-18Merge branch 'master' into 0.11Wim Taymans3-12/+26
2011-04-13videobalance: fix handling of YUV images with 'odd' widthsTim-Philipp Müller1-8/+11
2011-04-13videoflip: fix unused-but-set-variable warnings with gcc 4.6Tim-Philipp Müller1-4/+0
2011-04-11android: Make it ready for androgenizerThibault Saunier1-0/+15
2011-03-28plugins: port to new memory APIWim Taymans3-10/+18
2011-03-15videoflip: Fix buffer overflow bug for odd resolutions and Y422 colorspacesYouness Alaoui1-32/+52
2011-03-15videoflip: Add support for YUY2, UVYV and YVYU colorspacesYouness Alaoui1-2/+212
2010-12-31cairo, videofilter: use gst/math-compat.h header for rintTim-Philipp Müller1-5/+2
2010-12-30videobalance: Check for HAVE_RINT insteadDavid Schleef1-7/+3
2010-12-30videobalance: use G_OS_WIN32 for windows checkDavid Schleef1-1/+1
2010-10-27videoflip: Forward src pad events upstream.Jan Schmidt1-1/+4
2010-10-13various (gst): add a missing G_PARAM_STATIC_STRINGS flagsStefan Kost1-1/+1
2010-07-16videobalance: Fix wrong lock order that could lead to a deadlock. Fixes #624331.Alessandro Decina1-2/+4