[gstreamer-bugs] [Bug 625817] coloreffects: new plugin for lookup table color mapping
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Wed Aug 4 01:16:07 PDT 2010
https://bugzilla.gnome.org/show_bug.cgi?id=625817
GStreamer | gst-plugins-bad | unspecified
Sebastian Dröge <slomo> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
Target Milestone|HEAD |0.10.20
--- Comment #12 from Sebastian Dröge <slomo at circular-chaos.org> 2010-08-04 08:16:04 UTC ---
commit 89231d14d9dadf532b688f19590dd6294c68c218
Author: Sebastian Dröge <sebastian.droege at collabora.co.uk>
Date: Wed Aug 4 10:15:00 2010 +0200
coloreffects: Add to the documentation
commit 09507edb8c07499f777582a323b66744a68bceca
Author: Sebastian Dröge <sebastian.droege at collabora.co.uk>
Date: Wed Aug 4 10:11:11 2010 +0200
coloreffects: Minor cleanup
commit 43db67f705a9af5875799ca63b5c816d2dcebee3
Author: Sebastian Dröge <sebastian.droege at collabora.co.uk>
Date: Wed Aug 4 10:09:53 2010 +0200
coloreffects: Improve property description a bit
commit 3878dce20d58253667ada2ac904bfa23bdb2f792
Author: Sebastian Dröge <sebastian.droege at collabora.co.uk>
Date: Wed Aug 4 10:08:24 2010 +0200
coloreffects: Don't use the fixed_caps func on the pads
coloreffects can renegotiate during playback without any problems.
commit 74de641ca4db01d96ddc7db37cfda99f0c16d2d2
Author: Filippo Argiolas <filippo.argiolas at gmail.com>
Date: Tue Aug 3 14:39:22 2010 +0200
coloreffects: add ayuv support
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
commit 79c343badee269afc423a2c08e99de97eeeb1c0b
Author: Filippo Argiolas <filippo.argiolas at gmail.com>
Date: Sun Aug 1 23:03:24 2010 +0200
coloreffects: new plugin for lookup table color mapping
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
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the Gstreamer-bugs
mailing list