summaryrefslogtreecommitdiff
path: root/gst/colorspace
AgeCommit message (Expand)AuthorFilesLines
2012-02-20colorspace: Fix v210 writing out of boundsDavid Schleef1-2/+2
2012-02-19colorspace: clamp intermediates when ditheringDavid Schleef1-3/+11
2012-01-22Revert "!colorspace: fix odd size problems"David Schleef2-172/+49
2012-01-22Revert "colorspace: Fix out-of-bound errors for v210"David Schleef1-2/+2
2012-01-22colorspace: Fix out-of-bound errors for v210David Schleef1-2/+2
2012-01-22!colorspace: fix odd size problemsDavid Schleef2-49/+172
2012-01-22colorspace: Add jpeg color-matrix conversionDavid Schleef1-0/+27
2011-11-28various: fix pad template ref leaksVincent Penquerc'h1-4/+4
2011-11-24colorspace: fix width/height mismatchesVincent Penquerc'h1-6/+6
2011-11-07colorspace: fix r210 writing only half a scanlineVincent Penquerc'h1-1/+1
2011-07-04colorspace: Add JPEG YCbCr matrixDavid Schleef3-3/+10
2011-06-17colorspace: fix odd width and height handling in some fastpath casesMark Nauwelaerts1-17/+90
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