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-01-12Revert "BLI: Refactor vector types & functions to use templates"Clément Foucault
2022-01-12BLI: Refactor vector types & functions to use templatesClment Foucault
2022-01-12Revert "BLI: Refactor vector types & functions to use templates"Clément Foucault
2022-01-12BLI: Refactor vector types & functions to use templatesClément Foucault
2022-01-12Cleanup: make formatDalai Felinto
2022-01-12Fix T89542: Crash when loading certain .hdr filesJesse Yurkovich
2022-01-12Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2022-01-11Fix T93588: some videos loaded flipped over Y axis on macOS ArmBrecht Van Lommel
2022-01-10Fix T94661: Out-of-bounds memory access due to malformed DDS image fileSergey Sharybin
2022-01-07Fix T86952: Buffer overflow reading specific DDS imagesSergey Sharybin
2022-01-07Fix T94629: The IMB_flip API would fail with large imagesJesse Yurkovich
2022-01-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2022-01-06Cleanup: spelling in commentsCampbell Barton
2021-12-25Cleanup: use new c++ guarded allocator APIAaron Carlisle
2021-12-17Cleanup: Silenced unused var warnings.Jeroen Bakker
2021-12-16Cleanup: spellingCampbell Barton
2021-12-16Cleanup: clang-formatCampbell Barton
2021-12-15Fix compile errors on windows.Jeroen Bakker
2021-12-15Cleanup: Use pixel in stead of texels in naming.Jeroen Bakker
2021-12-15Images: 1,2,3 channel support for transform function.Jeroen Bakker
2021-12-14Cleanup: resolve parameter mis-matches in doc-stringsCampbell Barton
2021-12-14Cleanup: correct unbalanced doxygen groupsCampbell Barton
2021-12-11Fix compilation error on Windows platform.Jeroen Bakker
2021-12-10Revert recent changes to ImBuf transformHans Goudey
2021-12-10ImBuf: Extracted UV Wrapping from the Interpolation functions.Jeroen Bakker
2021-12-10Added support for large images to openexr.Jeroen Bakker
2021-12-10ImBuf: Use templating for IMB_transform.Jeroen Bakker
2021-12-10Fix crash using 32k images.Jeroen Bakker
2021-12-10Cleanup: spelling in commentsCampbell Barton
2021-12-10Fix Crash: Loading Huge Images.Jeroen Bakker
2021-12-09Cleanup: spelling in commentsCampbell Barton
2021-12-09Cleanup: move public doc-strings into headers for 'imbuf'Campbell Barton
2021-12-08ImBuf: Performance IMB_transform.Jeroen Bakker
2021-12-08Cleanup: moved IMB_transform to transform.cc.Jeroen Bakker
2021-12-03ImBuf: Made Wrapping and Cropping optional in IMB_transform.Jeroen Bakker
2021-11-26Clarify a confusing comment.Martijn Versteegh
2021-11-22Moviecache: Fix potential memory corruption.Jeroen Bakker
2021-11-19Cleanup: fix typos in comments and docsBrecht Van Lommel
2021-11-15VSE: Use early out for aplha over blendingRichard Antalik
2021-11-15Merge branch 'blender-v3.0-release'Richard Antalik
2021-11-15Fix T91405: Block artefacts in WEBM videoRichard Antalik
2021-11-13Cleanup: Correct order of guard and lock in moviecache_valfreeJesse Yurkovich
2021-11-09Merge branch 'blender-v3.0-release'Jacques Lucke
2021-11-09Fix T92934: crash rendering with wrong image pathJacques Lucke
2021-11-05Fix T92740: Missing lock around the image CacheLimiterJesse Yurkovich
2021-11-02Images: fix error in previous refactorJacques Lucke
2021-11-02Images: refactor how failed image load attempts are rememberedJacques Lucke
2021-10-22Fix VSE left crop not workingRichard Antalik
2021-10-20Cleanup: use elem macrosCampbell Barton
2021-10-16Remove math for 2D affine transformRichard Antalik