summaryrefslogtreecommitdiff
path: root/camlibs/ptp2/ptp.c
Commit message (Expand)AuthorAgeFilesLines
* add large thumbnail support for NikonMarcus Meissner2020-05-101-0/+20
* add more EOS OC and DPC, decode more EOS OCMarcus Meissner2020-05-031-72/+83
* added more ptp props from d850Marcus Meissner2020-05-011-3/+18
* added Mirror up status and mirror up shooting count for nikonMarcus Meissner2020-05-011-0/+2
* debugprint 2 more opcodesMarcus Meissner2020-04-261-0/+2
* added some more nikon 1 opcodes and property codesMarcus Meissner2020-04-261-1/+14
* added loads of nikon z6 devicepropcodesMarcus Meissner2020-04-261-234/+398
* debug output for nikon opcodesMarcus Meissner2020-04-251-0/+26
* added some defines from th Nikon Z6 SDK, renamed some nikon opcodes, and setc...Marcus Meissner2020-04-251-5/+5
* debugprint ptp leica opcodesMarcus Meissner2020-04-101-0/+58
* started simple PTP 1.1 stream based preview captureMarcus Meissner2020-04-101-0/+20
* printed supported and enabled streams in hexMarcus Meissner2020-04-071-0/+2
* added PTP StreamInfo (PTP 1.1) getterMarcus Meissner2020-04-041-0/+18
* added fix for GoPro files not appearing caused by another hack for another de...Marcus Meissner2020-02-021-3/+7
* Fuji set focus pointRyan Stout2019-10-121-1/+2
* Add a few SONY properties for A7III.Matthias Andree2019-08-111-0/+1
* update copyrightMarcus Meissner2019-05-051-1/+1
* add get/set remotemode for canon eos for easier debuggingMarcus Meissner2019-04-071-0/+24
* Added Olympus Bulb support.Berylius2019-04-071-0/+40
* set the cached canon propdesc value only after successful camera sideMarcus Meissner2019-03-091-7/+35
* do not emit the 9209 PTP_OC_SONY_GetAllDevicePropData command if the camrea d...Marcus Meissner2019-02-101-0/+4
* decode names of new Sony DPCsMarcus Meissner2019-02-061-0/+3
* added some things from SDKMarcus Meissner2019-02-051-2/+4
* implement a 905f wrapperMarcus Meissner2019-02-031-1/+14
* added 1 opcode / event and also print debugMarcus Meissner2019-02-031-0/+6
* added "popupflash" configMarcus Meissner2019-02-031-1/+1
* if we do not have any getdevicepropdesc; report thatMarcus Meissner2019-01-261-1/+1
* report error unpacking devicepropdescMarcus Meissner2019-01-261-1/+5
* merged panasonic manualfocus driver and capturetarget handling fromElijah Parker2019-01-121-0/+49
* change API of ptp_unpack_string to handle "empty strings, which will be retur...Marcus Meissner2019-01-021-3/+6
* add more getproplist variantsMarcus Meissner2018-12-281-19/+21
* ptp: fix memory leakReverend Homer2018-11-301-0/+1
* ptp_canon_getobjectinfo: pass in size so we actually read these entriesMarcus Meissner2018-11-031-1/+1
* disable manifest read. apple does not do what is in ptp 1.1Marcus Meissner2018-10-201-0/+3
* Fix compilation without libxml2Błażej Szczygieł2018-08-061-1/+2
* d0dc is capture target, but its not clear what the PC targets toMarcus Meissner2018-07-221-0/+9
* more cleanups and defines from traces in https://github.com/gphoto/libgphoto2...Marcus Meissner2018-07-211-1/+20
* initialize some variables to quieten CoverityMarcus Meissner2018-07-211-6/+6
* add olympus init functionElijah Parker2018-07-201-1/+28
* a bit more debugging support for the panasonicMarcus Meissner2018-07-161-4/+16
* fixed panasonic liveviewMarcus Meissner2018-07-161-0/+13
* avoid unused variable warningMarcus Meissner2018-07-131-1/+1
* added ptp_olympus_omd_captureElijah Parker2018-07-091-0/+21
* merged various sony, panasonic configurationsElijah Parker2018-07-081-0/+103
* merge from timelapse project:Elijah Parker2018-07-081-0/+19
* 2018 copyrightMarcus Meissner2018-04-161-1/+1
* Include names for events when dumping device infoPhilip Langdale2018-04-161-0/+37
* fix 2 memory leaks (Coverity)Marcus Meissner2018-04-151-2/+5
* added a missing free in an error path (Coverity)Marcus Meissner2018-04-151-1/+4
* initialize data to NULL in GETDATA cases. Not strictly required, mostly reduc...Marcus Meissner2018-04-151-29/+29