-
Notifications
You must be signed in to change notification settings - Fork 115
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/develop' into stable
* Make Olympus decompressor faster (-13%) * Make Sony LJpeg decompressor faster (-33%) * Support broken-by-design Blackmagic uncompressed DNG's * OM System OM-1 Mark II support * Fujifilm X100VI support * Sony ILCE-9M3 support * Phase One P25+ support * Add Panasonic DC-TZ95D alias * Remove explicit crop from Fujifilm X-Trans gen-4/5 cameras * Leica SL3 normalization * Fix up Panasonic DMC-FZ28 crop modes * Add unsupported Panasonic placeholders * Add unsupported Canon placeholders * Add Fujifilm X100VI placeholder * upstream/develop: (154 commits) Phase One P25+ support BitStreamer::getInput(): don't disable fast-path for `DEBUG` builds `BitStreamerJPEG::fillCache()`: `prefetch` is no longer needed BitStreamer: sink prefetch into `getInput()` LJpegDecompressor: change how we deal with predictor `BitStreamer::getInput()`: add branch likelyhood annotations Bump some fuzz-only image size cut-offs `writeLog()`: drop pointless `RAWSPEED_READNONE`, clang complains Cr2Decompressor: do not inline `decompressN_X_Y()`'s into `decompress()` LJpegDecompressor: do check that jpeg frame has positive area TiffParser::parse(): retain already-parsed IFD's on IFD parse failure (Blackmagic oddities) CI: macos: bump whole-job timeout LJpegDecoder: avoid overflow when computing pixels-per-row of maximal tile LJpegDecompressor: drop some more meaningless invariants LJpegDecompressor: drop obsolete `cps` variable JpegDecompressor: drop arg names from unused arguments md5: drop arg name from unused argument FiffParser::parseData(): use switch OlympusDifferenceDecoder: make definition of `getDiff()` inlne, not decl BitStreamerJPEG: make definition of `getStreamPosition()` inlne, not decl ...
- Loading branch information
Showing
122 changed files
with
2,494 additions
and
893 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
brew 'cmake' | ||
brew 'git' | ||
brew 'libomp' | ||
brew 'jpeg' | ||
brew 'jpeg-turbo' | ||
brew 'ninja' | ||
brew 'pugixml' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.