summaryrefslogtreecommitdiff
path: root/gst/alpha/gstalpha.c
Commit message (Expand)AuthorAgeFilesLines
* alpha: Fix sample pipelinePetr Viktorin2016-02-281-5/+6
* remove unused enum items PROP_LASTLuis de Bethencourt2015-04-241-2/+1
* Fix double semicolonsTim-Philipp Müller2015-03-101-2/+2
* Miscellaneous minor cleanupsSanjay NM2014-09-241-2/+0
* alpha: use POFFSET instead of OFFSETWim Taymans2013-09-231-80/+80
* alpha: don't assume planar formats have just 1 blockWim Taymans2013-09-191-20/+12
* alpha: improve descriptions of chroma keying-related properties and enumsJean-François Fortin Tam2013-02-221-7/+10
* alpha: Do not override the method with custom r/g/b valuesYouness Alaoui2013-02-221-23/+25
* Fix FSF addressTim-Philipp Müller2012-11-041-2/+2
* docs: gst-launch -> gst-launch-1.0 and ffmpegcolorspace -> videoconvertTim-Philipp Müller2012-08-271-1/+1
* alpha: don't set up stuff before the input and output formats are knownTim-Philipp Müller2012-05-011-7/+22
* alpha, smpte: adjust to removed color-matrix caps fieldMark Nauwelaerts2012-04-131-3/+4
* Use new gst_element_class_set_static_metadata()Tim-Philipp Müller2012-04-101-1/+1
* gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge2012-04-051-1/+1
* update for basetransform changeWim Taymans2012-02-241-1/+1
* Use new GLib API unconditionallyTim-Philipp Müller2012-01-221-21/+0
* Merge branch 'master' into 0.11Sebastian Dröge2012-01-101-0/+22
|\
| * alpha: use new glib API for static mutex if availableTim-Philipp Müller2011-12-121-0/+22
| * various: fix pad template leaksVincent Penquerc'h2011-11-281-4/+4
* | alpha: Refactor param/process functionsEdward Hervey2012-01-041-13/+26
* | update for videofilter changes.Wim Taymans2011-12-211-84/+37
* | Fix printf format compiler warnings on OS X / 64bitMatej Knopp2011-11-221-2/+3
* | controller: port to new controller location and apiStefan Sauer2011-11-041-3/+1
* | alpha: Don't use start() vmethodEdward Hervey2011-10-101-14/+0
* | video: port to new colorimetry infoWim Taymans2011-08-231-6/+3
* | alpha: fix capsWim Taymans2011-07-041-2/+2
* | alpha: port to new video APIWim Taymans2011-07-041-235/+179
* | alpha: more portingWim Taymans2011-07-041-111/+46
* | port to new video apiWim Taymans2011-07-041-311/+438
* | alpha: Use new transform_caps vmethod (with filter)Edward Hervey2011-06-071-2/+14
* | port some more elements to 0.11Wim Taymans2011-04-251-23/+19
* | plugins: port to new memory APIWim Taymans2011-03-281-4/+11
* | Merge branch 'master' into 0.11Wim Taymans2011-02-281-4/+4
|\ \ | |/
| * alpha: fix compiler warnings caused by -DG_DISABLE_ASSERTTim-Philipp Müller2011-01-071-5/+5
|/
* alpha: Add property to allow passthrough modeSebastian Dröge2010-06-011-34/+162
* alpha: Fix planar YUV->RGB processingSebastian Dröge2010-04-291-18/+10
* alpha: Correctly clamp after YUV->RGB conversionSebastian Dröge2010-04-291-25/+33
* alpha: Add support for YUY2, YVYU and UYVYSebastian Dröge2010-04-291-1/+503
* alpha: Refactor processing and add support for other planar YUV formatsSebastian Dröge2010-04-291-1268/+994
* alpha: Add support for YV12 inputSebastian Dröge2010-04-291-20/+30
* alpha: Add documentationSebastian Dröge2010-04-081-0/+19
* alpha: Simplify caps transformationSebastian Dröge2010-03-261-59/+18
* alpha: Add support for RGB and xRGB inputSebastian Dröge2010-03-201-1/+390
* alpha: Add support for ARGB inputSebastian Dröge2010-03-201-35/+354
* alpha: Add support for generating ARGB outputSebastian Dröge2010-03-201-90/+550
* alpha: Move chroma keying parameters into stack variables to prevent multiple...Sebastian Dröge2010-03-201-28/+35
* alpha: Move color conversion matrixes into stack variables to speed up proces...Sebastian Dröge2010-03-201-9/+16
* alpha: Use correct matrixes to convert chroma keying color to YUVSebastian Dröge2010-03-201-3/+22
* alpha: Add support for different color matrixesSebastian Dröge2010-03-191-83/+284
* alpha: Rename and move functions as further preparation for supporting more c...Sebastian Dröge2010-03-191-83/+83