libvips/libvips
John Cupitt cb58d7d960 _source loaders should all be nocache
When we image_new_from_source, the source object has some of the loader
state: it tracks the current read position of the load library. This
means that we mustn't keep source loaders in the operation cache, since
a second call could give a different result because the source object
read position might have changed.

Also: add a rewind to get_flags_source in spngload, and jp2k needs to
tag its load region as having no thread ownership or you'll get assert
fails in the test suite with debug enabled.
2021-11-19 13:55:49 +00:00
..
arithmetic clarify doc comments for hist_find_ 2021-11-07 11:14:52 +00:00
colour Fix UBSan errors (#1948) 2021-09-12 13:14:24 +01:00
conversion add minimise to insert 2021-11-05 12:14:50 +00:00
convolution oop typo 2020-09-21 10:07:25 +01:00
create fix copy/paste error in description 2021-11-01 15:45:03 +00:00
deprecated add fail-on : better control over loader error handling (#2360) 2021-10-31 14:13:18 +00:00
draw tiny doc polish 2020-05-19 14:31:22 +01:00
foreign _source loaders should all be nocache 2021-11-19 13:55:49 +00:00
freqfilt Remove stray declaration of im__fftproc() (#2487) 2021-10-20 13:01:07 +01:00
histogram always check the return of vips_image_pipeline() 2021-06-29 16:12:17 +01:00
include small fixes 2021-11-15 11:17:36 +00:00
iofuncs expand the docs for vips_shutdown() 2021-11-16 10:56:43 +00:00
module tell buffer and target savers the file format (#2499) 2021-10-28 18:57:24 +01:00
morphology fix rank fast path 2021-08-16 17:46:25 +01:00
mosaicing Cleanup configure.ac and #ifdef's 2021-03-06 15:47:07 +01:00
resample Improve doc comments (#2504) 2021-10-29 13:37:39 +01:00
dummy.c
introspect.c
Makefile.am reorganise loadable modules 2021-05-17 09:45:27 +01:00