summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* added some new SONY Property defines, hook up sony capturetargetgoproMarcus Meissner2020-02-162-2/+25
|
* hook up gopro, currently largely copy / paste from lumixMarcus Meissner2020-02-145-0/+1343
|
* log invaliddram and return error to avoid endless loop (AFL)Marcus Meissner2020-02-101-1/+2
|
* do not sleep during fuzzing (AFL)Marcus Meissner2020-02-102-0/+9
|
* fixed integer overflow check to avoid overflow (AFL)Marcus Meissner2020-02-081-1/+1
|
* Added nikon coolpix 4100 (sierra) (It also works in PTP mode though)Marcus Meissner2020-02-031-0/+3
|
* added fix for GoPro files not appearing caused by another hack for another ↵Marcus Meissner2020-02-022-3/+8
| | | | device
* faster fuzzingMarcus Meissner2020-02-011-0/+4
|
* handle partial read files, avoid crashes (AFL)Marcus Meissner2020-02-012-1/+5
|
* added gopro hero 7 silverMarcus Meissner2020-02-011-0/+2
|
* avoid usleep during fuzzing (AFL)Marcus Meissner2020-02-011-0/+5
|
* handle size 0 to avoid buffer underread (AFL)Marcus Meissner2020-02-011-0/+2
|
* init revision in case of errors to avoid uninit usage (AFL)Marcus Meissner2020-01-311-0/+1
|
* added Z50Marcus Meissner2020-01-281-1/+1
|
* added nikon z50Marcus Meissner2020-01-281-0/+4
|
* Merge pull request #459 from tail-feather/support-fuji-isoMarcus Meissner2020-01-281-0/+49
|\ | | | | Support for Fujifilm ISO extension
| * Merge remote-tracking branch 'origin/master' into support-fuji-isoTSUNODA Koji2019-11-251-5/+0
| |\
| * | Add Fuji exception for ExposureIndex (DataType:INT32)TSUNODA Koji2019-11-211-0/+49
| | |
* | | Merge pull request #470 from knro/masterMarcus Meissner2020-01-281-4/+3
|\ \ \ | | | | | | | | Add Nikon D7500 Image Quality
| * \ \ Merge branch 'master' into masterJasem Mutlaq2020-01-2814-42/+144
| |\ \ \ | |/ / / |/| | |
* | | | added more sanity checks to avoid NULL ptr deref (AFL)Marcus Meissner2020-01-261-2/+5
| | | |
* | | | updatedMarcus Meissner2020-01-261-4/+6
| | | |
* | | | clarify notesMarcus Meissner2020-01-261-1/+3
| | | |
* | | | remove allocation, done by called function nowMarcus Meissner2020-01-261-3/+1
| | | |
* | | | allow filenames shorter than 11 characters (AFL)Marcus Meissner2020-01-261-1/+1
| | | |
* | | | round up the download size (AFL)Marcus Meissner2020-01-261-1/+1
| | | |
* | | | added a SECURITY descriptionMarcus Meissner2020-01-262-1/+67
| | | |
* | | | added size checking (AFL)Marcus Meissner2020-01-261-0/+5
| | | |
* | | | allocate reported size of data (and dont guess by size) (AFL)Marcus Meissner2020-01-263-6/+9
| | | |
* | | | avoid endless loops on detaching devices (AFL)Marcus Meissner2020-01-261-1/+3
| | | |
* | | | check return of READ_STATUSMarcus Meissner2020-01-261-3/+3
| | | |
* | | | added a check on the boundaries of the homo_h processing (ASAN)Marcus Meissner2020-01-251-2/+4
| | | | | | | | | | | | | | | | Otherwise we read 1 entry before the array and 1 entry after.
* | | | avoid endless loops on device going away (AFL)Marcus Meissner2020-01-251-1/+8
| | | |
* | | | 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
| | | |
* | | | fix gp_file reference count usage, its a bit weirdMarcus Meissner2020-01-251-4/+4
| | | |
* | | | added nikon d7500 imagequalityAlex Argelaguet2020-01-251-1/+24
| | | |
* | | | merge from libmtpMarcus Meissner2020-01-251-0/+3
| | | |
| * | | Correct D7500 RAW valueJasem Mutlaq2020-01-281-8/+8
| | | |
| * | | Adding Nikon D7500 capture settingsJasem Mutlaq2020-01-221-1/+24
|/ / /
* | | 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
| | | | | | | | | | | | | | | Move camlib specific SUBDIRS additions to subdir Makefile-files where they logically belong.
* | | Convenience make targets for dealing with *.po filesHans Ulrich Niedermann2020-01-201-0/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add convenience make targets for helping deal with *.po files: git-checkout-po Run "git checkout *.po" in all po/ subdirs. This can be useful after "make dist". update-po Run "make update-po" in all po/ subdirs.
* | | also fuzz via gp_port_vusb_msg_interface_read_libMarcus Meissner2020-01-191-2/+2
| | |
* | | rpm spec: Fix dist tarball locationHans Ulrich Niedermann2020-01-181-1/+1
| | | | | | | | | | | | | | | The dist tarball is generated in the top builddir, so we use that location when looking for it.
* | | rpm spec: Use double %% sign in commentsHans Ulrich Niedermann2020-01-181-1/+1
| | |
* | | Add $(AM_MAKEFLAGS) for every $(MAKE)Hans Ulrich Niedermann2020-01-185-8/+8
| | | | | | | | | | | | | | | | | | For every $(MAKE) use in Makefile.am or Makefile-files, we add $(AM_MAKEFLAGS) so we can pass the make flags to the called make subprocess.
* | | fixed conditional building of lumix driver.Marcus Meissner2020-01-122-18/+35
| | | | | | | | | | | | | | | | | | | | | | | | automake method did not work, so just build an empty driver if we do not have libxml2 or libcurl fixes https://github.com/gphoto/gphoto2/issues/281 fixes https://github.com/gphoto/libgphoto2/issues/466
* | | synced from libmtpMarcus Meissner2020-01-061-2/+56
| | |