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
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
2016-10-12FFmpeg: Fix off by one error in number of detected frames in matroska containerSergey Sharybin
2016-09-20Fix T49386: Blender crashes when told to load an OCIO LUT that does not existSergey Sharybin
2016-07-22fix comparison of identicalsMike Erwin
2016-07-12Revert "OpenJPEG: update to 2.1 from 1.5"Sergey Sharybin
2016-07-12OpenJPEG: update to 2.1 from 1.5Campbell Barton
2016-06-28[msvc2015/OpenEXR] Linker hackery is no longer required in vc2015Martijn Berger
2016-06-27Fix (unreported) potential buffer overflow with BLO_library_path_explode() us...Bastien Montagne
2016-06-22Cleanup: styleCampbell Barton
2016-06-13Fix misleading indentation in ImBufSergey Sharybin
2016-05-31Cleanup: unused definesCampbell Barton
2016-05-06Speedup of regular 2D paintingSergey Sharybin
2016-05-06Implement threaded partial display buffer updateSergey Sharybin
2016-05-06Multi-thread generated image creationSergey Sharybin
2016-05-05Cleanup: styleCampbell Barton
2016-05-05Fix OS X build error after SSE changes, BLI_math_base.h conflicts with EXR he...Brecht Van Lommel
2016-05-05Optimize projection painting with big brushesSergey Sharybin
2016-05-05Optimize threaded scanline processorSergey Sharybin
2016-05-05Simplify scanline threaded processor used by GPU_verify_imageSergey Sharybin
2016-04-26Fix T47992: Stereo 3D Anaglyph rendered Images saved too lightSergey Sharybin
2016-04-22Cleanup: warnings (double promote, string format)Campbell Barton
2016-04-12Cleanup: use boolCampbell Barton
2016-03-23Revert "Fix T47869: OpenColorIO Error with unicode path to config file under ...Sergey Sharybin
2016-03-23Fix T47869: OpenColorIO Error with unicode path to config file under WindowsSergey Sharybin
2016-03-18Fix T47806: Blender animation player stop working correctly with XVID codecSergey Sharybin
2016-03-17ImBuf: Some tweaks to FFmpeg frame free policySergey Sharybin
2016-03-15ImBuf: Use proper function to free FFmpeg framesSergey Sharybin
2016-03-15Fix T47724: VSE crops video if horizontal resolution isn't divisible by 8Sergey Sharybin
2016-03-15Fix T47724: VSE crops video if horizontal resolution isn't divisible by 8Sergey Sharybin
2016-03-10Fix T47724: VSE crops video if horizontal resolution isn't divisible by 8Sergey Sharybin
2016-03-02GHash: BLI_ghash_ensure_p_ex now takes a pointer-to-key argCampbell Barton
2016-02-20Fix memory leak when saving OpenEXR half file fails.Brecht Van Lommel
2016-02-20ImBuf: Cleanup, don't use `using namespace`, it's a bad practiceSergey Sharybin
2016-02-20ImBuf: Solve re-definition warningsSergey Sharybin
2016-02-16Make Blender compilable with FFmpeg-3.0Sergey Sharybin
2016-02-12Fix/workaround compilation error in ddsSergey Sharybin
2016-02-03Imbuf: remove libredcodeCampbell Barton
2016-01-28FFmpeg: Experiment with use of nb_frames from a stream when knownSergey Sharybin
2016-01-28cleanup: spelling / typosMike Erwin
2016-01-26Fix compilation error after recent luma changes on certain platformsSergey Sharybin
2016-01-25ImBuf: Make luminance calculation inlinedSergey Sharybin
2016-01-21Cleanup: line length, indentationCampbell Barton
2016-01-19Fix T47203: Render Crash due to missing zbuf_float handling in IMB scaling.Bastien Montagne