Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-13IMBUF: Improved Thumbnailing of WebP ImagesHarley Acheson
2022-05-20IMBUF: Thumbnails of all EXR files using less RAMHarley Acheson
2022-05-05IMBUF: Faster JPEG ThumbnailsHarley Acheson
2022-03-25ImBuf: Add support for WebP image formatAaron Carlisle
2022-02-11File headers: SPDX License migrationCampbell Barton
2020-11-13Cleanup: remove unnecessary ImFileType.ftype callbackCampbell Barton
2020-11-13Cleanup: imbuf file format callback declarationCampbell Barton
2020-11-10ImBuf: support detecting the file format from in-memory imagesCampbell Barton
2020-11-09Cleanup: imbuf callback namingCampbell Barton
2020-08-08Cleanup: replace sizeof division with ARRAY_SIZE macroCampbell Barton
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2019-09-25Cleanup: use const for image blending functionsCampbell Barton
2019-04-23Cleanup: style, use braces for imbufCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-03Cleanup: trailing commasCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2018-09-18Close OpenEXR thread pool on exitSergey Sharybin
2018-08-08OpenJPEG: support building against both 1.5 and 2.3.Brecht Van Lommel
2018-06-29Cleanup: trailing newlinesCampbell Barton
2017-09-22Remove quicktime supportAaron Carlisle
2016-07-12Revert "OpenJPEG: update to 2.1 from 1.5"Sergey Sharybin
2016-07-12OpenJPEG: update to 2.1 from 1.5Campbell Barton
2015-07-13 Imbuf types refactor.Antony Riakiotakis
2015-05-18Cleanup: use const for Imbuf file typesCampbell Barton
2014-11-29Cleanup: unused headersCampbell Barton
2014-01-20Code cleanup: remove quicktime image loading code (not animation loading).Brecht Van Lommel
2013-10-11adding WITH_IMAGE_OPENIMAGEIO and removing the PSD build optionDalai Felinto
2013-10-10style cleanupCampbell Barton
2013-10-09fix for building with OPENJPEG after PSD commitDalai Felinto
2013-10-09Photoshop PSD supportDalai Felinto
2013-02-27Fix various warnings with clang build, and adjust cmake clang warnings flagsBrecht Van Lommel
2012-12-31Fix for saving 8bit PNG images when there's no byte buffer in ImBufSergey Sharybin
2012-12-3016 bit PNG write supportSergey Sharybin
2012-10-22Patch #27397: Improved DPX/Cineon codeSergey Sharybin
2012-09-15Color Management, Stage 2: Switch color pipeline to use OpenColorIOSergey Sharybin
2012-09-14Code cleanup: removed unused Cocoa image load/save code.Brecht Van Lommel
2012-05-19style cleanup: whitespace/indentationCampbell Barton
2012-05-16style cleanup: imbufCampbell Barton
2012-04-03Fixed mistake made in threaded EXR commit.Sergey Sharybin
2012-04-02Multithreaded EXR files loadingSergey Sharybin
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-03-05use NULL rather then 0 for pointer assignments & comparison, modifier, imbuf ...Campbell Barton
2011-02-27doxygen: blender/imbuf tagged.Nathan Letwory
2011-02-20misc warnings/fixesCampbell Barton
2010-10-17- fixed remaining unused warnings.Campbell Barton
2010-09-15bugfix [#23405] PNG Images bigger then 2gig wont load with blender.Campbell Barton
2010-08-03build options to disable image formats WITH_CINEON, WITH_HDR.Campbell Barton