summaryrefslogtreecommitdiff
path: root/camlibs
Commit message (Expand)AuthorAgeFilesLines
* serial: Add check after malloc allocation (#878)Li kunyu2022-12-151-0/+6
* nikon z6 2 workaround, it reports a devicepropchanged 0x501c event, but the p...Marcus Meissner2022-12-061-2/+13
* Fix SHUTTER_SPEED_1_6_SEC (#877)Daniel2022-12-051-1/+1
* added gopro hero11 blackMarcus Meissner2022-11-301-0/+2
* sony manual focus is actually INT16, not UINT16. https://github.com/gphoto/li...Marcus Meissner2022-11-281-17/+17
* convert a malloc(w*h) to calloc(w,h) to avoid overflow issues, found by codeqlMarcus Meissner2022-11-211-1/+1
* convert malloc (overflowing mult) to calloc(x,y) that handles this internallyMarcus Meissner2022-11-211-2/+2
* fixed missing arguments in 2 debug functions, spotted by codeqlMarcus Meissner2022-11-211-2/+2
* try to fix codeql integer expansion warningMarcus Meissner2022-11-211-2/+2
* fix some CodeQL warningsMarcus Meissner2022-11-211-6/+6
* Add 2 new settings metadata for Sony A7R3 (#872)Mark Watson2022-11-193-3/+30
* try to fix 4 codeql warningsMarcus Meissner2022-11-161-1/+1
* Define main function as "int main(void)" (with void)Hans Ulrich Niedermann2022-11-111-1/+1
* Add support for Fujifilm X-H2 (#861)Gergely Erdélyi2022-11-081-0/+1
* docupen: Remove redundant semicolonsLi kunyu2022-11-071-5/+5
* free storedevents after useMarcus Meissner2022-10-121-0/+3
* Fix pointer issues in local PTP event queue in Nikon capture (#849)Omri Sarig2022-10-113-6/+6
* use a local PTP event queue in nikon capture to avoid checking interrupts on ...Marcus Meissner2022-10-103-11/+53
* filter out more commands on the Nikon S1. https://github.com/gphoto/libgphoto...Marcus Meissner2022-10-031-4/+12
* Optimize some code statements (#844)Li kunyu2022-09-293-3/+3
* some Canons have an enum from 0-3 for the battery level instead of going from...Marcus Meissner2022-09-281-0/+15
* use the correct error handling method (C_PTP instead of CR)Marcus Meissner2022-09-271-2/+4
* Zero-fill CameraFileInfo (#838)Ingvar Stepanyan2022-09-267-2/+13
* added eos r7 debugMarcus Meissner2022-09-211-0/+187
* added canon eos r7 https://github.com/gphoto/libgphoto2/issues/832Marcus Meissner2022-09-211-0/+2
* Fix empty PTP strings not being null-terminated in parse_9301_value() (#830)Dmitry D. Chernov2022-09-171-1/+1
* init position_new as an exit conditionMarcus Meissner2022-09-151-0/+4
* Rewrite the OLC handling logic to be table driven, as we now have too many ch...Marcus Meissner2022-09-151-256/+249
* Use LIBWS232_* with $(...) instead of @...@Hans Ulrich Niedermann2022-09-062-2/+4
* Use LIBGD_* with $(...) instead of @...@Hans Ulrich Niedermann2022-09-064-8/+8
* added another trace to EOS RMarcus Meissner2022-09-051-1/+3603
* added eos r5 cMarcus Meissner2022-09-041-2/+4
* camlib build var cleanupHans Ulrich Niedermann2022-09-0165-694/+1342
* added EOS R10Marcus Meissner2022-08-312-0/+5469
* camlibs/ptp2: Add support for Panasonic cameras in camera_trigger_capture (#822)Daniel Schulte2022-08-291-0/+15
* extra dist for the olc info documentMarcus Meissner2022-08-291-1/+2
* added olc infosMarcus Meissner2022-08-281-0/+78
* fixes https://github.com/gphoto/libgphoto2/issues/821.Marcus Meissner2022-08-281-1/+1
* fixed incorrect size to printf , fixes https://github.com/gphoto/libgphoto2/s...Marcus Meissner2022-08-281-1/+1
* fixed a too small loop bound value. fixes https://github.com/gphoto/libgphoto...Marcus Meissner2022-08-281-1/+1
* updates for EOS 100DMarcus Meissner2022-08-281-3/+3
* note that m10 is also type 8Marcus Meissner2022-08-271-1/+1
* added m6 mark 2 entry, also added powershot sx720hs entry, and some notes on ...Marcus Meissner2022-08-271-5/+10
* more debugging output in olc codeMarcus Meissner2022-08-271-6/+7
* merged the v11 olc info we have in 1 github issueMarcus Meissner2022-08-241-1/+5
* statred to work on new olcsize handlingMarcus Meissner2022-08-241-0/+23
* fix bitmaskMarcus Meissner2022-08-241-1/+1
* added a "testolc" option to help with EOS OLC size detectionMarcus Meissner2022-08-231-0/+30
* olc info ver instead of curoff in check§Marcus Meissner2022-08-201-1/+1
* added pentax kp in ptp modeMarcus Meissner2022-08-152-0/+9