summaryrefslogtreecommitdiff
path: root/camlibs/ptp2/ptp-pack.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* change API of ptp_unpack_string to handle "empty strings, which will be retur...Marcus Meissner2019-01-021-32/+61
* added powerzoomspeed, uint32Marcus Meissner2018-12-161-0/+1
* reportu PowerZoomInfoChanged and CTGInfoCheckComplete eventsMarcus Meissner2018-12-141-1/+3
* ptp-pack: fix some format issuesReverend Homer2018-11-301-7/+7
* added power zoom as seen on SX720HSMarcus Meissner2018-11-121-0/+1
* EOS 70D with OLC Version 8 has offset 6 for shutterspeed.Marcus Meissner2018-10-301-2/+2
* fixed shutterspeed olc offset for 5dsrMarcus Meissner2018-08-051-5/+14
* shutterspeed varies between 7,8, and f generation of OLCMarcus Meissner2018-06-031-12/+21
* start to handle different OLC Versions, EOS 200D with version f has different...Marcus Meissner2018-06-031-3/+26
* added some new defines from the SDKMarcus Meissner2018-05-131-2/+2
* canon content change supportSuperX2018-04-121-0/+8
* add object changesuperx2018-04-081-3/+8
* Implement CHDK based live view support.Alexey Kryukov2018-03-231-0/+34
* the 0x20 property might be the self timer countdownAlexey Kryukov2018-03-171-1/+4
* do not check the struct for zero, just the amount of focus points.Marcus Meissner2018-03-041-4/+3
* EOS m2 initial supportAlexey Kryukov2018-03-031-0/+8
* remove debugMarcus Meissner2018-02-231-8/+0
* fixed unpacking ptp 1.1 manifestMarcus Meissner2018-02-231-7/+15
* implement manifest decoderMarcus Meissner2018-02-231-0/+55
* set *len = 0 on the "empty string" case.Marcus Meissner2017-10-071-1/+5
* more verbose during ptp deviceinfo unpackingMarcus Meissner2017-10-071-9/+36
* parse EOS high iso noise reductionMarcus Meissner2017-09-101-0/+1
* debugging for a galaxy s2 caseMarcus Meissner2017-08-291-0/+1
* Merge pull request #199 from evertheylen/WbAdjustFixMarcus Meissner2017-08-281-1/+1
|\
| * One more place to modify itEvert Heylen2017-08-241-1/+1
* | support INT32 in enum decoder tooMarcus Meissner2017-08-281-1/+3
|/
* check for the correct size before reading the functional mode part of the dev...Marcus Meissner2017-07-301-1/+1
* if we are adjusting the data pointer, also adjust len to avoid incorrect size...Marcus Meissner2017-07-291-0/+1
* handle some buffer overreads in the OPD unpacker (AFL)Marcus Meissner2017-07-281-0/+5
* On device property unpacking, return 0 from unpack_string is a FAILURE (AFL)Marcus Meissner2017-07-271-3/+4
* fixed two read overflows in the DPD decoder (AFL)Marcus Meissner2017-07-271-1/+4
* make sure we have 4 byte to read in the array elements in the array unpacker....Marcus Meissner2017-07-271-0/+4
* 0 terminate string field that is later strduped (AFL)Marcus Meissner2017-07-271-0/+1
* check sizes in EOS Folderentry handling (AFL)Marcus Meissner2017-07-271-1/+3
* Added some more size checks to ptp_unpack_OPL to avoid crashes on too short d...Marcus Meissner2017-04-291-2/+12
* during unpacking Object property desc, ensure at least 5 bytes are available ...Marcus Meissner2017-04-291-0/+4
* added movie aspectratio hook-in, no table yetMarcus Meissner2017-04-161-0/+1
* copyright updatedMarcus Meissner2017-03-211-1/+1
* check for an integer overflow in ptp_unpack_OPLMarcus Meissner2017-03-161-4/+12
* i%7 should have been i%8 (or i&7)Marcus Meissner2017-03-131-1/+1
* fix olc info count detection even more (AFL)Marcus Meissner2017-02-281-5/+7
* final try to fix OLC entry calculation (AFL)Marcus Meissner2017-02-281-2/+9
* move size check to match the entry detection logic (AFL)Marcus Meissner2017-02-281-2/+4
* fixed counting OLCGroup entries (1 more needed) (AFL)Marcus Meissner2017-02-281-0/+1
* match entries in second loopMarcus Meissner2017-02-281-0/+3