summaryrefslogtreecommitdiff
path: root/testsuite
AgeCommit message (Expand)AuthorFilesLines
2023-08-15panasonic: Dump the camera ifdHubert Figuière1-6/+6
2023-08-12tiff: Add tag_names and id for custom IFDHubert Figuière1-41/+41
2023-08-11raf: Fix blacks, whites and CFA patternHubert Figuière1-5/+5
2023-08-09testsuite: fix the C++ testsuite with the new dataHubert Figuière1-12/+28
2023-08-08orf: Get the active area from the fileHubert Figuière1-1/+9
2023-08-08capi: or_metavalue_get_string() has only one parameterHubert Figuière1-1/+1
2023-08-08rawdata: White and black values are quadsHubert Figuière1-90/+90
2023-08-08cr2: Properly get the black and white pointHubert Figuière1-6/+6
2023-08-04dng: Extract the white and black levels (single)Hubert Figuière1-1/+1
2023-08-03testsuite: Fix memory leak: the ORMetaValueRef must be releasedHubert Figuière1-0/+1
2023-07-31testsuite: Remove internal headers from testsuiteHubert Figuière1-19/+1
2023-07-27capi: C API for libopenrawHubert Figuière2-21/+9
2023-07-21identify: finish identify by checking the TIFF makeHubert Figuière1-1/+1
2023-05-16tiff: properly decode BigEndian dataHubert Figuière1-1/+1
2023-05-01minolta: Get the pixels in BigEndianHubert Figuière1-3/+3
2023-02-11Merge 'libopenraw-0.3.3'Hubert Figuière2-6/+12
2022-12-28testsuite: Disable Nikon D1 file from bootstrap: permanent failHubert Figuière1-1/+1
2022-12-28testsuite: Remove empty filesHubert Figuière1-4/+8
2022-12-28testsuite: Fix crash in bootstrap after setting refererHubert Figuière1-0/+1
2022-12-28tests: curl should follow redirectsHubert Figuière1-0/+1
2022-12-27Fix warning when building without CURLHubert Figuière1-1/+1
2022-06-24Merge libopenraw-0.3.2Hubert Figuière1-1/+1
2022-06-22orf: unpack files that needs unpackHubert Figuière1-4/+4
2022-06-21orf: Fix decoding where the last byte is wrongHubert Figuière1-5/+5
2022-06-21orf: unpack files that needs unpackHubert Figuière1-4/+4
2022-06-20rw2: Fix the raw data size to have the actual sizeHubert Figuière1-2/+2
2022-06-20rw2: Fix the raw data size to have the actual sizeHubert Figuière1-2/+2
2022-06-19orf: Fix decoding where the last byte is wrongHubert Figuière1-5/+5
2022-05-31nef: Fix testsuite following MakerNote changeHubert Figuière1-1/+1
2022-04-29rust+dng: Adjust test for BlackMagic DNGHubert Figuière1-3/+3
2022-04-28rw2: Properly mark raw data as compressedHubert Figuière1-2/+2
2022-04-28rw2: Properly mark raw data as compressedHubert Figuière1-2/+2
2022-03-28rust+testsuite: Make sure thumbnail are in found orderHubert Figuière1-0/+1
2020-12-16Require C++14. Use std::make_unique<>Hubert Figuière1-1/+1
2020-12-16test: don't use deprecated boost::test::minimalHubert Figuière1-5/+8
2020-08-16pef: get active area and white level when availableHubert Figuière1-1/+7
2020-08-15testsuite: Added more testsHubert Figuière1-0/+45
2020-08-14testsuite: report which test haven't been run per testHubert Figuière5-18/+64
2020-08-13testsuite: Allow the testsuite.xml path to be passedHubert Figuière1-7/+13
2020-08-13rw2: Fix active area, get the CFA pattern and bpcHubert Figuière1-2/+6
2020-08-09Merge tag 'libopenraw-0.2.3'Hubert Figuière1-0/+1
2020-08-09Added SR2 file to testsuiteHubert Figuière1-0/+1
2020-08-08makernote: Fix Nikon D1 MakerNote detectionHubert Figuière1-1/+1
2020-08-08testsuite: Sony A-100 (still broken) has MakerNote Sony5Hubert Figuière1-0/+2
2020-08-06makernote: Ricoh MakerNoteHubert Figuière1-0/+2
2020-08-06rawfile: Properly detect Ricoh vendorHubert Figuière1-0/+24
2020-08-06makernote: Identify MakerNote for LEICAHubert Figuière1-0/+2
2020-08-04This is a baseline implementation of Exif support for RAW files.Hubert Figuière2-103/+202
2020-08-03rw2: Fix older Panasonic exif locationHubert Figuière1-0/+51
2020-08-03nef: Extract medium sized preview from MakerNoteHubert Figuière1-35/+35