summaryrefslogtreecommitdiff
path: root/camlibs
Commit message (Expand)AuthorAgeFilesLines
* focal >= apertureMarcus Meissner2019-06-261-4/+4
* added "focal", which might be aperture?Marcus Meissner2019-06-261-1/+11
* added shutterspeed configMarcus Meissner2019-06-261-0/+10
* return first configurationsMarcus Meissner2019-06-261-15/+129
* more work on directory readingMarcus Meissner2019-06-251-18/+120
* more decoding of imagesMarcus Meissner2019-06-251-61/+144
* current state of workMarcus Meissner2019-06-251-131/+189
* Merge branch 'lumix' of github.com:gphoto/libgphoto2 into lumixMarcus Meissner2019-06-181-143/+258
|\
| * updates from RobertRobert Hasson2019-06-071-143/+258
* | Merge branch 'master' into lumixMarcus Meissner2019-06-021-0/+8
|\ \ | |/ |/|
| * do not overflow the maximum entries in the global array (AFL)Marcus Meissner2019-06-021-0/+8
* | use cameraip from portMarcus Meissner2019-05-271-4/+14
* | make it linkMarcus Meissner2019-05-272-1/+2
* | change to por tTCPMarcus Meissner2019-05-261-1/+1
* | initial lumix buildMarcus Meissner2019-05-264-0/+971
|/
* do not accept too small sizes for images (AFL)Marcus Meissner2019-05-191-0/+6
* avoid a double free (AFL)Marcus Meissner2019-05-121-0/+1
* 0 terminate the names to avoid overread (AFL)Marcus Meissner2019-05-121-0/+2
* check siuze for 640x480, as the code assumes it everywhere (AFL)Marcus Meissner2019-05-121-0/+6
* avoid nevative reads (AFL)Marcus Meissner2019-05-121-0/+2
* avoid overflowing malloc buffer by read (AFL)Marcus Meissner2019-05-121-1/+5
* 0 terminate the filename (AFL)Marcus Meissner2019-05-111-0/+1
* added fuji xt30Marcus Meissner2019-05-102-0/+427
* update copyrightMarcus Meissner2019-05-054-4/+4
* fixed typosHerbert Parentes Fortes Neto2019-05-052-3/+3
* imported from libmtpMarcus Meissner2019-05-051-12/+58
* synced to upstream pktigger cordMarcus Meissner2019-05-0510-78/+91
* remove double () (clang)Marcus Meissner2019-05-051-1/+1
* we use math functions, should include math.hMarcus Meissner2019-05-051-0/+1
* allow obsoleting camlibs, while still building them.Marcus Meissner2019-05-041-1/+1
* various int -> unsigned int (AFL)Marcus Meissner2019-04-283-21/+31
* check the buffer size to avoid overflows (AFL)Marcus Meissner2019-04-281-0/+4
* change some types from int to uint to avoid negative numbers (AFL)Marcus Meissner2019-04-282-13/+13
* memmove the right amount of bytes (AFL)Marcus Meissner2019-04-281-1/+1
* some hardening fixes against bad usb devices (AFL)Marcus Meissner2019-04-283-16/+22
* avoid div by zero (AFL)Marcus Meissner2019-04-281-0/+4
* avoid negative number of images (AFL)Marcus Meissner2019-04-281-3/+3
* more debug output before bayer decodeMarcus Meissner2019-04-281-1/+1
* report error on short reads (AFL)Marcus Meissner2019-04-281-2/+8
* sanity check picture number to avoid overflow (AFL)Marcus Meissner2019-04-282-1/+7
* picture number may fluctuate, sanity check (AFL)Marcus Meissner2019-04-281-0/+5
* avoid division by zero (AFL)Marcus Meissner2019-04-281-3/+8
* add some height and width sanity checks to avoid crashes on bad usb (AFL)Marcus Meissner2019-04-281-0/+4
* 0 terminate a string buffer (AFL)Marcus Meissner2019-04-281-0/+1
* check that downloaded size meetings image expectations (AFL)Marcus Meissner2019-04-281-0/+6
* handle error return (AFL)Marcus Meissner2019-04-281-0/+2
* check filelist vs index sizeMarcus Meissner2019-04-272-2/+10
* aboirt on zero progress readMarcus Meissner2019-04-231-0/+1
* check size of read data and do correct read (AFL)Marcus Meissner2019-04-221-3/+7
* read only packets of up to MAX_PACKET_SIZE to avoid stack overflow (AFL)Marcus Meissner2019-04-221-0/+4