sort by:
Revision Author Date Message Commit Date
7c4eb19 Rawspeed: cameras.xml: add XSD. While it is rather restrictive, some areas are still not restrictive enough. Would have prevented that stray ">" from last commit. 21 October 2016, 17:34:17 UTC
f1048e6 Noiseprofiles: schema: basic regex to check some strings. 21 October 2016, 17:29:23 UTC
f63e5ce Rawspeed: remove stray ">" in PENTAX K-70 ID. Must be my manual typo. Was found by Stefan Schöfegger. I guess i need to add XSD. 20 October 2016, 19:05:48 UTC
85da096 Merge pull request #1323 from schenlap/nikon_1_aw1 Nikon 1 AW1: Reenable camera support after check, fixes #11253 20 October 2016, 19:05:07 UTC
1d35204 Nikon 1 AW1: Reenable camera support after check, fixes #11253 Camera has only 12bit compressed mode. Samples can be found at http://www.photographyblog.com/reviews/nikon_1_aw1_review/sample_images/ Camera has different white levels per iso setting! 20 October 2016, 18:56:53 UTC
1a9c125 Merge remote-tracking branch 'upstream/pr/1322' * upstream/pr/1322: Nikon 1 J4: Reenable camera support after check, fixes #11252 20 October 2016, 18:09:22 UTC
60a28b3 Nikon 1 J4: Reenable camera support after check, fixes #11252 camera supports only 12 bit compressed mode according to manual. Samples can be found at http://www.photographyblog.com/reviews/nikon_1_j4_review/sample_images/ 20 October 2016, 17:59:31 UTC
eafe7ff Merge pull request #1320 from schenlap/nikon_a Nikon Coolpix A: Reenable camera support after check, fixes #11187 20 October 2016, 17:51:10 UTC
8c19830 Nikon Coolpix A: Reenable camera support after check, fixes #11187 only 14Bit compressed is supported 20 October 2016, 17:41:04 UTC
0eea801 Merge pull request #1319 from schenlap/nikon_p7000 Nikon P7000: reenable camera support, fixes #11226 20 October 2016, 17:30:00 UTC
eba651b Nikon P7000: reenable camera support, fixes #11226 Only 12Bit uncompressed mode available. Samples for ISO3200 and ISO0=6400 found at http://www.photographyblog.com/reviews/nikon_coolpix_p7000_review/ 20 October 2016, 17:20:56 UTC
909b1be CMake: fix build with bundled lua. There is no 'liblua' libraray, only 'lua'. 20 October 2016, 13:13:13 UTC
77fcf18 CMake: factor out -march/-mtune into separate include file Also, do check whether compiler actually accepts -mtune=generic 20 October 2016, 10:40:32 UTC
de96950 Rawspeed: Common.h: don't #define TRUE/FALSE. They will be defined by libjpeg (and jpeg-turbo) jmorecfg.h And, what is worse, that config may (right now only libjpeg) define boolean as enum; in C++ you cannot convert integer types (like bool or int) to enum types without a cast. Or, rawspeed needs to define TRUE/FALSE *before* including jpeglib.h in StdAfx.h (it currently includes Common.h after jpeglib.h) 20 October 2016, 09:49:20 UTC
16b3cf2 Rawspeed: DngDecoderSlices(): cast bool to boolean. In C++ you cannot convert integer types (like bool or int) to enum types without a cast. boolean is defined as enum by libjpeg (but not jpeg-turbo) jmorecfg.h 20 October 2016, 09:43:40 UTC
36a287f Rawspeed: X3fDecoder: it's bool, not boolean. It's C++ after all. 20 October 2016, 09:43:38 UTC
5d96d76 opencl: centrally handle clReleaseMemObject(NULL) case 19 October 2016, 20:02:31 UTC
581ce8d usermanual: proofreading of new part thanks to David Vincent-Jones 19 October 2016, 18:35:59 UTC
5358709 usermanual: fix for #11237 19 October 2016, 18:32:16 UTC
41c044e is_supported_platform.h: #include <stdio.h> from check_c_source_compiles(). Practically reverts a29372acdf0239c3f5651e657bdcc6eaf57f841f. 19 October 2016, 18:18:54 UTC
a29372a is_supported_platform.h: #include <stdio.h> Should fix error: 'stderr' undeclared on aarch64. 19 October 2016, 17:18:53 UTC
39a3106 Merge remote-tracking branch 'upstream/pr/1317' * upstream/pr/1317: Nikon D3400: Added basic camera support 19 October 2016, 13:04:59 UTC
9bfe7e8 Merge remote-tracking branch 'upstream/pr/1316' * upstream/pr/1316: Panasonic DMC-G8: Added basic camera support. 19 October 2016, 12:50:33 UTC
a64d594 Restore executable permissions for purge_* tools. 19 October 2016, 12:35:08 UTC
f7cd6df Merge pull request #1318 from mazhe/master Save and restore CMAKE_REQUIRED_FLAGS when trying compiler flags 19 October 2016, 12:26:53 UTC
1c97bc9 Save and restore CMAKE_REQUIRED_FLAGS when trying compiler flags, or language specific flags can then pollute CMAKE_REQUIRED_FLAGS when CHECK_C(XX)_COMPILER_FLAG is called to test C99/CXX11 support. 19 October 2016, 10:18:35 UTC
27b954e usermanual: more on basecurve 19 October 2016, 05:39:26 UTC
3cd8e3c Nikon D3400: Added basic camera support There was really nothing to crop. samples from http://www.photographyblog.com/reviews/nikon_d3400_review/sample_images/ 18 October 2016, 17:45:24 UTC
fcc1c2b Update French translation. 18 October 2016, 17:44:25 UTC
b9c8483 Panasonic DMC-G8: Added basic camera support. samples from http://www.photographyblog.com/reviews/panasonic_lumix_dmc_g80_review/sample_images/ 18 October 2016, 17:24:24 UTC
a06f5be Updated Dutch translation 18 October 2016, 17:06:22 UTC
af2e4ac noise profile: added comment about blue channel being underexposed too much 17 October 2016, 20:48:04 UTC
d7feda8 noiseprofile: sony DSC-RX10 17 October 2016, 20:46:30 UTC
43550df Merge pull request #1314 from darktable-org/safer-purge-images purge_non_existing_images: do not do the purge by default. 17 October 2016, 19:22:15 UTC
ac2c8e0 purge_non_existing_images: do not do the purge by default. As for purge_unused_tags, this scripts now only print what will be done (removed) and the actual work is done only if the -p option is passed. This makes the script safer. 17 October 2016, 17:43:02 UTC
7124a28 Add some output messages. 17 October 2016, 16:37:48 UTC
76e6e0a Avoid error messages when exporting as Lab colorout degrades to a memcpy when the output profile is Lab, so we don't need to do all the magic in commit_params 17 October 2016, 09:26:29 UTC
abbe141 PR1294: pour in some newlines 17 October 2016, 08:48:48 UTC
5afba88 Merge remote-tracking branch 'upstream/pr/1294' * upstream/pr/1294: RawSpeed: Canon EOS 80D: add support for mRaw and sRaw formats (fixes #11028) 17 October 2016, 08:42:59 UTC
d3f02d0 Rawspeed: PENTAX K-70: fixes. Fixes #11243, Fixes #11242 17 October 2016, 08:33:29 UTC
6b834c1 Merge remote-tracking branch 'upstream/pr/1312' * upstream/pr/1312: Add Pentax K-70 support 17 October 2016, 08:19:50 UTC
5090969 Add Pentax K-70 support 17 October 2016, 07:23:43 UTC
e46c1b7 Merge pull request #1308 from mghansen256/push-request Documentation for lens corrections: Fix typo and update link to lensfun's homepage. 16 October 2016, 17:59:17 UTC
234427a Merge pull request #1313 from schenlap/nikon_d5 Nikon D5: reenable camera support after check, fixes #11236 16 October 2016, 17:57:44 UTC
9790fe9 Nikon D5: reenable camera support after check, fixes #11236 Samples in ticket are all black, for D5_Uncompressed_12bit.NEF i get a warning: {{{[rawspeed] (D5_Uncompressed_12bit.NEF) Skipped out of buffer }}} Samples from http://www.photographyblog.com/reviews/nikon_d5_review/sample_images/ are ok. 16 October 2016, 17:28:36 UTC
91af214 Merge pull request #1311 from schenlap/nikon_d1h Nikon D1H: Reenable camera support after check, fixes #11239 16 October 2016, 11:27:05 UTC
2cbb763 Merge pull request #1310 from schenlap/nikon_d100 Nikon D100: reenable camera support after check, fixes #11238 16 October 2016, 11:09:47 UTC
1b8006e Nikon D1H: Reenable camera support after check, fixes #11239 Only 12 Bit compressed and uncompressed mode is availiable. 16 October 2016, 11:09:08 UTC
d655414 Dockerfile: usermanual: add docbook-xsl. Hopefully will help stop fetching XSL from internet. 16 October 2016, 10:11:01 UTC
7cd030b Nikon D100: reenable camera support after check, fixes #11238 12Bit mode is the only mode. Only 12Bit compressed samples were availible but up to now compressed and umcpmressed hat always the same black and white levels, so reenable both. 16 October 2016, 09:28:25 UTC
6a344f8 Dockerfile: usermanual: explicitly mention jdk/jre 16 October 2016, 09:11:53 UTC
faa0c88 Dockerfile: add usermanual deps 16 October 2016, 08:22:43 UTC
f0598aa Fix index on used_tags to be UNIQUE I forgot that constraint which made the table grow on every dt start. 15 October 2016, 21:17:24 UTC
753c45f Fix typo and update link to lensfun's homepage. 15 October 2016, 19:19:49 UTC
fbc11ac usermanual: fix typos 15 October 2016, 18:56:37 UTC
c930990 Merge pull request #1307 from schenlap/nikon_D3s Nikon D3s: reenable camera support for 12Bit, Refs #11232 (incomplete) 15 October 2016, 17:36:42 UTC
4d2decc Nikon D3s: reenable camera support for 12Bit, #11232 (incomplete) 15 October 2016, 17:25:40 UTC
fd5daf1 Merge pull request #1306 from schenlap/nikon_df Nikon Df: reenable camera support for 14Bit, Refs #11231 (incomplete) 15 October 2016, 17:18:43 UTC
d555af2 Nikon Df: reenable camera support for 14Bit, #11231 (incomplete) 12 Bit samples are missing. 15 October 2016, 17:10:07 UTC
533c9d9 Merge pull request #1305 from schenlap/nikon_e5700 Nikon E5700: reenable camera support after check, fixes #11229 15 October 2016, 16:09:33 UTC
8b31ccb Nikon E5700: reenable camera support after check, fixes #11229 User manual: {{{ Uncompressed: NEF (RAW-quality images), and TIFF-RGB (HI-quality images) }}} 15 October 2016, 15:49:00 UTC
6167bb7 Merge remote-tracking branch 'upstream/pr/1302' Turns out the multiplied color matrix is indeed correct. The un-multiplied-one results in wrong camera neutral wb. * upstream/pr/1302: Nikon 1D: partially revert 67c2f5df568d38d64cab92d1fccefc17643e68c6 15 October 2016, 12:59:29 UTC
31b70f8 Merge remote-tracking branch 'upstream/pr/1304' * upstream/pr/1304: Nikon E5400: reenable camera support after check, fixes #11228 15 October 2016, 12:46:14 UTC
9678032 Merge remote-tracking branch 'upstream/pr/1303' * upstream/pr/1303: Nikon P6000: reenable camera support, fixes #11227 15 October 2016, 12:39:49 UTC
85d9cd9 Nikon E5400: reenable camera support after check, fixes #11228 User manual mentions only uncompressed TIFF, no option to switch to 14Bit or compressed mode. Also there is a NEF sample file on rawsamples.ch. 15 October 2016, 11:35:11 UTC
ab650b9 Nikon P6000: reenable camera support, fixes #11227 Uncompressed 12 Bit is the only mode of this camera according to user manual. 15 October 2016, 11:35:11 UTC
8d32e61 Nikon P6000: reenable camera support, fixes #11227 Uncompressed 12 Bit is the only mode of this camera according to user manual. 15 October 2016, 11:03:17 UTC
333636d Nikon 1D: partially revert 67c2f5df568d38d64cab92d1fccefc17643e68c6 Adobe coeffs don't need to be changed for proper camera support. Due to same caching issues it seemed that changing adobe coeffs to the value of dngmeta is needed for proper openening of images. Keep adobe coeffs at there old values. 15 October 2016, 10:49:41 UTC
24773b6 usermanual: some fixes 15 October 2016, 06:15:51 UTC
1c6adb1 Migrate purge_unused_tags script to new db layout. 14 October 2016, 22:06:43 UTC
45a4137 Merge pull request #1301 from TuTPhoto/master First draft of the complete translation. 14 October 2016, 19:58:32 UTC
525e67f First draft of the complete translation. Needs fixes to make it consistent with the GUI 14 October 2016, 19:39:05 UTC
ae084dd Show if exr is supported in --version 14 October 2016, 19:33:25 UTC
abbc577 rawspeed: TiffIFD::parseDngPrivateData(): compare with "Adobe\0" via memcmp() 1. The tag can be non-zero-terminated (just replace \0 with anything else with hex editor) 2. We know the exact length and data that tag should contain ("Adobe\0", 6) => memcmp is the only sane choice here. There are probably a lot other cases like this. Fixes #11059 14 October 2016, 18:01:28 UTC
5331019 Merge remote-tracking branch 'upstream/pr/1300' * upstream/pr/1300: NIKON D1: reenable camera support, fixes #11223 14 October 2016, 17:38:52 UTC
67c2f5d NIKON D1: reenable camera support, fixes #11223 12Bit uncompressed is the only mode of this camera. Adobe coeffs where wrong and where calculatet to NaN. Image could not be opened with wrong coeffs so changing them is harmless. 14 October 2016, 17:19:07 UTC
de8ac28 Merge pull request #1299 from schenlap/nikon_d3100 NIKON D3100: remove non available modes 14 October 2016, 16:56:28 UTC
91aa357 Rawspeed: CameraMetaData(): properly compute "id" At least for Nikon D1, it is actually "Nikon D1 ", with the space at the end. In some codepaths, the spaces are trimmed, in some the are not. Fix this by trimming them before appending the "id". Noticed by Stefan Schöfegger. Adding these 2 functions as private members of the class caused some build issues, so at least for now they'll be static inline. 14 October 2016, 16:52:18 UTC
11dea30 Rawspeed: RawDecoder::setMetaData(): ThrowRDE() if no cam Fixes (stops loading) in Nikon D1 case.. 14 October 2016, 16:45:48 UTC
042838c NIKON D3100: remove non available modes, fixes #11225 According to user manual only 12 Bit mode is supported. There is no possiblity to change compression / non compression. Samples are compressed raw. 14 October 2016, 16:28:17 UTC
7e34e4a Merge pull request #1298 from schenlap/nikon_d70s NIKON D70s: reenable camera support, fixes #11224 14 October 2016, 16:27:44 UTC
28af090 darktableconfig.xml: make highlights module visible by default 14 October 2016, 16:14:50 UTC
f95d8cb usermanual: add some missing doctype headers 14 October 2016, 15:21:26 UTC
d050ad5 NIKON D70s: reenable camera support, fixes #11224 compressed 12 bit is the only mode the camera supports 14 October 2016, 15:14:41 UTC
4ba7a58 usermanual: fix typos 14 October 2016, 14:27:09 UTC
5ad8615 Merge remote-tracking branch 'upstream/pr/1297' * upstream/pr/1297: NIKON 1 S2: reenable camera support, fixes #11222 14 October 2016, 13:59:54 UTC
f143b51 usermanual: recent fixes in darktable-cli 14 October 2016, 13:56:12 UTC
e3e627f NIKON 1 S2: reenable camera support, fixes #11222 compressed 12bit is the only mode according to user manual 14 October 2016, 13:52:18 UTC
ee2ca00 Merge remote-tracking branch 'upstream/pr/1296' * upstream/pr/1296: Nikon D70: reenable camera support after check, fixes #11219 14 October 2016, 13:36:54 UTC
7aa3363 Merge remote-tracking branch 'upstream/pr/1295' * upstream/pr/1295: Nikon P7100: reenable camera support after check, fixes #11218 14 October 2016, 13:33:44 UTC
c299e7f CMake: cleanup -fPIC. It is indeed needed though. [14:48:53] <ngladitz> all objects linked into a shared library need to be compiled with position independent code (PIC) We compile some libs as STATIC, and then link into shared libdarktable... 14 October 2016, 13:23:43 UTC
111e767 Nikon D70: reenable camera support after check, fixes #11219 14 October 2016, 13:20:53 UTC
200cfa0 Nikon P7100: reenable camera support after check, fixes #11218 Manul does not say anything about more modes than the provides sampel, so compressed mode is deleted 14 October 2016, 13:13:52 UTC
af3cd47 Revert "Dockerfile: temporairly add python3-pkg-resources" Debian's python3-jsonschema now properly depends on python3-jsonschema, and is in testing. This reverts commit 50f63aec24c50b474f683ab02be4683dcee5e298. 14 October 2016, 11:38:08 UTC
f1ee12f CMake: cleanup rawspeed part a bit May help with alpine build issue? 14 October 2016, 11:06:05 UTC
1fe0d86 CMake: cleanup rs-identify, don't set RS_CAMERAS_XML_PATH globally. 14 October 2016, 11:04:08 UTC
d6d556c usermanual: darktable-chart 14 October 2016, 10:47:11 UTC
8fd2c7d rs-identify: forgot to drop -lintl 14 October 2016, 09:28:09 UTC
a5e4eb0 Temperature iop: add accels for presets. Fixes #11221 13 October 2016, 20:55:43 UTC
cf34ec3 fusion: rename +3ev to exposure steps in gui 13 October 2016, 20:20:58 UTC
back to top