summaryrefslogtreecommitdiffstats
path: root/src/ufo-filter-task.c
Commit message (Expand)AuthorAgeFilesLines
* Fix undefined CL_TARGET_OPENCL_VERSION warningTomas Farago2020-06-121-0/+1
* Fix static enum namesTomas Farago2020-02-141-1/+1
* filter: Enable scaling in ramp_fromrealTomas Farago2018-06-281-2/+2
* Fix #166: propagate OpenCL errors if possibleMatthias Vogelgesang2018-06-201-1/+1
* Use updated _get_requisition APIMatthias Vogelgesang2018-06-201-1/+2
* Use new _get_kernel APIMatthias Vogelgesang2018-06-191-1/+1
* Added projection filter bh3LisaD2017-12-181-2/+22
* filter: use enum instead of type-unsafe stringMatthias Vogelgesang2016-11-201-17/+12
* Fix #115: release FFT plan on task finalizationMatthias Vogelgesang2016-04-111-7/+12
* filter: Use real space ramp by defaultTomas Farago2015-12-141-1/+1
* filter: Add ramp computed from real spaceTomas Farago2015-12-121-3/+42
* filter: use same coefficients for all typesMatthias Vogelgesang2015-09-031-5/+5
* Fix ramp filter computation and mirroringTomas Farago2015-09-031-3/+6
* filter: re-add additional scaling factorMatthias Vogelgesang2015-09-031-3/+3
* filter: add hamming filterMatthias Vogelgesang2015-09-031-13/+31
* filter: generalize filter typesMatthias Vogelgesang2015-09-031-31/+41
* filter: better precision in bw computationMatthias Vogelgesang2015-09-031-1/+1
* filter: fix butterworth implementationMatthias Vogelgesang2015-09-031-11/+9
* filter: fix coefficient computationMatthias Vogelgesang2015-09-021-5/+5
* filter: add Faris-Byer type filter coefficientsMatthias Vogelgesang2015-03-301-2/+74
* Add scale property to filterTomas Farago2014-09-301-2/+18
* Adapt to API changes from ufo-coreMatthias Vogelgesang2014-03-271-20/+22
* Profile filter taskMatthias Vogelgesang2013-07-181-4/+3
* Update filter documentationMatthias Vogelgesang2013-05-271-1/+2
* Adapt to streamlining effortsMatthias Vogelgesang2013-05-171-3/+4
* Remove copy functionsMatthias Vogelgesang2013-02-081-17/+0
* Update butterworthMatthias Vogelgesang2013-02-071-16/+95
* Fix doc strings for #182Matthias Vogelgesang2013-02-061-6/+3
* Remove returning number of expected itemsMatthias Vogelgesang2013-02-051-1/+0
* Include ufo/ufo.h onlyMatthias Vogelgesang2013-01-311-2/+2
* Explicitly state the LGPLMatthias Vogelgesang2013-01-151-8/+27
* Update for the param structureMatthias Vogelgesang2013-01-071-3/+4
* Fix warnings and minor errorsMatthias Vogelgesang2013-01-071-5/+2
* Chain up parent finalize callMatthias Vogelgesang2013-01-071-4/+3
* Add backproject and filter nodeMatthias Vogelgesang2013-01-071-0/+284