aboutsummaryrefslogtreecommitdiff
path: root/src/pj_apply_vgridshift.c
AgeCommit message (Expand)Author
2018-05-23Merge branch 'master' into return-nans-quicklyKristian Evers
2018-05-19Vertical grid shift: do not interpolate node values at nodata value (fixes #1...Even Rouault
2018-05-15IWYU: Partial PJ_natearth.c..rtodms.cKurt Schwehr
2018-05-08Replace int typecasts with calls to lround to avoid bad conversions on NaN in...Kristian Evers
2018-04-23Add isnan() to proj_math.hKristian Evers
2018-03-23Use pj_is_nan rather than x == x or x != x in pj_apply_vgridshift.c (#894)Kurt Schwehr
2018-03-14Avoid 'duplicateExpression,Same expression on both sides of '!='' false posit...Even Rouault
2018-03-11Remove 'pj_' prefix from static functionsKristian Evers
2017-11-01Resolves several OSS-Fuzz issues: 3944, 3947, 3955.Kristian Evers
2017-10-29Refactor grid shift functions.Kristian Evers
2017-05-31pj_apply_vgridshift(): avoid integer overflow / read heap-buffer-overflow. Fi...Even Rouault
2017-02-26Vertical grids: avoid out-of-bounds read on east and south edges (#396)Even Rouault
2016-12-12Add a scripts/fix_typos.sh script and correct reported errorsEven Rouault
2016-02-02GTX grids: ignore shift values whose abs value is > 1000Even Rouault
2015-05-31Remove unused $Id$ keywords.Elliott Sales de Andrade
2015-05-20apply patch from #271 to use GTX null value 88.88880f for vertical shiftsHoward Butler
2014-09-17fix NTv2 parent relationship problems (#177)Frank Warmerdam
2011-11-18Avoid unused warningsFrank Warmerdam
2010-09-20fix vgrid inverse and error handlingFrank Warmerdam
2010-09-20use pj_log, fix bug with apply_vgridshiftFrank Warmerdam
2010-06-11roll projCtx through various other low level functionsFrank Warmerdam
2010-06-11preliminary implementation of projCtx APIFrank Warmerdam
2010-05-11preliminary addition of vertical datum shifting capabilityFrank Warmerdam