summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix clobbering CFLAGS from environment.HEADmasterDan Dennedy2011-10-081-1/+5
* Fix default for stroke param of facedetect.Dan Dennedy2011-09-291-1/+1
* appease the compiler, add return statementRobert Schweikert2011-09-291-0/+2
* Fix compile warning on undefined operation.Dan Dennedy2011-09-292-10/+20
* SOP/Sat: Fix parameter ranges.Till Theato2011-09-101-27/+27
* Light Graffiti: Fix parameter ranges.Till Theato2011-09-101-26/+33
* Vertigo: Fix parameter range.Till Theato2011-09-101-3/+3
* Cartoon: Fix parameter ranges.Till Theato2011-09-101-18/+18
* Levels: Fix parameter ranges.Till Theato2011-09-101-7/+6
* Curves: Fix possible crash and parameter ranges.Till Theato2011-09-101-9/+10
* Set default for onecol0r's parameterDan Dennedy2011-09-031-1/+2
* Set defaults for lissajous0r parametersDan Dennedy2011-09-031-1/+2
* Fix range of balanc0r Green Tint parameter.Dan Dennedy2011-09-031-2/+5
* Coloradj_RGB,Test_pat_G,Alphagrad,Test_pat_I,Test_pat_R,Pr0file,C0rners,Sharp...Marko Cebokli2011-09-0112-12/+12
* Coloradj_RGB: fix bug in luma calculationMarko Cebokli2011-08-311-1/+1
* Test_pat_G: fix problem with parameter returnMarko Cebokli2011-08-251-1/+1
* Alphagrad: change width parameter to doubleMarko Cebokli2011-08-251-1/+1
* Fix alpha channel of plasma to be opaque as intended.Dan Dennedy2011-08-231-2/+2
* Fix alpha channel of cluster to be same as input.Dan Dennedy2011-08-231-0/+1
* Fix background of tehRoxx0r to be black silence.Dan Dennedy2011-08-231-0/+2
* Fix default value for fader param in xfade0r.Dan Dennedy2011-08-231-0/+1
* Fix scanline0r writing beyond end of out buffer.Dan Dennedy2011-08-231-1/+1
* Fix memory leak on deinit of delay0r.Dan Dennedy2011-08-231-0/+9
* Light graffiti: Initializing all values to a default valueSimon A. Eugster2011-08-211-0/+9
* Test_pat_I: add some safeguards against /0Marko Cebokli2011-08-171-0/+3
* Test_pat_R: add some safeguards against /0Marko Cebokli2011-08-171-0/+16
* Test_pat_R: fix problem with parameter returnMarko Cebokli2011-08-171-2/+2
* Test_pat_I: fix problem with parameter returnMarko Cebokli2011-08-171-2/+2
* Pr0file: fix defaultsMarko Cebokli2011-08-161-5/+5
* C0rneres: remove leftover printfMarko Cebokli2011-08-161-1/+0
* Sharpness: plug memory leakMarko Cebokli2011-08-161-0/+2
* 3dflippo: plug a mem leakMarko Cebokli2011-08-151-0/+1
* Hueshift0r: use BT 709 luma coeffsMarko Cebokli2011-08-151-0/+8
* Saturat0r: set default in constructorMarko Cebokli2011-08-151-0/+1
* Test_pat_G: fix possible /0 problemMarko Cebokli2011-08-151-0/+10
* Defish0r: fix possible /0 problemMarko Cebokli2011-08-061-8/+8
* Corners: fix possible /0 problemMarko Cebokli2011-08-061-8/+8
* Include vignette in automake build.Dan Dennedy2011-08-011-0/+2
* Vignetting effect:Simon A. Eugster2011-07-211-28/+42
* New Vignette effect.Simon A. Eugster2011-07-213-0/+171
* Bluescreen0r: add explicit color space specificationMarko Cebokli2011-07-171-3/+3
* Bluescreen0r: map color parameter to [0,1] rangeMarko Cebokli2011-07-171-4/+9
* Bluescreen0r: adapt default and bum minor versionMarko Cebokli2011-07-151-2/+2
* Bluescreen0r: map distance parameter to [0,1] rangeMarko Cebokli2011-07-151-2/+2
* IIRblur: remove unneeded xmmintrin includeMarko Cebokli2011-07-111-1/+0
* IIRblur: add range check on float to charMarko Cebokli2011-07-081-0/+18
* Add IIRblur sourceMarko Cebokli2011-07-086-0/+1542
* Fix broken color parameters in facedetect.Dan Dennedy2011-03-161-4/+4
* Sanitize parameters in OpenCV filters.Dan Dennedy2011-03-162-3/+15
* Add #ifndef around all the math macros.Dan Dennedy2011-03-161-0/+20