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-02-10Rebase on mastertemp-license-header-spdxCampbell Barton
2022-02-10Cleanup: copyright in headers, spelling in commentsCampbell Barton
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2020-11-11Fix T82602: checking image header reads past buffer boundsCampbell Barton
2020-11-06Cleanup: use ELEM macroCampbell Barton
2020-10-10Cleanup: use C comments for descriptive textCampbell Barton
2020-09-04Cleanup: Clang-Tidy readability-inconsistent-declaration-parameter-name fixSebastian Parborg
2020-08-08Cleanup: use array syntax for sizeof with fixed valuesCampbell Barton
2020-08-07Cleanup: ImBuf, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
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-18Cleanup: conform headers to have license firstCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2018-06-17Cleanup: trailing space for imbuf moduleCampbell Barton
2018-01-18Fix Linux/GCC compiler warning in recent fixes.Brecht Van Lommel
2018-01-17Fix buffer overflows in TIFF, PNG, IRIS, DPX, HDR and AVI loading.Brecht Van Lommel
2017-12-07Fix T53499: Cannot load DPX filesSergey Sharybin
2017-05-30ImBuf: Fix strict compiler warning in Cineon image IOSergey Sharybin
2016-06-13Fix misleading indentation in ImBufSergey Sharybin
2015-06-19Cleanup: fix mismatch in printf formating (int/unsigned int).Bastien Montagne
2013-07-21code cleanup: add break statements in switch ()'s, (even at the last case).Campbell Barton
2013-07-17style cleanupCampbell Barton
2013-07-15Fix #36127: 10 bit DPX render would crash when doing rendering animations fromBrecht Van Lommel
2013-03-22code cleanup: use NULL rather then 0 for pointers, and make vars static where...Campbell Barton
2013-03-05code cleanup: also change BKE_blender.h BLENDER_VERSION_CHAR to 'a' so as not...Campbell Barton
2012-11-04code cleanup: double promotionsCampbell Barton
2012-10-22Fix for inline functions of new cineon librarySergey Sharybin
2012-10-22Some more fixes for cineonSergey Sharybin
2012-10-22style cleanup: use more const's in BLI_heap & dpx/cineon style cleanupCampbell Barton
2012-10-22Patch #27397: Improved DPX/Cineon codeSergey Sharybin
2012-04-30code cleanup: header cleanupCampbell Barton
2011-02-27doxygen: blender/imbuf tagged.Nathan Letwory
2010-12-03Fix for compilation error caused by strict prototype checkingSergey Sharybin
2010-02-12correct fsf addressCampbell Barton
2008-03-10Add an option for saving/loading DPX with in log color space withBrecht Van Lommel
2006-03-12New: Import/Export of Cineon and DPX image files. The first is Kodak'sTon Roosendaal