summaryrefslogtreecommitdiff
path: root/camlibs/ax203
Commit message (Expand)AuthorAgeFilesLines
* Optimize some code statements (#844)Li kunyu2022-09-291-1/+1
* Use LIBGD_* with $(...) instead of @...@Hans Ulrich Niedermann2022-09-061-2/+2
* camlib build var cleanupHans Ulrich Niedermann2022-09-011-9/+33
* Update the checks for libjpeg (GP_LIBJPEG)Hans Ulrich Niedermann2021-11-031-2/+2
* Factor out i18n stuff into separate i18n.h filesHans Ulrich Niedermann2021-10-251-13/+2
* Avoid accidental include file name collisionsHans Ulrich Niedermann2021-10-111-1/+1
* Use consistently named non-reserved CPP macros for header filesHans Ulrich Niedermann2021-10-054-9/+16
* Remove stdint.h shim (#625)Zeranoe2021-02-225-5/+5
* fixed various integer signedness mismatchesMarcus Meissner2020-08-313-13/+17
* added missing struct initializersMarcus Meissner2020-08-311-43/+43
* Remove trailing whitespace from all *.h and *.c files.Siim Meerits2020-07-2710-50/+50
* Fix typos throughout the codebaseSijawusz Pur Rahnama2020-05-253-6/+6
* incremented various buffers for sprintf %0*d usage to removeMarcus Meissner2018-06-241-1/+1
* BSD_SOURCE -> DEFAULT_SPURCEMarcus Meissner2018-06-202-2/+2
* Help editors treat as Makefiles all our Makefile-files filesHans Ulrich Niedermann2016-10-281-0/+2
* ax203: ax206_compress_jpeg can use only "defined(HAVE_LIBGD) && defined(HAVE_...kou1okada2016-10-052-0/+9
* jpeg_memsrcdest: extend feature checkPatrick Ohly2016-06-152-2/+6
* From: "Daniel P. Berrange" <berrange@redhat.com>Marcus Meissner2014-04-111-2/+0
* ax203: Fix support for ax3003 picture frames with id 1Hans de Goede2014-03-201-0/+6
* localtime_r not available on mingwMarcus Meissner2014-02-221-2/+9
* sys/mman.h not needed hereMarcus Meissner2014-02-221-1/+0
* ax203: undo breakage caused by strict alias fixes (unwanted sign extension)Hans de Goede2014-01-061-4/+4
* ax203: The get_eeprom_id command may return more then 4 bytes, fix this causi...Hans de Goede2014-01-061-1/+1
* updated fsf addressMarcus Meissner2014-01-016-12/+18
* HAVE_GD -> HAVE_LIBGDMarcus Meissner2013-06-285-13/+13
* also make GD use the GP_CHECK_LIBRARY macroMarcus Meissner2013-06-281-1/+2
* added Support for the latest Abeyerr 1.5" DPFMarcus Meissner2013-05-221-0/+2
* avoid using the strict aliasing breaking macrosMarcus Meissner2013-05-031-5/+14
* add some _BSD_SOURCE or _POSIX_C_SOURCE where neededMarcus Meissner2013-02-202-0/+5
* swap check fo array boundary and array access to avoid overreadMarcus Meissner2013-01-291-1/+1
* ax203: Add support for SST25VF0?? spi eepromsHans de Goede2012-09-192-12/+46
* ax203: add ax203_get_checksum() functionHans de Goede2012-09-193-2/+28
* ax203: ax203_send_eeprom_cmd() add extra_argHans de Goede2012-09-181-13/+17
* Document ax206 checksum commandHans de Goede2012-09-181-1/+19
* added jpeg8 fixing compression codeMarcus Meissner2011-04-141-0/+7
* renamed macro var to not shadowMarcus Meissner2011-02-251-3/+3
* ax203: Add support for frames using Winbond W25QXX spiflashHans de Goede2011-01-071-0/+4
* ax203: Fix support for frames AMIC A25L0x0 flash memoriesHans de Goede2011-01-011-2/+2
* report if no libGD is presebtMarcus Meissner2010-12-292-0/+4
* ax203: Add support for frames with SGS Thomson flash memoryHans de Goede2010-12-211-0/+5
* ax203: Add support for ax206 frames with non multiple of 16 resolutionsHans de Goede2010-12-093-84/+62
* ax203: c81440c8 is the id for a GigaDevice GD25Q80 spi flashHans de Goede2010-11-091-3/+4
* ax203: add 0xc81440c8 eeprom idHans de Goede2010-11-091-0/+3
* ax203: Fix typo in Winbond W25P16 idHans de Goede2010-09-231-1/+1
* add make libjpeg presence conditional patch from libgphoto-2_4 branchHans de Goede2010-09-233-2/+25
* Minor portability improvementsDan Fandrich2010-09-151-0/+1
* Replaced C99-style commentsDan Fandrich2010-09-151-6/+6
* ax203: limit Y to 16-235 and UV to 16-239Hans de Goede2010-08-242-21/+32
* Eliminated some compiler warnings, fixing a couple of smallDan Fandrich2010-07-111-1/+2
* Fixed some C89 portability issues.Dan Fandrich2010-07-115-5/+5