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-18Fix T94661: Out-of-bounds memory access due to malformed DDS image fileSergey Sharybin
2022-01-18Fix T86952: Buffer overflow reading specific DDS imagesSergey Sharybin
2022-01-18Fix T94629: The IMB_flip API would fail with large imagesJesse Yurkovich
2021-08-30Fix error scaling thumbnails to zero dimensionsCampbell Barton
2021-07-26Fix T70356: Scaling up 1x1 pixel image reads past buffer boundsCampbell Barton
2021-07-26Fix T89868: Crash showing thumbnail of wide-aspect imageJesse Yurkovich
2020-12-02Fix memory leak writing PNG when opening the file failsCampbell Barton
2020-12-02ImBuf: replace incorrect strstr use with memcmpCampbell Barton
2020-07-29Fix T78867: Crash related to viewing video filesSergey Sharybin
2020-05-15Fix T76698: Movie clip stabilize display ignore footage colorspacePhilipp Oeser
2020-05-13Fix T75365: memory leak when writing PNG fails due to lack of disk spaceBrecht Van Lommel
2020-04-09TaskScheduler: Minor Preparations for TBBBrecht Van Lommel
2020-04-08Cleanup: disable clang-format for character tableCampbell Barton
2020-04-07Cleanup: BLI_path.h function renamingCampbell Barton
2020-04-03Cleanup: use term 'attr' instead of 'attrib'Campbell Barton
2020-03-25Cleanup: use 'r_' prefix for output argumentsCampbell Barton
2020-03-19Cleanup/refactor: remove BKE_idcode, in favour of BKE_idtype.Bastien Montagne
2020-03-19ColorManagement: Incorrect Memory Read for RGB imagesJeroen Bakker
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-18Cleanup: Prepare for sorted headers on windowsRay Molenkamp
2020-03-09GPencil: Refactor of Draw Engine, Vertex Paint and all internal functionsAntonio Vazquez
2020-03-06Cleanup: Fix forward declaration of headersDalai Felinto
2020-03-06Cleanup: move Alembic, AVI, Collada, and USD to `source/blender/io`Sybren A. Stüvel
2020-03-06CodeCleanup: Added enums to opengl render functionsJeroen Bakker
2020-03-04Cleanup: replace CLAMP macros with functionsCampbell Barton
2020-03-02Cleanup: make remaining imbuf headers work in C++Jacques Lucke
2020-02-25GPU: Add Image property to allow high bitdepth support on a per image basisClément Foucault
2020-02-20Cleanup: remove use of 'register'Campbell Barton
2020-02-17ColorManagement: Dithering ImprovementClément Foucault
2020-02-11DRW: Color Management improvementClément Foucault
2020-01-29Cleanup: minor style changes, use const vars for bmp.cCampbell Barton
2020-01-29imbuf: support writing grayscale BMP imagesJames Fulop
2020-01-27Fix OBJECT_GUARDED_FREE compiler error when type is in namespaceBrecht Van Lommel
2020-01-23CMake: Refactor external dependencies handlingSergey Sharybin
2019-12-12Add support for tiled images and the UDIM naming schemeLukas Stockner
2019-12-11Cleanup: spellingCampbell Barton
2019-11-27Curve: CurveMapping Extend OptionJeroen Bakker
2019-11-24Cleanup: doxygen commentsCampbell Barton
2019-11-03Fix T68018: Crash on building movie proxyRichard Antalik
2019-10-15Fix image undo restoring float/byte tiles into the wrong buffer typeCampbell Barton
2019-10-03Cleanup: unused structs, struct membersCampbell Barton
2019-10-03Fix assert in image cropCampbell Barton
2019-10-01Image: support storing full image buffers for each undo stepCampbell Barton
2019-09-27Fix T70276: View animation with jpeg 2000 image will crash playerPhilipp Oeser
2019-09-25Cleanup: use const for image blending functionsCampbell Barton
2019-09-19Cleanup: rename anim::duration to anim::duration_in_framesSybren A. Stüvel
2019-09-19Fix T68091: Adding a corrupt video crashes/confuses BlenderSybren A. Stüvel
2019-09-19Use FFmpeg's own `av_guess_frame_rate()` function instead of guessing ourselvesSybren A. Stüvel
2019-09-19Cleanup: don't index the same array multiple timesSybren A. Stüvel
2019-09-14Cleanup: use const args, variablesCampbell Barton