summaryrefslogtreecommitdiff
path: root/gst/colorspace
AgeCommit message (Expand)AuthorFilesLines
2011-06-15Moved 'colorspace' from -bad to -baseWim Taymans9-24667/+0
2011-04-30Update orc-generated disted C backup code to orc 0.4.14Tim-Philipp Müller1-1112/+3740
2011-04-280.10.21.3 pre-releaseTim-Philipp Müller1-80/+80
2011-04-17ext, gst: update disted orc backup filesTim-Philipp Müller2-1159/+1277
2011-04-15Fix some unused-but-set-variable warnings with gcc 4.6Tim-Philipp Müller1-7/+0
2011-04-11android: make it ready for androgenizerThibault Saunier1-1/+14
2011-02-25colorspace: set dithering enum directlyDavid Schleef1-5/+1
2011-02-25colorspace: Add support for r210David Schleef2-1/+69
2011-02-20colorspace: Fix YUV->RGB matrixingDavid Schleef1-12/+12
2011-02-20colorspace: Add ditheringDavid Schleef4-0/+170
2011-02-20colorspace: fix a few formatsDavid Schleef3-4/+6
2011-02-20colorspace: Add 16-bit-per-channel handlingDavid Schleef3-69/+435
2011-02-20colorspace: Fix memleakDavid Schleef1-0/+4
2011-02-17colorspace: Fix memory leakDavid Schleef1-0/+7
2011-01-02colorspace: Disable matrixing on big-endianDavid Schleef1-0/+4
2010-11-21colorspace: remove incorrect checkDavid Schleef1-1/+0
2010-11-05colorspace: Update generated ORC sourcesSebastian Dröge2-0/+180
2010-11-04colorspace: Inverse -base version check logic to actually make senseSebastian Dröge1-1/+1
2010-11-03colorspace: Add support for IYU1Sebastian Dröge1-0/+89
2010-11-03colorspace: First version of YUV9 and YVU9 implementationSebastian Dröge2-12/+81
2010-11-03colorspace: Use GST_CHECK_PLUGINS_BASE_VERSION() instead of other hacksSebastian Dröge2-10/+12
2010-11-02colorspace: fix build with current git of gst-plugins-baseTim-Philipp Müller1-4/+6
2010-11-02colorspace: Add support for 8 bit paletted RGBSebastian Dröge4-17/+120
2010-11-01cog, colorspace: update orc backup functions for latest changesTim-Philipp Müller2-909/+1133
2010-10-31colorspace: Add support for RGB15 and BGR15Sebastian Dröge2-2/+57
2010-10-31colorspace: Add support for RGB16 and BGR16Sebastian Dröge2-2/+57
2010-10-31colorspace: Add support for Y16Sebastian Dröge2-1/+36
2010-10-31colorspace: Fix Y800 ORC getline implementationSebastian Dröge1-2/+2
2010-10-31colorspace: Add support for A420Sebastian Dröge3-3/+60
2010-10-31colorspace: Add support for Y41BSebastian Dröge1-1/+64
2010-10-31colorspace: Add support for SDTV/HDTV YUV conversionsSebastian Dröge4-62/+268
2010-10-31colorspace: Add comment for the A420 getline/putline table rowSebastian Dröge1-3/+1
2010-10-31colorspace: Add const to the source arrays and the getline/putline tableSebastian Dröge2-95/+172
2010-10-31colorspace: Make fast-path transform table constSebastian Dröge1-1/+1
2010-10-31colorspace: Only do the I420->YUY2 conversion once per scanline in the fast pathSebastian Dröge1-6/+0
2010-09-21colorspace: quiet a GST_ERRORDavid Schleef1-1/+1
2010-09-15colorspace: add orc-dist filesTim-Philipp Müller2-0/+16413
2010-09-14colorspace: Add conversion codeDavid Schleef6-220/+1914
2010-09-14colorspace: Revive elementDavid Schleef6-1388/+1662
2010-03-18gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte1-7/+3
2008-11-04Don't install static libs for plugins. Fixes #550851 for -bad.Stefan Kost1-0/+1
2007-06-22Fix leaks.Edward Hervey1-4/+2
2006-06-01Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClassStefan Kost1-1/+1
2006-04-25Define GstElementDetails as const and also static (when defined as global)Stefan Kost1-1/+1
2006-04-08Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost1-1/+1
2006-04-08gst/: Fix more broken GObject macrosStefan Kost1-1/+3
2006-04-01rework build; add translations for v4l2Thomas Vander Stichele1-1/+1
2005-12-06expand tabsThomas Vander Stichele2-16/+16
2005-12-05Update for alloc_buffer changes.Andy Wingo1-1/+2
2005-09-05Fix up all the state change functions.Jan Schmidt1-8/+9