summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-08-19bitmap: remove ImageBuffer::into_f64()Hubert Figuière1-15/+0
2023-08-19doc+api: cleanup visibility for APIHubert Figuière14-133/+149
2023-08-19tiff: remove violation of minimum Rust versionHubert Figuière1-6/+3
2023-08-19doc: fix warningHubert Figuière1-1/+1
2023-08-19Update NEWS and RELEASE_NOTESHubert Figuière2-1/+37
2023-08-18arw: Extract white balance from some filesHubert Figuière3-5/+68
2023-08-18dng: Added Pentax K3 Mark III MonochromeHubert Figuière2-0/+3
2023-08-18render: Fix substraction underflow with Pentax K-3 III MonochromeHubert Figuière1-4/+7
2023-08-18raf: Added Fujifilm Z-S20Hubert Figuière3-1/+8
2023-08-18arw: Added Z-V1M2Hubert Figuière2-1/+9
2023-08-18nef: Added Nikon Z8Hubert Figuière3-2/+10
2023-08-18rw2: Added ZS200D aliasHubert Figuière2-1/+3
2023-08-18ordiag: Added -D developer modeHubert Figuière1-6/+44
2023-08-18arw: Added ILCE-6700Hubert Figuière2-1/+9
2023-08-18rw2: Added Panasonic S5M2XHubert Figuière2-1/+8
2023-08-18cargo: restrict serde versionHubert Figuière1-3/+2
2023-08-17nef: Extract the white balanceHubert Figuière3-1/+96
2023-08-16nef: Fix Nikon headerless Maker Note offsetHubert Figuière1-1/+1
2023-08-16pef: Extract the white balanceHubert Figuière2-1/+7
2023-08-16cr2: Extract the white balanceHubert Figuière3-0/+122
2023-08-15panasonic: Dump the camera ifdHubert Figuière6-7/+78
2023-08-15panasonic: Get the white, blacks and white balanceHubert Figuière4-4/+72
2023-08-15panasonic: Display the raw tag namesHubert Figuière14-29/+38
2023-08-15render: Bggr and Grbg were inverted in the demosaicHubert Figuière1-3/+66
2023-08-15bitmap: image_buffer::pixel_at() would get the wrong columnHubert Figuière1-1/+1
2023-08-15Use a different xyz to RGB matrixHubert Figuière1-1/+3
2023-08-14render: rewrote the grayscale to RGB in RustHubert Figuière6-129/+49
2023-08-14render: f64 based pipeline, added colour correctionHubert Figuière13-334/+379
2023-08-13render: Reorganize the C / ffi codeHubert Figuière3-62/+75
2023-08-12raf: Update format and parsingHubert Figuière1-42/+121
2023-08-12mrw: Extract the white balanceHubert Figuière1-1/+20
2023-08-12raf: Extract the white balanceHubert Figuière2-4/+23
2023-08-12orf: Extract the white balanceHubert Figuière3-1/+23
2023-08-12tiff: propagate the mnote_offset to the sub ifdHubert Figuière3-5/+21
2023-08-12tiff: Add tag_names and id for custom IFDHubert Figuière12-128/+636
2023-08-12dng: Get the AsShotNeutralHubert Figuière6-4/+115
2023-08-11dng: fix tiled decompressionHubert Figuière1-3/+3
2023-08-11fuzz: fix fuzzer buildHubert Figuière2-2/+4
2023-08-11raf: Fix blacks, whites and CFA patternHubert Figuière2-6/+13
2023-08-09testsuite: fix the C++ testsuite with the new dataHubert Figuière1-12/+28
2023-08-09API: export CfaPatternHubert Figuière1-0/+1
2023-08-08orf: Get the active area from the fileHubert Figuière5-7/+54
2023-08-08bitmap: export Size and Point. Implement PartialEqHubert Figuière2-2/+2
2023-08-08testsuite: We can use generics for the list conversionHubert Figuière1-21/+8
2023-08-08capi: or_metavalue_get_string() has only one parameterHubert Figuière5-9/+8
2023-08-08testsuite: Use array parsing for thumbnailsHubert Figuière2-52/+56
2023-08-08rawdata: White and black values are quadsHubert Figuière16-150/+193
2023-08-08erf: Get black levelHubert Figuière2-1/+6
2023-08-08pef: Properly get the black and white pointHubert Figuière2-3/+20
2023-08-08cr2: Properly get the black and white pointHubert Figuière3-10/+32