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-25Cleanup: remove redundant double parenthesisCampbell Barton
2022-09-13Cleanup: use u-prefixed integer types (for brevity)Campbell Barton
2022-09-12Fix T100886: error saving side-by-side stereo EXR image of depth passBrecht Van Lommel
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-10-06Cleanup: spelling in commentsCampbell Barton
2021-10-04Cleanup: use system includesCampbell Barton
2021-07-30Cleanup: clang-format (re-run after v12 version bump)Campbell Barton
2020-12-15Cleanup: reduce indirect DNA header inclusionCampbell Barton
2020-11-13Merge branch 'blender-v2.91-release'Campbell Barton
2020-11-13Fix memory leak writing PNG when opening the file failsCampbell Barton
2020-11-11Fix T82602: checking image header reads past buffer boundsCampbell Barton
2020-11-11Cleanup: pass header size to 'is_a' callbacksCampbell Barton
2020-11-11Cleanup: use bool for imbuf save callbacksCampbell Barton
2020-11-11Cleanup: remove redundant NULL checks in ImFileType.is_a callbackCampbell Barton
2020-11-06Cleanup: replace STREQLEN with STRPREFIX for constant stringsCampbell Barton
2020-09-04Cleanup: Clang-Tidy readability-inconsistent-declaration-parameter-name fixSebastian Parborg
2020-08-08Cleanup: remove redundant return parenthesisCampbell Barton
2020-05-13Fix T75365: memory leak when writing PNG fails due to lack of disk spaceBrecht Van Lommel
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2019-04-23Cleanup: style, use braces for imbufCampbell Barton
2019-04-18OpenEXR: add support for writing EXR files to memory.Brecht Van Lommel
2019-04-17ClangFormat: format '#if 0' code in source/Campbell 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-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2018-06-29Cleanup: trailing newlinesCampbell Barton
2018-06-17Cleanup: trailing space for imbuf moduleCampbell Barton
2018-05-07Cleanup: rename char/float conversion functionsCampbell Barton
2018-04-05IMB_metadata improvementsSybren A. Stüvel
2018-01-17Fix buffer overflows in TIFF, PNG, IRIS, DPX, HDR and AVI loading.Brecht Van Lommel
2017-08-10Fix T52334: images with non-color data should not change color space on save.Brecht Van Lommel
2017-05-19Cleanup: add braces for multi-line blocksCampbell Barton
2015-11-19Cleanup: redundant 'break', minor editsCampbell Barton
2015-07-13 Imbuf types refactor.Antony Riakiotakis
2015-07-11ImBuf: Fix compilation error with older libpngSergey Sharybin
2015-07-11ImBuf: cleanup, use const for memory passed inCampbell Barton
2015-07-03Fix T45283: Blender crashes on some grayscale PNGs with alpha.Bastien Montagne
2015-05-19Fix T44759: Blender has problems reading and writing 42k images to PNGSergey Sharybin
2015-03-17Part 2 of D1082 by Troy Sobotka, remove our functions that do lumaAntony Riakiotakis
2015-01-31Cleanup: styleCampbell Barton
2015-01-31Blender metadata changes to accommodate non string dataMartijn Berger
2015-01-26Cleanup: strcmp/strncmp -> STREQ/STREQLEN (in boolean usage).Bastien Montagne
2014-11-29Cleanup: unused headersCampbell Barton
2014-07-04Style cleanupCampbell Barton
2014-07-01Fix strict flags compilationSergey Sharybin
2014-06-30Fix T40818: libpng warning: iCCP: known incorrect sRGB profileSergey Sharybin
2013-07-21code cleanup: add break statements in switch ()'s, (even at the last case).Campbell Barton
2013-05-29Make sure bool will always have the same size in C and C++Sergey Sharybin
2013-03-05patch [#34103]Campbell Barton