summaryrefslogtreecommitdiff
path: root/camlibs
Commit message (Expand)AuthorAgeFilesLines
* avoid endless loops when device goes away (AFL)Marcus Meissner2020-01-251-4/+6
* avoid endless loops (AFL)Marcus Meissner2020-01-251-11/+13
* avoid double free of camera->pl (ASAN)Marcus Meissner2020-01-251-0/+6
* added nikon d7500 imagequalityAlex Argelaguet2020-01-251-1/+24
* merge from libmtpMarcus Meissner2020-01-251-0/+3
* camlib template Makefile-files: group files logicallyHans Ulrich Niedermann2020-01-221-1/+3
* camlibs: Move camlib specific SUBDIRS addtions to subdir Makefile-filesHans Ulrich Niedermann2020-01-223-1/+5
* Add $(AM_MAKEFLAGS) for every $(MAKE)Hans Ulrich Niedermann2020-01-181-1/+1
* fixed conditional building of lumix driver.Marcus Meissner2020-01-122-18/+35
* synced from libmtpMarcus Meissner2020-01-061-2/+56
* synced from pktrioggercord.Marcus Meissner2020-01-063-2/+4
* avcoid memory leak (Coverity)Marcus Meissner2020-01-041-0/+2
* handle invalid file types by erroring out (AFL)Marcus Meissner2020-01-041-0/+3
* check size of compressed image, (half height of original) (AFL)Marcus Meissner2020-01-041-2/+7
* initialize memory to avoid access of uninitialized memory (AFL)Marcus Meissner2020-01-042-3/+3
* we have 2020Marcus Meissner2020-01-021-1/+1
* avoid buffer overread due to mismatched total vs in fat filesize (AFL)Marcus Meissner2020-01-011-0/+5
* more sanity checks for sizes (AFL)Marcus Meissner2020-01-013-4/+10
* more sanity checks to avoid buffer overflows (AFL)Marcus Meissner2019-12-311-6/+11
* avoid integer overflow (AFL)Marcus Meissner2019-12-311-0/+2
* avoid sleeping when fuzzing (AFL)Marcus Meissner2019-12-301-0/+5
* fix the comptype check to be same as above to avoid crashes (AFL)Marcus Meissner2019-12-301-1/+1
* check buffer length after read, if we read the full buffer (AFL)Marcus Meissner2019-12-301-0/+4
* stv0674: add an arbitrary limit to avoid DOS by large allocs (AFL)Marcus Meissner2019-12-301-0/+4
* pdc640: width must be at least 2 to avoid a buffer overwrite (AFL)Marcus Meissner2019-12-291-0/+1
* spca50x: fixed a buffer overflow (AFL)Marcus Meissner2019-12-291-1/+1
* added goprop hero7 whiteMarcus Meissner2019-12-292-0/+157
* wait 200 seconds for the exposure.Marcus Meissner2019-12-231-3/+4
* revert a disabling of EOS M functionality that mistakenly slipped in.Marcus Meissner2019-12-081-1/+4
* removed another dupMarcus Meissner2019-12-081-6/+4
* remvoed a dupMarcus Meissner2019-12-081-3/+1
* added gopro hero8 blackMarcus Meissner2019-12-081-0/+2
* merged in some more known sony cameras from timelapse-viewMarcus Meissner2019-12-051-4/+17
* adjust the focus mode handling for sony even moreMarcus Meissner2019-12-021-3/+2
* adde powershot sx530hsMarcus Meissner2019-12-021-0/+3
* focusmode is 16bit per default, not 8bit. this might break big endianMarcus Meissner2019-12-021-2/+2
* Update library for Nikon Coolpix S2600 to use filesystem checking (|PTP_NIKON...David Barnes2019-11-301-1/+1
* on manual focus do not set d2d2 to 2 (which seems to be autofocus)Marcus Meissner2019-10-191-0/+2
* added fuji gfx100Marcus Meissner2019-10-182-0/+898
* try setting d38c to 1 during fuji startupMarcus Meissner2019-10-181-0/+2
* added sony a6400Marcus Meissner2019-10-161-0/+2
* distcheck: stop dist-ing non-existing lumix/ChangeLogHans Ulrich Niedermann2019-10-161-1/+1
* mark a7s II as preview capableMarcus Meissner2019-10-121-1/+1
* coment fuji init like timelapse doesMarcus Meissner2019-10-121-0/+5
* Fuji set focus pointRyan Stout2019-10-123-3/+6
* added eos r2Marcus Meissner2019-10-121-0/+4
* Merge branch 'lumix'Marcus Meissner2019-10-125-0/+5800
|\
| * fixed added image detectionMarcus Meissner2019-07-101-2/+2
| * fixed shutterspeed setting commandMarcus Meissner2019-07-101-1/+1
| * added also movie start/stop codeMarcus Meissner2019-07-091-1/+20