summaryrefslogtreecommitdiff
path: root/gst/coloreffects
AgeCommit message (Collapse)AuthorFilesLines
2018-04-25Meson: Generate pc file for all plugins in badXavier Claessens1-0/+1
https://bugzilla.gnome.org/show_bug.cgi?id=794568
2017-05-16Remove plugin specific static build optionNicolas Dufresne1-1/+0
Static and dynamic plugins now have the same interface. The standard --enable-static/--enable-shared toggle are sufficient.
2017-04-12docs: Port all docstring to gtk-doc markdownThibault Saunier2-4/+5
2016-08-20Add support for Meson as alternative/parallel build systemNirbheek Chauhan1-0/+14
https://github.com/mesonbuild/meson With contributions from: Tim-Philipp Müller <tim@centricular.com> Matej Knopp <matej.knopp@gmail.com> Jussi Pakkanen <jpakkane@gmail.com> (original port) Highlights of the features provided are: * Faster builds on Linux (~40-50% faster) * The ability to build with MSVC on Windows * Generate Visual Studio project files * Generate XCode project files * Much faster builds on Windows (on-par with Linux) * Seriously fast configure and building on embedded ... and many more. For more details see: http://blog.nirbheek.in/2016/05/gstreamer-and-meson-new-hope.html http://blog.nirbheek.in/2016/07/building-and-developing-gstreamer-using.html Building with Meson should work on both Linux and Windows, but may need a few more tweaks on other operating systems.
2016-03-24bad: use new gst_element_class_add_static_pad_template()Vineeth TM2-8/+8
https://bugzilla.gnome.org/show_bug.cgi?id=763081
2016-02-03docs: remove some leftover 'Since 0.10.x' markersTim-Philipp Müller1-1/+1
2015-12-15plugins-bad: Fix example pipelinesVineeth TM2-2/+2
rename gst-launch --> gst-launch-1.0 replace old elements with new elements(ffmpegcolorspace -> videoconvert, ffenc_** -> avenc_**) fix caps in examples https://bugzilla.gnome.org/show_bug.cgi?id=759432
2015-04-26Remove obsolete Android build cruftTim-Philipp Müller1-14/+0
This is not needed any longer.
2015-04-24remove unused enum items PROP_LASTLuis de Bethencourt1-2/+1
This were probably added to the enums due to cargo cult programming and are unused.
2014-10-02gst: remove unnecessary GLIB_DISABLE_DEPRECATION_WARNINGSVineeth T M1-5/+0
There are unnecessary definitions for disabling deprecation warnings. Since GLIB_DISABLE_DEPRECATION_WARNINGS is not needed anymore in these files, removing the same. https://bugzilla.gnome.org/show_bug.cgi?id=737559
2013-04-15gst: Add better support for static pluginsSebastian Dröge1-1/+1
2013-02-09chromahold: deprecated GStaticMutex -> GMutexMarc Leeman2-5/+5
https://bugzilla.gnome.org/show_bug.cgi?id=693322
2012-11-04Fix FSF addressTim-Philipp Müller5-10/+10
https://bugzilla.gnome.org/show_bug.cgi?id=687520
2012-10-17Use gst_element_class_set_static_metadata()Tim-Philipp Müller2-2/+2
where possible. Avoids some string copies. Also re-indent some stuff. Also some indent fixes here and there.
2012-09-14replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts2-2/+2
2012-09-14ffmpegcolorspace is no moreWim Taymans2-2/+2
2012-04-24coloreffects: port to 0.11Mark Nauwelaerts4-181/+112
2012-04-05gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge1-1/+1
2012-04-04gst: Update versioningSebastian Dröge1-1/+1
2012-02-10Merge branch 'master' into 0.11Wim Taymans1-0/+4
Conflicts: ext/chromaprint/gstchromaprint.c ext/mpeg2enc/Makefile.am ext/voaacenc/gstvoaacenc.c gst/dvbsuboverlay/gstdvbsuboverlay.c gst/mpegtsdemux/mpegtsbase.c gst/sdp/gstsdpdemux.c gst/videoparsers/gsth264parse.c sys/d3dvideosink/d3dvideosink.c tests/examples/camerabin/gst-camera-perf.c tests/examples/camerabin/gst-camerabin-test.c tests/examples/camerabin2/gst-camerabin2-test.c tests/examples/mxf/mxfdemux-structure.c tests/examples/scaletempo/demo-main.c
2012-01-27plenty: fixup glib deprecationsVincent Penquerc'h1-0/+4
2012-01-10Merge branch 'master' into 0.11Sebastian Dröge2-1/+41
Conflicts: gst/mpegtsdemux/tsdemux.c gst/videoparsers/gsth264parse.c tests/check/elements/camerabin2.c
2012-01-06coloreffects: added support for a visual magnifier color filter to be used ↵David Biomech3602-1/+40
in gnome-video-effects https://bugzilla.gnome.org/show_bug.cgi?id=666542
2011-11-28various: fix pad template ref leaksVincent Penquerc'h2-8/+8
https://bugzilla.gnome.org/show_bug.cgi?id=662664
2011-11-04controller: port to new controller location and apiStefan Sauer2-3/+1
2011-05-14coloreffects: Coding style fixesLuis de Bethencourt4-9/+11
2011-04-11android: make it ready for androgenizerThibault Saunier1-0/+14
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
2010-10-06chromahold: Fix hue calculation for red colorsSebastian Dröge1-8/+9
Also make the calculation much more accurate...
2010-10-06chromahold: Make everything greyscale if the target color is greySebastian Dröge1-2/+2
2010-10-06chromahold: Add chromahold color effectSebastian Dröge4-6/+553
This effect converts all colors except a single one to grey. The color is selected by an RGB triple and a tolerance for the color matching in hue degree can be specified.
2010-08-04coloreffects: Minor cleanupSebastian Dröge2-2/+2
2010-08-04coloreffects: Improve property description a bitSebastian Dröge1-1/+1
2010-08-04coloreffects: Don't use the fixed_caps func on the padsSebastian Dröge1-3/+0
coloreffects can renegotiate during playback without any problems.
2010-08-04coloreffects: add ayuv supportFilippo Argiolas2-42/+172
Currently implemented switching from yuv to rgb, looking up rgb from the table in the usual way, getting back to yuv. With luma lookup presets (sepia, heat, xray) a color space conversion is saved directly looking up rgb for a given Y and converting to yuv. Probably this latter step can even be made faster precalculating a luma to yuv table in an outer loop. https://bugzilla.gnome.org/show_bug.cgi?id=625817
2010-08-04coloreffects: new plugin for lookup table color mappingFilippo Argiolas4-0/+643
Implements a color lookup table filter with 4 presets: - heat: fake heat camera effect - sepia: sepia toning - xray: invert + shade to blue - xpro: cross process https://bugzilla.gnome.org/show_bug.cgi?id=625817