summaryrefslogtreecommitdiff
path: root/camlibs/ptp2/ptp-pack.c
Commit message (Expand)AuthorAgeFilesLines
* fixed one superflous argument to debug (Coverity)Marcus Meissner2023-02-141-1/+1
* fixed ptp_debug parameters (Coverity)Marcus Meissner2023-02-011-1/+1
* fixed missing arguments in 2 debug functions, spotted by codeqlMarcus Meissner2022-11-211-2/+2
* fix some CodeQL warningsMarcus Meissner2022-11-211-6/+6
* Rewrite the OLC handling logic to be table driven, as we now have too many ch...Marcus Meissner2022-09-151-256/+249
* 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
* olc info ver instead of curoff in check§Marcus Meissner2022-08-201-1/+1
* merge from libmtpAlexandr Shevchenko2022-01-311-1/+1
* srtore DevPropCode, needed by current config name matcherMarcus Meissner2021-08-171-0/+1
* Canon: basic control over Movie Servo AFJan Kundrát2021-08-071-0/+1
* camlibs/ptp2/ptp-pack.c: Fix aperture on EOS RPJan Kundrát2021-08-061-5/+1
* temporary allow setting all properties on sony, as ourdetection logic does no...Marcus Meissner2021-08-011-1/+3
* camlibs/ptp2: Unpack Canon EOS changes for INT32 propertiesDaniel Schulte2021-04-191-0/+5
* camlibs/ptp2/ptp-pack.c: Qualify previous change only for olcver=0x13 cameras.Arkell Rasiah2021-03-191-3/+8
* camlibs/ptp2/ptp-pack.c: Fix get-config aperture for R5.Arkell Rasiah2021-03-191-1/+1
* removed a superflous argument (Coverity)Marcus Meissner2021-02-211-1/+1
* replaced some malloc(x*y) by calloc(x,y), also removed then superflous memsetMarcus Meissner2021-02-141-17/+14
* added strobofiring, flashcharged, oneshotrawon, autoexposuremodedialMarcus Meissner2021-02-071-0/+1
* adjust more offset for eos m6 mark 2 OLCMarcus Meissner2021-02-071-2/+11
* added OLC 0x12 for EOS M6 Mark2 offsetsMarcus Meissner2021-02-071-15/+26
* move some enums to their known places, eos cameranickname is a stringMarcus Meissner2021-02-071-4/+5
* camlibs/ptp2/ptp-pack.c: Fix get-config iso/aperture for R5. (#621)Marcus Meissner2021-02-061-0/+6
* decode more canon events a bit betterMarcus Meissner2021-02-011-5/+25
* autopoweroff might be 32bitMarcus Meissner2021-01-141-1/+1
* support more MTP ObjectPropDesc typesMarcus Meissner2021-01-011-1/+24
* hook in nikon geteventex function.Marcus Meissner2021-01-011-0/+1
* added missing ptp-pack part for nikon_check_event_exMarcus Meissner2021-01-011-0/+58
* decode EOS names for easier debugging.Marcus Meissner2020-12-281-2/+2
* revert back to 0 byte PTP strings turning into "" instead of NULL.Marcus Meissner2020-11-181-1/+3
* Add support for reading Canon EOS MovieMode switch and setting it on/offtrilader2020-11-101-0/+2
* read the read/write state from the sony device propertiesMarcus Meissner2020-09-011-14/+20
* remove some more integer warningsMarcus Meissner2020-08-311-1/+1
* added size to unpack_DPDMarcus Meissner2020-08-301-3/+10
* some integer warning fixesMarcus Meissner2020-08-291-4/+3
* added debugging for sony unknown ptp prop flagwssMarcus Meissner2020-08-261-2/+2
* Remove trailing whitespace from all *.h and *.c files.Siim Meerits2020-07-271-35/+35
* Fix typos throughout the codebaseSijawusz Pur Rahnama2020-05-251-1/+1
* handle shutterspeed default >= 0xf as size 7Marcus Meissner2020-04-181-1/+4
* shutterspeed is also 7 bytes on type 0x11Marcus Meissner2020-04-181-2/+6
* added PTP StreamInfo (PTP 1.1) getterMarcus Meissner2020-04-041-0/+15
* update copyrightMarcus Meissner2019-05-051-1/+1
* add some more known values for eosMarcus Meissner2019-02-171-1/+5
* ptp2: Correctly decode and set cRAW image format for Canon EOSDavid Rosca2019-01-291-9/+17
* avoid an integer overflow (AFL)Marcus Meissner2019-01-261-1/+1
* adjusted the ptp string length checkerMarcus Meissner2019-01-141-3/+7