- Update to version 0.3.4:
* Added Canon R8 and R50.
* Added Panasonic G95D* and S5M2.
* Added Canon 200D Mk II*, EOS R6 MKII*, EOS R7* and EOS R10*.
* Added DJI Mini 3 Pro / FC-3582 (DNG).
* Added Fujifilm X-H2*, X-H2S*, X-T5*, S6000fd*, SL1000* and HS50EXR*.
* Added Hasselblad L2D-20c / DJI Mavic 3 Cine (DNG).
* Added Olympus C5060WZ*, SP570UZ* and E-P7*.
* Added OM Systems OM-5*.
* Added Panasonic FZ38*, FZ300*, FZ70, FZ72*, G6*, G70*, G81*, G90*, GM1S*,
GX7 Mk3*, GX85*, LF1*, TZ71*, TZ81*, TZ90*, TZ96*, TZ101*, ZS40*/TZ60*/TZ61*.
* Added Sony 7RM5*.
* Added Leica D-LUX 6*.
* Added Nikon Z 30*.
* Added Epson RD-1X*.
* Added Leica DIGILUX3*.
* Added Nikon D1H*, D7500*, D850* and P7800*.
* Added Olympus E30*, E420*, E450*, E520*, E600* and E-P5*.
* Added Pentax K2000* and K-m* (PEF).
* Ensure that RawFile::init() is never called twice.
This would cause crashes if it was called concurrently.
* Properly detect compressed data for Panasonic.
* Fix the linkage of the mp4parse library with libtool.
* Fixed the demo/ccfa to output properly the byte stream.
* Fixed BitIterator code to peek past the number of bits for Olympus decoding.
* Fixed decompression of packed Olympus ORF files.
* Fixed over reported size of Panasonic compressed Raw data.
OBS-URL: https://build.opensuse.org/request/show/1066963
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libopenraw?expand=0&rev=40
- Update to version 0.3.1:
+ Changes:
* API: some camera ID have been renamed or value changed.
* API: or_rawdata_get_roi() renamed to or_rawdata_get_active_area().
* API: cfa_pattern renamed to mosaicinfo.
* API: Added or_ifd_release(), or_ifd_get_name() and or_ifd_get_type().
* API: The ORIfdDirRef returned by or_rawfile_get_ifd() must
be released.
* API: or_rawfile_get_ifd() support more IFD types.
* API: or_ifd_index is replaced by or_ifd_dir_type. OR_IFD_MAKERNOTE is replaced
by OR_IFD_MNOTE, OR_IFD_CFA is replaced by OR_IFD_RAW.
* API: or_iterator*() to iterate through the metadata tags.
* API: Added or_metavalue_get_count().
* Fix getting MakerNotes for Pentax, Panasonic.
* Get the Panasonic Exif thumbnail.
* Added tool `exifdump`.
+ Lots of new cameras added and bugs fixed. See the following link for a complete
list: https://gitlab.freedesktop.org/libopenraw/libopenraw/-/blob/master/NEWS
OBS-URL: https://build.opensuse.org/request/show/971019
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libopenraw?expand=0&rev=34