summaryrefslogtreecommitdiffstats
path: root/src/ufo-ifft-task.c
Commit message (Expand)AuthorAgeFilesLines
* Fix undefined CL_TARGET_OPENCL_VERSION warningTomas Farago2020-06-121-0/+1
* Fix ifft scale for crop width or heightTomas Farago2019-06-241-2/+2
* Fix #166: propagate OpenCL errors if possibleMatthias Vogelgesang2018-06-201-5/+4
* Use updated _get_requisition APIMatthias Vogelgesang2018-06-201-1/+8
* Use new _get_kernel APIMatthias Vogelgesang2018-06-191-1/+1
* Fix #162: make use of new buffer layout APIMatthias Vogelgesang2018-05-031-0/+4
* Unify source format of property declarationsMatthias Vogelgesang2017-09-051-12/+12
* ifft: remove unused/wrong importsMatthias Vogelgesang2016-11-141-6/+0
* Port fft, ifft and retrieve-phaseMatthias Vogelgesang2015-12-111-140/+46
* Fix fft/ifft, due to missunderstanding of buffer layoutsChuan Miao2015-08-181-9/+7
* Merge branch 'fft'; Fix 2-D batch processing for fft/ifftChuan Miao2015-08-041-5/+9
|\
| * Fix two dimensional batch processing for iFFTChuan Miao2015-08-041-5/+9
* | Fix #84: compute correct scale factor for 2D IFFTsMatthias Vogelgesang2015-08-041-1/+1
|/
* ifft: add crop-height propertyMatthias Vogelgesang2015-03-271-2/+22
* fft: minor cleanupMatthias Vogelgesang2015-02-171-18/+11
* Fix #46: create new FFT plan for new input sizeMatthias Vogelgesang2015-02-171-12/+22
* Detection of a proper library on a compile time.Roman Shkarin2014-07-151-10/+36
* Add support of AMD FFT library for AMD devicesRoman Shkarin2014-07-111-31/+92
* Fix expected dimensionsMatthias Vogelgesang2014-04-091-1/+1
* Adapt to API changes from ufo-coreMatthias Vogelgesang2014-03-271-51/+50
* Add profiling to oclfft libraryRoman Shkarin2014-03-081-4/+6
* Fix #5: integrate oclfft and drop lib dependencyMatthias Vogelgesang2014-03-061-26/+1
* Use pkg-config enabled oclfftMatthias Vogelgesang2013-09-131-1/+1
* Update filter documentationMatthias Vogelgesang2013-05-271-0/+3
* Adapt to streamlining effortsMatthias Vogelgesang2013-05-171-3/+4
* Remove copy functionsMatthias Vogelgesang2013-02-081-19/+0
* Fix doc strings for #182Matthias Vogelgesang2013-02-061-3/+3
* Remove returning number of expected itemsMatthias Vogelgesang2013-02-051-1/+0
* Include ufo/ufo.h onlyMatthias Vogelgesang2013-01-311-1/+0
* Explicitly state the LGPLMatthias Vogelgesang2013-01-151-4/+23
* Better event handlingMatthias Vogelgesang2013-01-141-10/+11
* Fix memory leaksMatthias Vogelgesang2013-01-111-1/+3
* Update for the param structureMatthias Vogelgesang2013-01-071-5/+6
* Fix warnings and minor errorsMatthias Vogelgesang2013-01-071-2/+2
* Chain up parent finalize callMatthias Vogelgesang2013-01-071-0/+2
* Fix FFT, IFFT and BPMatthias Vogelgesang2013-01-071-12/+37
* Add FFT and IFFTMatthias Vogelgesang2013-01-071-0/+324