summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2010-06-03gstglbumper: Use the builtin MVP instead of doing P * MV * vertex.HEADmasterEric Anholt1-1/+1
2010-05-05glfilter/glmixer/gltestsrc/glupload: throw an element error if no parent binJulien Isorce2-12/+36
2010-05-04glimagesink: handle pixel-aspect-ratioJulien Isorce2-5/+79
2010-05-01blur: fix gaussian kernel computationFilippo Argiolas1-1/+1
2010-04-30blur: give up some accuracy for speedFilippo Argiolas8-44/+38
2010-04-30sin: get rid of hls conversion codeFilippo Argiolas1-39/+18
2010-04-30glupload: par is already handled in fixate_caps functionRoland Peffer1-7/+0
2010-04-30indent: gstglupload.cJulien Isorce1-9/+14
2010-04-29sobel: drop unused single pass sobel shaderFilippo Argiolas2-36/+0
2010-04-29xray: increase edges visibilityFilippo Argiolas1-1/+1
2010-04-29xray: port to the new separable sobel convolutionFilippo Argiolas2-22/+115
2010-04-29blur: forgot to add all the changes in previous commitFilippo Argiolas1-4/+6
2010-04-29blur: use draw_texture from glfilterFilippo Argiolas1-27/+2
2010-04-29laplacian: precalculate coordinatesFilippo Argiolas1-24/+29
2010-04-29sobel: move some highly duplicated code into glfilterFilippo Argiolas1-103/+12
2010-04-29blur: optimize coordinates calculationsFilippo Argiolas1-23/+19
2010-04-29sobel: convolve only lumaFilippo Argiolas4-114/+91
2010-04-29sobel: implement sobel filter using separable kernelsFilippo Argiolas4-60/+226
2010-04-29sobel: get rid of #version 120 dependent array constructorsFilippo Argiolas1-4/+11
2010-04-27glfilterreflectedscreen: improve behavior and add some propertiesPierre Pouzol2-79/+253
2010-04-26glfilterreflectedscreen: remove unused code (copied/pasted from glfilterglass)Julien Isorce1-16/+1
2010-04-26gleffectssources: fix some warnings from msvc9Julien Isorce2-3/+3
2010-04-26GNUStep build: add glfilterreflectedscreen sourcesJulien Isorce1-0/+1
2010-04-26glfilterreflectedscreen: forgot to add sourcesPierre Pouzol2-0/+378
2010-04-26glfilterreflectedscreen: add new OpenGL Reflected Screen filterPierre Pouzol3-1/+10
2010-04-26convolution: save some indirection grouping math and samplingFilippo Argiolas1-8/+26
2010-04-25laplacian: remove unused norm_const and norm_offset uniformsFilippo Argiolas1-9/+7
2010-04-25laplacian: Avoid using GLSL 1.20 features in a non-#versioned shader.Eric Anholt1-4/+10
2010-04-25rgb_to_curve: save up a texture indirectionFilippo Argiolas1-2/+1
2010-04-25multiply: fix a compilation error with Apple compilerVinson Lee1-1/+1
2010-04-24twirl: get rid of polar coordinates conversionFilippo Argiolas1-5/+9
2010-04-24tunnel: get rid of polar coordinates conversionFilippo Argiolas1-7/+5
2010-04-24convolution: generate gaussian kernel on the flyFilippo Argiolas8-93/+74
2010-04-24convolution: reduce the number of register usedFilippo Argiolas1-22/+6
2010-04-24convolution: don't check kernel[i] to be non zeroFilippo Argiolas1-8/+4
2010-04-24blur: use common shader sourcesFilippo Argiolas1-36/+1
2010-04-24blur: remove horizontal flipFilippo Argiolas1-18/+0
2010-04-24effects: disable gst-indent in the sourcesFilippo Argiolas1-322/+369
2010-03-31glbumper: Use png_sig_cmp() instead of png_check_sig()Руслан Ижбулатов1-1/+1
2010-03-24gl: use gst_element_class_set_details_simple()Tim-Philipp Müller17-120/+59
2010-03-09glbumper/gldifferencematte/gloverlay: libpng 1.4.x compatibleDavid Hoyt3-0/+15
2010-01-06Cocoa backend: improve support on GNUStepJulien Isorce2-11/+13
2009-11-25gleffects: indent and fix some warnings in ES 2.0 modeJulien Isorce1-21/+21
2009-11-21gleffects: start to make it compatible with OpenGL ES 2.0Julien Isorce9-17/+200
2009-11-21glimagesink: add a client-data propertyJulien Isorce4-2/+29
2009-11-17glupload: repair external_opengl_context propertyJulien Isorce1-1/+1
2009-11-17gloverlay: fix some warningsJulien Isorce1-64/+64
2009-11-16gloverlay: Added rotate textureAnthony Violo2-131/+196
2009-11-04gldownload: do not forgot to create the gl contextJulien Isorce1-0/+1
2009-11-04glmosaic: fix a comparison warningJulien Isorce1-2/+1