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-06-23Cleanup: Clang tidyHans Goudey
2022-05-11Cleanup: spelling in commentsCampbell Barton
2022-05-05Cleanup: use 'r_' prefix for return argumentsCampbell Barton
2022-05-05Cleanup: shadow and format warningsCampbell Barton
2022-05-05IMBUF: Faster JPEG ThumbnailsHarley Acheson
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-10-04Cleanup: use system includesCampbell Barton
2021-05-27Fix incorrect BLI_snprintf usageCampbell Barton
2021-01-29Fix T84661: read jpg pixel densityPhilipp Oeser
2020-12-15Cleanup: reduce indirect DNA header inclusionCampbell 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-06Cleanup: replace STREQLEN with STRPREFIX for constant stringsCampbell Barton
2020-09-04Cleanup: Clang-Tidy readability-inconsistent-declaration-parameter-name fixSebastian Parborg
2020-08-08Clenup: use STREQ macroCampbell Barton
2020-08-08Cleanup: remove redundant return parenthesisCampbell Barton
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2019-06-17Cleanup: comment spellingCampbell Barton
2019-05-31Cleanup: style, use braces in source/ (include disabled blocks)Campbell Barton
2019-04-23Cleanup: style, use braces for imbufCampbell Barton
2019-04-17ClangFormat: format '#if 0' code in source/Campbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-02-18Jpeg: Fix write past array boundarySergey Sharybin
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-11-14Cleanup: comment block tabsCampbell Barton
2018-06-17Cleanup: trailing space for imbuf moduleCampbell Barton
2018-04-05IMB_metadata improvementsSybren A. Stüvel
2015-10-14Fix T46453: JPEG quality not stored in fileCampbell Barton
2015-10-14Cleanup: remove historic, blender-only jpeg ioCampbell Barton
2015-07-13 Imbuf types refactor.Antony Riakiotakis
2015-07-11Avoid static var for OpenEXRCampbell Barton
2015-07-11ImBuf: cleanup, use const for memory passed inCampbell 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-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2013-09-01Move GCC attributes into a centraized definesSergey Sharybin
2013-07-21code cleanup: add break statements in switch ()'s, (even at the last case).Campbell Barton
2013-07-20misc editsCampbell Barton
2013-05-12correct assert for driver evaluation,Campbell Barton
2013-05-05Fix for non-terminated reading of JPEG metadataSv. Lockal
2013-03-17code cleanup: incorrect sized array args, remove some redundant code.Campbell Barton
2013-03-05patch [#34103]Campbell Barton
2012-12-29style cleanupCampbell Barton
2012-11-13Correction to YCCK and CNYK jpeg images loading into blenderSergey Sharybin
2012-11-09style cleanup: indentationCampbell Barton
2012-09-20code cleanup: remove unused macros, commet some which may be useful later - o...Campbell Barton