summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* set_config: free device property value only when actually set.fujiMarcus Meissner2017-05-141-1/+3
| | | | | | initialize it to 0 to avoid double frees fixes https://github.com/gphoto/libgphoto2/issues/167
* reenable the objecthandles logic, as reportedly only theMarcus Meissner2017-05-121-10/+1
| | | | | | first ObjhectAdded event is received https://github.com/gphoto/libgphoto2/issues/133
* added nikon d5600 debugMarcus Meissner2017-05-101-0/+2342
|
* added nikon d5600Marcus Meissner2017-05-101-0/+3
|
* Moved the 0xd207 setting to prepare captureMarcus Meissner2017-05-091-15/+35
| | | | | | As the camera seems to send a ObjectAdded event, disable the objecthandles polling. https://github.com/gphoto/libgphoto2/issues/133
* uuMarcus Meissner2017-05-091-0/+8
|
* added eos77dMarcus Meissner2017-05-081-0/+3
|
* translate gettext to gettextMarcus Meissner2017-05-071-0/+1
|
* newest travis images seemd to need gettextMarcus Meissner2017-05-071-3/+3
|
* draft implementation of Fuji capture support, after ↵Marcus Meissner2017-05-062-13/+146
| | | | https://github.com/gphoto/libgphoto2/issues/133
* merge from current pktriggercord gitMarcus Meissner2017-05-022-1/+23
|
* added pentax k3 iiMarcus Meissner2017-05-021-0/+6
|
* Added some more size checks to ptp_unpack_OPL to avoid crashes on too short ↵Marcus Meissner2017-04-291-2/+12
| | | | data (AFL)
* recursively list directories until the first file is found,Marcus Meissner2017-04-291-14/+75
| | | | retrieve information and MTP metadata
* during unpacking Object property desc, ensure at least 5 bytes are available ↵Marcus Meissner2017-04-291-0/+4
| | | | (AFL)
* list folders and files tooMarcus Meissner2017-04-291-0/+19
|
* initialize tmp to be NULL to avoid double free (AFL)Marcus Meissner2017-04-241-0/+1
|
* trigger bulb on the stillimage (press shutter full) DPC, not onMarcus Meissner2017-04-231-1/+1
| | | | | | the autofocus DPC as that is used already fixes https://github.com/gphoto/libgphoto2/issues/159
* Merge branch 'master' of github.com:gphoto/libgphoto2Marcus Meissner2017-04-231-1/+3
|\
| * do not wait 1 second while fuzzingMarcus Meissner2017-04-231-1/+3
| | | | | | | | use a uint64_t cast, so the ricoh shutterspeed works on 32bit (hopefully)
* | small warning fixes. use calloc instead of mnalloc/memsetMarcus Meissner2017-04-232-5/+4
| |
* | NEWS updateMarcus Meissner2017-04-231-0/+9
|/
* added pentax k5iiMarcus Meissner2017-04-221-0/+6
|
* avoid crash if model is NULLMarcus Meissner2017-04-221-1/+2
|
* added sony rx10 mark 3Marcus Meissner2017-04-192-4/+1106
|
* add a missing extern "C"Marcus Meissner2017-04-191-0/+8
| | | | fixes https://github.com/gphoto/libgphoto2/issues/160
* eos m3 also has capture and capture previewMarcus Meissner2017-04-171-1/+1
|
* check for EOS M to avoid confusing it with EOS 5D Mark xtestMarcus Meissner2017-04-171-1/+1
|
* added movie aspectratio hook-in, no table yetMarcus Meissner2017-04-162-0/+7
|
* First draft of EOS M support. Taken from @coderliss initialMarcus Meissner2017-04-163-98/+151
| | | | | | investigations and integrated into the current framework https://github.com/gphoto/libgphoto2/issues/58
* handle capturetarget not existing for EOS gracefullyMarcus Meissner2017-04-151-50/+55
|
* added exposurebiasMarcus Meissner2017-04-132-1/+54
|
* implement PTP FNumber emulationMarcus Meissner2017-04-132-0/+59
|
* add virtual PTP shutterspeed (ExposureTime / 0x500D)Marcus Meissner2017-04-132-1/+50
|
* stat the replacement DCIM directory to avoid bad dataMarcus Meissner2017-04-131-0/+2
|
* remove the typedef for GPPort from hereMarcus Meissner2017-04-121-1/+0
| | | | fixes https://github.com/gphoto/libgphoto2/issues/157
* updated vietnameseTrần Ngọc Quân2017-04-111-56/+60
|
* updated vietnameseTrần Ngọc Quân2017-04-112-1980/+2143
|
* updated ukrainianYuri Chornoivan2017-04-112-1978/+2144
|
* updated polishJakub Bogusz2017-04-111-1980/+2131
|
* check events before getting sony live viewMarcus Meissner2017-04-101-0/+1
|
* 2.5.13.1 developmentMarcus Meissner2017-04-082-1/+3
|
* include stdio.h to avoid implicit warningslibgphoto2-2_5_13-releaseMarcus Meissner2017-04-082-0/+4
|
* 2.5.13 releaseMarcus Meissner2017-04-082-4/+5
|
* remove unused check_ptp_filesystemMarcus Meissner2017-04-081-12/+0
|
* pentax driver included a .txt fileMarcus Meissner2017-04-081-1/+1
|
* missing HAVE_LIBEXIF_HMarcus Meissner2017-04-081-0/+2
|
* Image format -> Image FormatMarcus Meissner2017-04-081-1/+1
|
* use standard syntax for imageformatMarcus Meissner2017-04-081-2/+2
|
* added gopro hero5 sessionMarcus Meissner2017-04-081-1/+1
|