summaryrefslogtreecommitdiff
path: root/camlibs/mars/mars.c
Commit message (Expand)AuthorAgeFilesLines
* Avoid accidental include file name collisionsHans Ulrich Niedermann2021-10-111-2/+3
* Fix mars camlib compilation warnings.Siim Meerits2020-08-281-2/+3
* Remove trailing whitespace from all *.h and *.c files.Siim Meerits2020-07-271-64/+64
* fixed / added sizechecks for reads of previous lines (AFL)Marcus Meissner2020-03-221-2/+3
* fixed size check to avoid overread (AFL)Marcus Meissner2020-03-221-1/+1
* allow handling errors from m_read, avoid a endless loop (AFL)Marcus Meissner2019-06-161-6/+8
* BSD_SOURCE -> DEFAULT_SPURCEMarcus Meissner2018-06-201-1/+1
* remove redundant parenthesis in conditionalHans Ulrich Niedermann2016-10-291-1/+1
* remove probably unistd.h include , or protected by ifdef forMarcus Meissner2016-01-031-2/+0
* memcpy is not overlapping safe, use memmove (Coverity)Marcus Meissner2015-06-071-1/+1
* updated fsf addressMarcus Meissner2014-01-011-2/+2
* fixed wrong sizeof (Coverity)Marcus Meissner2013-06-281-1/+1
* added #define _BSD_SOURCE for ansi like buildsMarcus Meissner2013-02-201-0/+3
* added _BSD_SOURCE or _POSIX_C_SOURCE for -ansi buildingMarcus Meissner2013-02-201-0/+1
* Fixed a bunch of C89 and SUS portability issues.Dan Fandrich2009-07-301-7/+20
* camlibs/mars: mars_white_balance function addedTheodore Kilgore2008-03-151-0/+188
* Further improvements to decompression algorithm in camlibs/marsTheodore Kilgore2007-11-121-9/+12
* Fixed signedness warnings in clicksmart310, iclick, mars, and sonix camlibsTheodore Kilgore2007-06-261-11/+11
* made 2 functions staticMarcus Meissner2007-05-161-2/+2
* lowercase M_READ and M_COMMAND to avoid macro conflicts.Marcus Meissner2006-12-221-13/+13
* some functions made staticMarcus Meissner2006-11-191-25/+20
* Move header files one last time to reduce file path lengths in tarball.Hans Ulrich Niedermann2006-10-141-1/+1
* Consistently use #include <gphoto2/gphoto2-foo.h> everywhere.Hans Ulrich Niedermann2006-09-281-3/+3
* usleep() added to mars_routine()Theodore Kilgore2006-09-231-215/+117
* More improvements in mars_decompress()Theodore Kilgore2006-08-291-22/+63
* Improvements in mars_decompress(); mars_postprocess() eliminated.Theodore Kilgore2006-02-081-79/+23
* Removal of two overlooked "//" comment symbols.Theodore Kilgore2005-09-221-2/+0
* More improvement for decompressionTheodore Kilgore2005-09-191-68/+71
* Support for compressed mode. Thanks to Bertrik SikkensTheodore Kilgore2005-09-121-17/+222
* mars_get_picture_width() corrected for 352x288 photos.Theodore Kilgore2005-08-131-1/+1
* Code cleanup. Argus DC-1620 will download raw files now.Theodore Kilgore2005-06-131-68/+33
* Scott's patch for two new cameras applied.Theodore Kilgore2004-10-261-4/+20
* init sequence improved.Theodore Kilgore2004-09-051-10/+29
* choice routine for gamma factorTheodore Kilgore2004-06-101-0/+9
* Minor changes to lessen memory footprint.Theodore Kilgore2004-05-021-15/+7
* This library should support the Aiptek PenCam VGA+ and some other cameras, at...Theodore Kilgore2004-05-011-0/+253