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
2014-06-22Remove unused functionCampbell Barton
2014-06-20BLI_md5: add a utility function to 'translate' raw 16bytes digest into a nice...Bastien Montagne
2014-06-15Code cleanup: commentsCampbell Barton
2014-06-10Fix wrong memory write in partial render update with Save Buffers enabledSergey Sharybin
2014-06-09Fix T40547: Can't read single channel EXRsSergey Sharybin
2014-05-28Fix T40157: Loading movies larger than 4GB in size failsSergey Sharybin
2014-05-23Report to the console when custom ocio config is usedSergey Sharybin
2014-05-14Code cleanup: doxy commentsCampbell Barton
2014-05-10Fix T40107: painting on a psd image crashes blender + style cleanup in fileDalai Felinto
2014-05-03IMB buffer functions to take a mask as inputDalai Felinto
2014-05-01Code cleanup: remove defines no longer needed on windowsCampbell Barton
2014-05-01More fixes, msvc 2008 needs math includes for "isnan"..Thomas Dinges
2014-05-01Include removal gave problems with windows, ifdef some back in for windows onlyCampbell Barton
2014-05-01Revert "Fix msvc 2013 compiler errors after the ingenious cleanup in 4ca67869...Campbell Barton
2014-05-01Fix msvc 2013 compiler errors after the ingenious cleanup in 4ca67869cc7a.Thomas Dinges
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-30Fix T39931: Crash generating thumbnails (error in escaping)Campbell Barton
2014-04-30Fix T39953: Float data images display trash in image editorSergey Sharybin
2014-04-30Correct issue with IMB_ispic returning boolCampbell Barton
2014-04-27Code cleanup: const args and arraysCampbell Barton
2014-04-26Code cleanup: use 'const' for arrays (blenloader, gpu, imbuf, makesdna, modif...Campbell Barton
2014-04-22BLI_open: check returned value for `-1` instead of `< 0`Campbell Barton
2014-04-11Code cleanup: use boolCampbell Barton
2014-04-08Mempool: delay allocating an initial chunk, its not always usedCampbell Barton
2014-04-07Fix building for Windows.Antony Riakiotakis
2014-04-07Todo T36849: support XDG thumbnail management standardCampbell Barton
2014-04-05Mempool: remove BLI_MEMPOOL_SYSMALLOC, MEM_* allocs are more efficient nowCampbell Barton
2014-04-02Rename "BLI_cpu.h" to "BLI_system.h" and add to it BLI_getpid() helper.Bastien Montagne
2014-04-01Fix T39446: Blender Crashes when Camera TrackingSergey Sharybin
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-03-28Fix T39410: Crashes when Saving HiRes .tifSergey Sharybin
2014-03-25Fix T39395: Switching to "Textured solid" and "GLSL" view will cause the FPS ...Sergey Sharybin
2014-03-21Fix T39186: Matroska audio support (mka, mkv without video stream)Sergey Sharybin
2014-03-19Code cleanup: unreachable break/returnCampbell Barton
2014-03-09Cleanup some useless/unneeded #ifdefs for MSVC2013.Juergen Herrmann
2014-03-06Fixes for proxies color spaceSergey Sharybin
2014-03-01Fix for some unlikely memory leaks, remove redundant checksCampbell Barton
2014-02-17Code cleanup: unused/warningsCampbell Barton
2014-02-14Code cleanup: duplicate headersCampbell Barton
2014-02-07ListBase API: add utility api funcs for clearing and checking emptyCampbell Barton
2014-02-06Remove unnecessary debug printSergey Sharybin
2014-02-05Code cleanup: use bool for static methodsCampbell Barton
2014-02-03Fix T38455: Blenderplayer is not workingSergey Sharybin
2014-02-03Image/Animation loading, remove user-pref extension check.Campbell Barton
2014-02-03Code cleanup: use bools where possibleCampbell Barton
2014-01-30Code cleanup: add BLI_testextensie_n, replacing multuple calls to BLI_testext...Campbell Barton
2014-01-28libavformat API usage: use avformat_close_input() instead of av_close_input_f...Anton Khirnov
2014-01-28libavformat API usage: use avg_frame_rate instead of r_frame_rateAnton Khirnov
2014-01-28libavcodec API usage: use new video encoding APIAnton Khirnov
2014-01-28Change libavcodec CODEC_ID_* to AV_CODEC_ID_*Anton Khirnov