Wykres commitów

19 Commity (master)

Autor SHA1 Wiadomość Data
Ordissimo d4df090e45 The logs are sent on the output 10 indeed of the 1 (that equal at stdout) 2024-06-21 11:22:32 +02:00
Sebastian Parborg ba7d24bf30 escl: Fix crash in libjpeg when cropping the scanned image
jpeg_crop_scanline will adjust the x offset and the width of the image
to make it line up with the nearest iMCU boundary.

Before, this was not taken into account and it would make SANE
potentially allocate a too small buffer for the final image.

This would lead to segfaults because libjpeg would try to write outside
of the allocated memory region as it assumes that the buffer was
allocated with the new cinfo.output_width size after cropping.
2023-09-19 15:54:22 +02:00
Thierry HUCHARD f99687b3cc Fix scan all resolution with JPEG. 2021-03-31 17:35:40 +02:00
Olaf Meeuwissen e79adde8b2
Use URL to refer users to copies of the GPL and LGPL
With the exception of use in three quotes as well as our inlcuded copy
of the GPL, all use of the Free Software Foundation's postal address
has been removed.

Re #320.
2021-02-12 17:41:38 +09:00
Thierry HUCHARD 73bf5533f9 release memory and close descriptor. 2020-05-08 08:35:50 +02:00
Thierry HUCHARD f4e6677fc1 Fix build. 2020-03-22 16:29:34 +01:00
Thierry HUCHARD 79f7463366 Refactoring the ADF mode. 2020-03-22 16:14:23 +01:00
Thierry HUCHARD 749fe19feb Fix build 2020-03-14 16:19:18 +01:00
Thierry HUCHARD fd0a8a0026 Add support adf. 2020-03-14 15:41:15 +01:00
thierry1970 4466d51924 Fixed variable name. 2020-02-11 08:22:43 +01:00
Olaf Meeuwissen 23cd9f5d61 Apply suggestion to backend/escl/escl_jpeg.c 2020-02-11 01:45:11 +00:00
Thierry HUCHARD af6f6d4655 Clarification of variable names. 2020-02-08 22:36:49 +01:00
Thierry HUCHARD 5298b0e018 Setting up the cut-out of the received image. 2020-01-31 18:28:04 +01:00
Thierry HUCHARD d8f983bbd9 Log message improvements. 2020-01-11 08:56:46 +01:00
thierry1970 7e192f8ba7 Memory and file handle leak. 2020-01-07 14:06:11 +01:00
thierry1970 a23dfbfff5 Standardization of method signatures. 2019-12-26 11:55:00 +01:00
Ordissimo df59815895 Remove unused function. 2019-12-25 18:43:56 +00:00
Thierry HUCHARD d3efc20a0b Decoding files in one phase. 2019-12-25 18:36:23 +01:00
Thierry HUCHARD 5c15d37248 Adding png support. The decompressors (Jpeg and Png) are in separate files. 2019-12-25 00:39:04 +01:00