summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
4 daysclippy: Fix some warningsHEADmasterHubert Figuière3-21/+24
2024-03-19metavalue: can access rationalHubert Figuière2-2/+9
2024-03-19Fix a clippy warningHubert Figuière1-3/+1
2024-03-19rawfile: RawFile::metadata_value() takes a &str for keyHubert Figuière3-7/+7
2024-02-06dng: Added iPhone 14Hubert Figuière2-2/+4
2024-01-30api: Added type_for_mime_type()Hubert Figuière1-0/+21
2024-01-22api: Added mime_types()Hubert Figuière2-0/+18
2024-01-22utils: Fix doc typoHubert Figuière1-2/+2
2024-01-20api: Added the extensions API callHubert Figuière2-3/+23
2024-01-09identify: Added mimetypesHubert Figuière5-23/+64
2024-01-06Formattinglibopenraw-0.4.0-alpha.1Hubert Figuière1-6/+1
2024-01-06mp4::parse: Remove env_loggerHubert Figuière1-2/+0
2024-01-06mp4: Remove mp4parse and move the code into mp4 moduleHubert Figuière9-3/+7636
2024-01-06tests: really fix testsHubert Figuière1-1/+1
2024-01-05build: Run cargo test with make checkHubert Figuière1-1/+1
2024-01-04tiff+iterator: Properly fetch bytes from metadataHubert Figuière1-3/+5
2024-01-02rawfile: Added from_memory constructorHubert Figuière3-7/+13
2024-01-02exif: exif::TagType is only TryFrom<>Hubert Figuière3-18/+23
2024-01-01clippy: Fix some clippy warningsHubert Figuière3-9/+8
2024-01-01orf: Set photometric interpretation for ORF filesHubert Figuière2-3/+7
2023-12-31capi: Fix some Rust warningsHubert Figuière5-5/+5
2023-12-31exif: update tags to ExifTool 12.65Hubert Figuière1-3/+3
2023-08-19testsuite: extract testsuite infrastructureHubert Figuière1-0/+44
2023-08-19cr2: Added Canon 1D and 1DSHubert Figuière3-39/+92
2023-08-19bitmap: remove ImageBuffer::into_f64()Hubert Figuière1-15/+0
2023-08-19doc+api: cleanup visibility for APIHubert Figuière13-132/+148
2023-08-19tiff: remove violation of minimum Rust versionHubert Figuière1-6/+3
2023-08-19doc: fix warningHubert Figuière1-1/+1
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-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ère4-1/+71
2023-08-15panasonic: Get the white, blacks and white balanceHubert Figuière3-3/+71
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ère3-36/+64
2023-08-14render: f64 based pipeline, added colour correctionHubert Figuière5-65/+338