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
2018-01-26IMB: Add asserts that returned fps and fps base are strictly positives.Bastien Montagne
2018-01-26Fix T53003: IMB: Invalid framerate handling due to short integer overflow.Bastien Montagne
2018-01-21Cleanup: styleCampbell 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
2018-01-15Allow for multi-gigapixel rendersKarl Semich
2018-01-13Fix T53771: missing view pixels when rendering multiview + FSAA.Brecht Van Lommel
2017-12-07DPX/Cineon: Report orientation when running with --debugSergey Sharybin
2017-12-07Fix T53499: Cannot load DPX filesSergey Sharybin
2017-12-07DPX: Fix wrong flag being checked for debugSergey Sharybin
2017-11-18Cleanup: styleCampbell Barton
2017-11-08Fix T53092: errors reading EXR files with different data/display window.Brecht Van Lommel
2017-11-08Fix various issues with (multiview) OpenEXR file save/load.Brecht Van Lommel
2017-10-02Fix T52920: Saving Tiff Files type Blender crashesSergey Sharybin
2017-09-29Drop platform support for Solaris & AIXCampbell Barton
2017-09-22Remove quicktime supportAaron Carlisle
2017-09-18Color management: When look is applied, we can not consider spaces to matchSergey Sharybin
2017-09-17Cleanup: SGI format, remove unused struct membersCampbell Barton
2017-09-17Fix SGI foramt reader CVE-2017-2901Campbell Barton
2017-09-17Cleanup: SGI format, avoid overflowCampbell Barton
2017-09-17Cleanup: SGI format, use uint/short/char typesCampbell Barton
2017-09-16Fix writing Iris images w/ invalid headerCampbell Barton
2017-09-14Fix T52739: Crash loading corrupted video filesSergey Sharybin
2017-09-04Fix T52522: VSE renders with alpha transparent PNG image incorrectlySergey Sharybin
2017-08-10Fix T52334: images with non-color data should not change color space on save.Brecht Van Lommel
2017-07-21Fix a few harmless maybe uninitialized warnings with GCC 5.4.Brecht Van Lommel
2017-07-21Fix T46560: 2D paint smear and soften brushes not working with alpha.Brecht Van Lommel
2017-07-10Fix T51898: missing sequence strip color space validation on load.Brecht Van Lommel
2017-06-19Cleanup: doxygen commentsCampbell Barton
2017-06-14Make whole ID copying code use const source pointer.Bastien Montagne
2017-06-02Cleanup: styleCampbell Barton
2017-05-30ImBuf: Fix strict compiler warning in Cineon image IOSergey Sharybin
2017-05-27Remove MinGW supportAaron Carlisle
2017-05-26Fix T51609: Bake Texture, Margin crashing BlenderSergey Sharybin
2017-05-26Cleanup: Typo in colormanagement (ColormnaageCacheData -> ColormanageCacheData)Lukas Stockner
2017-05-19Cleanup: add braces for multi-line blocksCampbell Barton
2017-05-16Fix crash from freeing of NULL pointerMai Lavelle
2017-05-16Fix memory leak when saving OpenEXR filesSergey Sharybin
2017-05-16Fix T49864: EnvMap baking crashes 2.78 if 'Full Sample' checked in AASergey Sharybin
2017-05-16Fix byte-to-float conversion when using scene strips in sequencer with identi...Olly Funkster
2017-05-16Make imbuf's OIIO bindings to compile with latest OIIO from gitSergey Sharybin
2017-05-07Color management: add Filmic view transform to Blender configuration.Brecht Van Lommel
2017-04-12Color management: Avoid memory copy into same bufferSergey Sharybin
2017-02-19Fix a few compiler warnings with macOS / clang.Brecht Van Lommel
2017-02-07Cleanup: Use const qualifier in some of color management codeSergey Sharybin
2017-02-07Color management: Add utility function to convert byte to float with processo...Sergey Sharybin
2017-02-07Color management: Implement threaded byte buffer conversionSergey Sharybin
2016-12-06Fix T50122: SEGFAULT: OCIO configuration typo leads to segfaultSergey Sharybin
2016-12-02Fix (unreported) memleak in ImBuf mipmap code in some cases.Bastien Montagne
2016-11-29Fix compilation error with latest OIIO 1.7.8Sergey Sharybin