summaryrefslogtreecommitdiff
path: root/camlibs/ptp2/ptp.c
Commit message (Expand)AuthorAgeFilesLines
* added a missing return code check for ptp_fuji_getdeviceinfo (Coverity)Marcus Meissner2023-02-011-0/+2
* Add 2 new settings metadata for Sony A7R3 (#872)Mark Watson2022-11-191-0/+2
* try to fix 4 codeql warningsMarcus Meissner2022-11-161-1/+1
* Fix pointer issues in local PTP event queue in Nikon capture (#849)Omri Sarig2022-10-111-3/+3
* use a local PTP event queue in nikon capture to avoid checking interrupts on ...Marcus Meissner2022-10-101-0/+28
* Fix empty PTP strings not being null-terminated in parse_9301_value() (#830)Dmitry D. Chernov2022-09-171-1/+1
* 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
* BGH1/GH5 : Fixed start / stop recordingBart2022-03-231-14/+2
* Added PTP support for Panasonic BGH1Bart H. Plague2022-01-181-0/+77
* ptp2/ptp.c: Rewrite PTP_CNT_INIT to build with pure C99Hans Ulrich Niedermann2021-11-121-9/+61
* ptp2/ptp.c: tell emacs the c-file-styleHans Ulrich Niedermann2021-11-111-0/+8
* remove 1 warningMarcus Meissner2021-09-271-1/+1
* first try at shutterspeed for sigma fpMarcus Meissner2021-04-141-0/+10
* debug output all data groups for the sigma fpMarcus Meissner2021-04-111-1/+152
* pass id to clearimagedbMarcus Meissner2021-04-111-2/+2
* add some more defines, name 9035 camerainfoMarcus Meissner2021-04-111-1/+6
* implemented capture status, used it to cehck for finished captureMarcus Meissner2021-04-111-2/+22
* implemented getpictfileinfo2ext for sigma fpMarcus Meissner2021-04-111-7/+72
* added cleardbsingleimage after captureMarcus Meissner2021-04-101-0/+13
* first sucessfull (but not fully correct) capture code for sigma fpMarcus Meissner2021-04-101-0/+45
* sigma fp liveview now worksMarcus Meissner2021-04-101-0/+9
* added sigmafp liveview function, decode sigmafp codesMarcus Meissner2021-04-101-0/+39
* implemented getcapturetargetMarcus Meissner2021-02-141-3/+7
* added more info on panasonic thingsMarcus Meissner2021-02-141-10/+30
* move around panasonic liveviewdataMarcus Meissner2021-02-141-21/+19
* replaced some malloc(x*y) by calloc(x,y), removed 1 superflous memsetMarcus Meissner2021-02-141-11/+10
* added liveviewsize configuration for panasonic. set is not workign fully. htt...Marcus Meissner2021-02-131-10/+126
* return the correct OK value on successMarcus Meissner2021-02-131-2/+6
* added 9414 getliveview configMarcus Meissner2021-01-311-0/+18
* added streamid parameter to GetStreamInfoMarcus Meissner2021-01-181-1/+1
* support more MTP ObjectPropDesc typesMarcus Meissner2021-01-011-2/+6
* hook in nikon geteventex function.Marcus Meissner2021-01-011-24/+46
* implemented nikon check event exMarcus Meissner2021-01-011-0/+27
* the getviewfinderdata has 3 arguments... also use 00200000 like in current tr...Marcus Meissner2020-12-311-2/+4
* decode EOS names for easier debugging.Marcus Meissner2020-12-281-0/+232
* add event queue check / remove by type functions.Marcus Meissner2020-12-271-1/+57
* added 2 more nikon event codesMarcus Meissner2020-12-261-0/+2
* decode new ptp oc nikon codesMarcus Meissner2020-12-201-0/+5
* actually use the proplist for the size ... https://github.com/gphoto/libgphot...Marcus Meissner2020-11-291-1/+2
* added 64bit file support for Nikon DSLRMarcus Meissner2020-11-241-0/+26
* detect objects larger than 4gb.Marcus Meissner2020-11-241-0/+50
* Add support for reading Canon EOS MovieMode switch and setting it on/offtrilader2020-11-101-0/+1
* quieten some more signed mismatch warnings.Marcus Meissner2020-10-111-3/+3
* added more fuji xt3 prop definesMarcus Meissner2020-10-041-0/+59
* rename focuslock to afstatusMarcus Meissner2020-10-041-1/+1
* decode all new fuji dpcMarcus Meissner2020-09-271-1/+120
* Added Fuji LiveViewSizeMarcus Meissner2020-09-271-1/+1
* in fuji getenvets, reset the propcode timestamp for fetchingMarcus Meissner2020-09-271-1/+11