Luis Díaz Más
Luis Díaz Más
In https://github.com/Exiv2/exiv2/pull/2219#issuecomment-1112945421 we discussed about the possibility of having some dead code in our codebase around the `EXV_HAVE_MMAP` definition: ``` As far as I can see we have the following...
In #527 and #537 we discussed a lot about localisation stuff just before the 0.27 release. The only missing point (that was not critical for 0.27) was to provide some...
Currently there are few issues in which we could not progress due to the limitation of adding big files into the reposiroty (see #2042 and #930). I am experimenting with...
#1919 added preliminary support for JPEG-XR images. A test image was provided in #1946 and we need to create a test case to validate the correct functioning of the new...
https://github.com/Exiv2/exiv2/pull/1919 added preliminary support for JPEG-XR images. As it was pointed out in that PR, we should probably take this out to a proper new format and source file, like...
##### **Is your feature request related to a problem?** We are adding a CI job to perform static analysis checks to our project via PVS-Studio: see #2061. At the moment...
The installation of conan can take a huge amount of time in CI jobs (specially on windows ones):  As we are doing already in some jobs with the conan-cache,...
The class `XPathIo` seems to have different implementations depending on `EXV_XPATH_MEMIO`. However that definition is hard-coded in the file `basicio.hpp:39`. We should investigate: * if it makes sense to have...
In #559 @skal65535 contributed a patch to fix the alpha bit detection in VP8L chunks. He provided a reproduction case that we should add in the python test suite.
As it was discussed in #977 , the idea would be to add in `master` a RAII class named `Exiv2::Library` (or better name) which would take care of allocating/freeing library...