summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-07-31crates: disable chrono default featuresrustHubert Figuière1-1/+1
2023-07-30rust: Update tags with ExifTool 2.64Hubert Figuière1-1/+9
2023-07-30crates: Update simple_logger and num_enum.Hubert Figuière1-8/+8
2023-07-30rust: use generated tag namesHubert Figuière16-1636/+1749
2023-07-29rawfile: the built-in matrices are in 1Hubert Figuière1-2/+2
2023-07-29benchmark: update criterion. Enable HTML reportHubert Figuière1-1/+1
2023-07-29thumbnail: set the bpc properlyHubert Figuière2-4/+33
2023-07-29rawfile: Return the color illuminant properly for built-in matricesHubert Figuière2-4/+15
2023-07-29exif: Added more of the lightsourcesHubert Figuière1-17/+28
2023-07-29dng: Properly set the photometric interpretation after decompressHubert Figuière3-1/+8
2023-07-29examples: Added orrenderHubert Figuière3-0/+98
2023-07-28capi: added INVALID_FORMAT in or_errorHubert Figuière1-1/+4
2023-07-28build: add the missing files for distcheckHubert Figuière4-13/+46
2023-07-28rust: Explicitely list the build.rsHubert Figuière1-0/+1
2023-07-28build: Fix install rule for .pc.Hubert Figuière1-5/+1
2023-07-28build: this is 0.4 API. Bump version in configureHubert Figuière2-4/+4
2023-07-28NEWS: list API changesHubert Figuière1-0/+20
2023-07-28includes: cleanup unused APIHubert Figuière4-35/+10
2023-07-27capi: C API for libopenrawHubert Figuière27-152/+1657
2023-07-27metadata: store the IFD typeHubert Figuière2-4/+4
2023-07-27metadata: allow get the Dir from the iteratorHubert Figuière2-2/+17
2023-07-26rust: renderingHubert Figuière11-32/+294
2023-07-26rawfile: factories return a Rc instead of a BoxHubert Figuière14-30/+30
2023-07-26metadata: define the metadata type aliasHubert Figuière1-1/+4
2023-07-26tiff::entry: reserve capacity when the count is knownHubert Figuière1-3/+3
2023-07-26tiff::dir: added tag_name()Hubert Figuière1-2/+6
2023-07-26metadata: into strings conversion and countHubert Figuière1-1/+103
2023-07-25clippy: fix clippy warningsHubert Figuière2-2/+2
2023-07-25benchmark: fix buildHubert Figuière1-1/+1
2023-07-21identify: finish identify by checking the TIFF makeHubert Figuière17-85/+119
2023-07-20rawfile: get calibration illuminant and matrix originHubert Figuière4-5/+63
2023-07-19metadata: Use zero terminated strings for meta valuesHubert Figuière3-3/+16
2023-07-19ifd: the dir id is a NUL terminated byte stringHubert Figuière3-39/+50
2023-07-19rawfile: store the thumbnail sizesHubert Figuière17-90/+90
2023-07-19demo: better error handling in thumbc demoHubert Figuière1-3/+3
2023-07-18rawdata: Added colour matricesHubert Figuière2-2/+28
2023-07-18rawdata: Implement defaultHubert Figuière3-3/+16
2023-07-18thumbnail: new() is now argument lessHubert Figuière4-4/+10
2023-07-18rawfile: Get the orientationHubert Figuière4-0/+21
2023-07-18rust: cargo formatHubert Figuière4-19/+28
2023-07-15ifd: Undefined type entries have an offsetHubert Figuière4-110/+38
2023-07-14doc: Add a few missing bits of rustdocHubert Figuière4-0/+8
2023-07-14doc: Fix two doc warningsHubert Figuière2-2/+2
2023-06-01Fix clippy warning with Rust 1.70Hubert Figuière1-2/+2
2023-06-01Fix build with Rust 1.70:Hubert Figuière1-2/+7
2023-05-25dng: Added Leica Q3Hubert Figuière3-2/+4
2023-05-21raf+jpeg: implement dir_iteratorHubert Figuière2-0/+14
2023-05-21minolta: implement dir_iteratorHubert Figuière1-0/+5
2023-05-21testsuite: add test for make/modelHubert Figuière1-0/+20
2023-05-21ciff: Extract exif from CRW.Hubert Figuière7-135/+495