summaryrefslogtreecommitdiff
path: root/camlibs/spca50x
Commit message (Expand)AuthorAgeFilesLines
* camlib build var cleanupHans Ulrich Niedermann2022-09-011-14/+27
* Factor out i18n stuff into separate i18n.h filesHans Ulrich Niedermann2021-10-253-49/+6
* Avoid accidental include file name collisionsHans Ulrich Niedermann2021-10-113-3/+5
* utf-8: Convert ISO-8859 text to UTF-8Hans Ulrich Niedermann2021-10-093-4/+4
* Use consistently named non-reserved CPP macros for header filesHans Ulrich Niedermann2021-10-056-18/+21
* Fix byte swap calls (#626)Zeranoe2021-02-242-5/+5
* Remove stdint.h shim (#625)Zeranoe2021-02-221-1/+1
* quieten some integher size warningsMarcus Meissner2020-10-111-1/+1
* fixed a condition to be correct (AFL)Marcus Meissner2020-09-071-1/+1
* added more length checks to avoid overflows (AFL)Marcus Meissner2020-09-061-2/+17
* qindex is unsigned. maximum is 10, while we can read up to 15 (AFL)Marcus Meissner2020-09-062-2/+6
* Fix spca50x camlib compilation warnings.Siim Meerits2020-08-311-7/+7
* Remove trailing whitespace from all *.h and *.c files.Siim Meerits2020-07-273-4/+4
* Fix typos throughout the codebaseSijawusz Pur Rahnama2020-05-251-1/+1
* return error from create_jpeg_from_dataMarcus Meissner2020-03-222-2/+3
* fix overflows during create_jpeg_from_data (AFL)Marcus Meissner2020-03-221-0/+3
* do not underread a buffer (AFL)Marcus Meissner2020-03-211-1/+1
* split "files" into "flash_files" and "sdram_files", as cameras might pretend ...Marcus Meissner2020-02-294-53/+57
* spca50x: fixed a buffer overflow during yuv2rgb conversion (AFL)Marcus Meissner2020-02-241-1/+1
* log invaliddram and return error to avoid endless loop (AFL)Marcus Meissner2020-02-101-1/+2
* handle partial read files, avoid crashes (AFL)Marcus Meissner2020-02-012-1/+5
* handle invalid file types by erroring out (AFL)Marcus Meissner2020-01-041-0/+3
* initialize memory to avoid access of uninitialized memory (AFL)Marcus Meissner2020-01-042-3/+3
* avoid buffer overread due to mismatched total vs in fat filesize (AFL)Marcus Meissner2020-01-011-0/+5
* spca50x: fixed a buffer overflow (AFL)Marcus Meissner2019-12-291-1/+1
* fixed 2 crashes (AFL)Marcus Meissner2019-06-161-0/+6
* fixed crashes found during fuzzing (AFL)Marcus Meissner2019-06-163-0/+35
* avoid a double free (AFL)Marcus Meissner2019-05-121-0/+1
* replace memcpy with strcpy, otherwise we overflow callers (Coverity)Marcus Meissner2018-07-211-1/+1
* incremented various buffers for sprintf %0*d usage to removeMarcus Meissner2018-06-242-4/+4
* BSD_SOURCE -> DEFAULT_SPURCEMarcus Meissner2018-06-204-4/+4
* fix obvious typo in spca50x-flash.h #ifndef/#defineHans Ulrich Niedermann2016-10-291-1/+1
* Help editors treat as Makefiles all our Makefile-files filesHans Ulrich Niedermann2016-10-281-0/+2
* remove probably unistd.h include , or protected by ifdef forMarcus Meissner2016-01-033-3/+0
* fix bit operation (Coccinelle)Marcus Meissner2014-09-171-1/+1
* removed copyright umlauts and replaced other umlautsMarcus Meissner2014-06-275-5/+5
* Add <unistd.h> to files which use usleep()Daniel P. Berrange2014-06-043-0/+3
* cleanupMarcus Meissner2014-06-011-2/+1
* From: "Daniel P. Berrange" <dan@berrange.com>Marcus Meissner2014-04-114-4/+5
* From: "Daniel P. Berrange" <dan@berrange.com>Marcus Meissner2014-04-112-5/+5
* From: "Daniel P. Berrange" <dan@berrange.com>Marcus Meissner2014-04-111-1/+1
* iFrom: "Daniel P. Berrange" <dan@berrange.com>Marcus Meissner2014-04-113-25/+25
* From: "Daniel P. Berrange" <berrange@redhat.com>Marcus Meissner2014-04-111-3/+1
* updated fsf addressMarcus Meissner2014-01-017-14/+14
* fixed passed size to avoid overwrites (Coverity)Marcus Meissner2013-09-011-1/+1
* add some braces to make it safer (Coverity)Marcus Meissner2013-09-011-3/+3
* added #define _BSD_SOURCE for ansi like buildsMarcus Meissner2013-02-204-0/+7
* removed shadowing varsMarcus Meissner2011-02-251-4/+1
* Replaced C99-style commentsDan Fandrich2010-09-151-1/+1
* Batch commit from weekend work:Marcus Meissner2009-02-161-6/+1