Luis Díaz Más

Results 19 issues of 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...

platforms
good first issue

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...

L10n
umbrella

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...

testing

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...

imageHandler

##### **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...

CI
security (benign)
good first issue

The installation of conan can take a huge amount of time in CI jobs (specially on windows ones): ![image](https://user-images.githubusercontent.com/102645/153776464-21b96849-8db9-443b-b61b-a3552127cf21.png) As we are doing already in some jobs with the conan-cache,...

CI

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...

refactoring
good first issue

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.

refactoring

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...

refactoring