summaryrefslogtreecommitdiff
path: root/Cargo.toml
AgeCommit message (Expand)AuthorFilesLines
2024-01-21Start 0.4.0-alpha.4Hubert Figuière1-1/+1
2024-01-20Version 0.4.0-alpha.3Hubert Figuière1-1/+1
2024-01-09cargo: Remove cc dependencyHubert Figuière1-5/+0
2024-01-06Release 0.4.0-alpha.2libopenraw-0.4.0-alpha.2Hubert Figuière1-1/+1
2024-01-06cargo: Set version of libc dependencyHubert Figuière1-1/+1
2024-01-06mp4::parse: Remove env_loggerHubert Figuière1-1/+0
2024-01-06mp4: Remove mp4parse and move the code into mp4 moduleHubert Figuière1-1/+5
2024-01-06cargo: Added better metadata, allow publishing mp4parse-crawHubert Figuière1-0/+1
2024-01-06rust: Bump image-rs and rayon dependenciesHubert Figuière1-2/+2
2024-01-05release: bump version to 0.4.0-alpha.1Hubert Figuière1-1/+1
2024-01-05rust: Fix build with the wrong crate nameHubert Figuière1-1/+0
2024-01-05mp4parse: Make this a separate crate as it is a forkHubert Figuière1-1/+1
2024-01-05cargo: Fix the README name in the Cargo.tomlHubert Figuière1-1/+1
2024-01-05release: 0.4.0-alpha.0libopenraw-0.4.0-alpha.0Hubert Figuière1-0/+7
2024-01-05build: Fix make distcheckHubert Figuière1-0/+1
2024-01-04release: 0.4.0-alpha.0Hubert Figuière1-1/+1
2023-08-20libopenraw-testing: added gentestHubert Figuière1-1/+1
2023-08-19testsuite: extract testsuite infrastructureHubert Figuière1-0/+1
2023-08-18cargo: restrict serde versionHubert Figuière1-3/+2
2023-08-14render: f64 based pipeline, added colour correctionHubert Figuière1-0/+1
2023-07-31crates: disable chrono default featuresrustHubert Figuière1-1/+1
2023-07-30crates: Update simple_logger and num_enum.Hubert Figuière1-8/+8
2023-07-29benchmark: update criterion. Enable HTML reportHubert Figuière1-1/+1
2023-07-29examples: Added orrenderHubert Figuière1-0/+1
2023-07-28rust: Explicitely list the build.rsHubert Figuière1-0/+1
2023-07-27capi: C API for libopenrawHubert Figuière1-1/+7
2023-07-26rust: renderingHubert Figuière1-0/+4
2023-05-21ciff: Extract exif from CRW.Hubert Figuière1-0/+1
2023-04-30msrv is 1.64Hubert Figuière1-0/+2
2023-02-20rust: use thiserror for errorsHubert Figuière1-0/+1
2023-02-18Update jpeg-decoder to 0.3.0Hubert Figuière1-1/+1
2023-02-18tiled: parallelize ljpeg tile decompressionHubert Figuière1-0/+1
2023-02-18bench: added LJpeg benchHubert Figuière1-1/+4
2023-02-18Implement bencharkHubert Figuière1-0/+17
2023-02-11rust: Implement parsing the CFA mosaic pattern.Hubert Figuière1-1/+1
2022-06-30rust+crw: Canon CRW supportHubert Figuière1-0/+1
2022-06-26rust: Added olympusdecompress fuzzerHubert Figuière1-0/+4
2022-06-25rust: Add rawfile fuzzer targetHubert Figuière1-1/+5
2022-06-24Merge libopenraw-0.3.2Hubert Figuière1-1/+1
2022-06-24rust: Fix ljpeg fuzzing issueHubert Figuière1-1/+11
2022-06-16rust: Update some cratesHubert Figuière1-3/+3
2022-04-11rust: default dump is defaut featureHubert Figuière1-1/+1
2022-04-08rust: Dump is behind a featureHubert Figuière1-1/+9
2022-04-07rust: Rename ordump to ordiagHubert Figuière1-2/+2
2022-04-04rust+decompress: unpack 10 and 14 bits dngHubert Figuière1-0/+1
2022-03-31rust: added identify binaryHubert Figuière1-0/+1
2022-03-29rust: Build with Rust edition 2018Hubert Figuière1-2/+2
2022-03-28rust: Added JPEG containerHubert Figuière1-0/+1
2022-03-10Better handling of makernoteHubert Figuière1-6/+0
2022-03-09Implement testsuiteHubert Figuière1-0/+6