summaryrefslogtreecommitdiff
path: root/gst/colorspace
Commit message (Expand)AuthorAgeFilesLines
* Moved 'colorspace' from -bad to -baseWim Taymans2011-06-159-24667/+0
* Update orc-generated disted C backup code to orc 0.4.14Tim-Philipp Müller2011-04-301-1112/+3740
* 0.10.21.3 pre-releaseTim-Philipp Müller2011-04-281-80/+80
* ext, gst: update disted orc backup filesTim-Philipp Müller2011-04-172-1159/+1277
* Fix some unused-but-set-variable warnings with gcc 4.6Tim-Philipp Müller2011-04-151-7/+0
* android: make it ready for androgenizerThibault Saunier2011-04-111-1/+14
* colorspace: set dithering enum directlyDavid Schleef2011-02-251-5/+1
* colorspace: Add support for r210David Schleef2011-02-252-1/+69
* colorspace: Fix YUV->RGB matrixingDavid Schleef2011-02-201-12/+12
* colorspace: Add ditheringDavid Schleef2011-02-204-0/+170
* colorspace: fix a few formatsDavid Schleef2011-02-203-4/+6
* colorspace: Add 16-bit-per-channel handlingDavid Schleef2011-02-203-69/+435
* colorspace: Fix memleakDavid Schleef2011-02-201-0/+4
* colorspace: Fix memory leakDavid Schleef2011-02-171-0/+7
* colorspace: Disable matrixing on big-endianDavid Schleef2011-01-021-0/+4
* colorspace: remove incorrect checkDavid Schleef2010-11-211-1/+0
* colorspace: Update generated ORC sourcesSebastian Dröge2010-11-052-0/+180
* colorspace: Inverse -base version check logic to actually make senseSebastian Dröge2010-11-041-1/+1
* colorspace: Add support for IYU1Sebastian Dröge2010-11-031-0/+89
* colorspace: First version of YUV9 and YVU9 implementationSebastian Dröge2010-11-032-12/+81
* colorspace: Use GST_CHECK_PLUGINS_BASE_VERSION() instead of other hacksSebastian Dröge2010-11-032-10/+12
* colorspace: fix build with current git of gst-plugins-baseTim-Philipp Müller2010-11-021-4/+6
* colorspace: Add support for 8 bit paletted RGBSebastian Dröge2010-11-024-17/+120
* cog, colorspace: update orc backup functions for latest changesTim-Philipp Müller2010-11-012-909/+1133
* colorspace: Add support for RGB15 and BGR15Sebastian Dröge2010-10-312-2/+57
* colorspace: Add support for RGB16 and BGR16Sebastian Dröge2010-10-312-2/+57
* colorspace: Add support for Y16Sebastian Dröge2010-10-312-1/+36
* colorspace: Fix Y800 ORC getline implementationSebastian Dröge2010-10-311-2/+2
* colorspace: Add support for A420Sebastian Dröge2010-10-313-3/+60
* colorspace: Add support for Y41BSebastian Dröge2010-10-311-1/+64
* colorspace: Add support for SDTV/HDTV YUV conversionsSebastian Dröge2010-10-314-62/+268
* colorspace: Add comment for the A420 getline/putline table rowSebastian Dröge2010-10-311-3/+1
* colorspace: Add const to the source arrays and the getline/putline tableSebastian Dröge2010-10-312-95/+172
* colorspace: Make fast-path transform table constSebastian Dröge2010-10-311-1/+1
* colorspace: Only do the I420->YUY2 conversion once per scanline in the fast pathSebastian Dröge2010-10-311-6/+0
* colorspace: quiet a GST_ERRORDavid Schleef2010-09-211-1/+1
* colorspace: add orc-dist filesTim-Philipp Müller2010-09-152-0/+16413
* colorspace: Add conversion codeDavid Schleef2010-09-146-220/+1914
* colorspace: Revive elementDavid Schleef2010-09-146-1388/+1662
* gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte2010-03-181-7/+3
* Don't install static libs for plugins. Fixes #550851 for -bad.Stefan Kost2008-11-041-0/+1
* Fix leaks.Edward Hervey2007-06-221-4/+2
* Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClassStefan Kost2006-06-011-1/+1
* Define GstElementDetails as const and also static (when defined as global)Stefan Kost2006-04-251-1/+1
* Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost2006-04-081-1/+1
* gst/: Fix more broken GObject macrosStefan Kost2006-04-081-1/+3
* rework build; add translations for v4l2Thomas Vander Stichele2006-04-011-1/+1
* expand tabsThomas Vander Stichele2005-12-062-16/+16
* Update for alloc_buffer changes.Andy Wingo2005-12-051-1/+2
* Fix up all the state change functions.Jan Schmidt2005-09-051-8/+9