summaryrefslogtreecommitdiff
path: root/camlibs
Commit message (Expand)AuthorAgeFilesLines
* work on capturing images ... coming closeMarcus Meissner2019-06-281-60/+229
* try to decode shutterspeed and apertureMarcus Meissner2019-06-281-9/+81
* make zoom setting workMarcus Meissner2019-06-281-3/+1
* first try at setting config for zoomMarcus Meissner2019-06-271-9/+30
* get full directory using incremental readMarcus Meissner2019-06-271-199/+280
* added tz91.logMarcus Meissner2019-06-271-0/+3861
* cleanupsMarcus Meissner2019-06-271-19/+10
* try conditional build of camlibMarcus Meissner2019-06-271-0/+4
* preview now can capture multiple framesMarcus Meissner2019-06-271-16/+23
* preview now works.Marcus Meissner2019-06-261-109/+67
* merge waitBulb into the capture functionMarcus Meissner2019-06-261-9/+4
* implement downloading files, select thumb or normalMarcus Meissner2019-06-261-5/+77
* listing files works, as we got them from GetPixMarcus Meissner2019-06-261-50/+8
* autoconf magic for detecting libcurl, added to lumix Makefile-filesMarcus Meissner2019-06-261-2/+2
* added iso and quality for get configMarcus Meissner2019-06-261-10/+27
* 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