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-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
2014-01-25Fix T38353: some EXR files from other applications not loading correctly.Brecht Van Lommel
2014-01-23Fix for IMB_(un)premultiply_rect_float() not doing right businessSergey Sharybin
2014-01-21Fix T38298: crash saving float image with 3 channels from exr to png/jpeg.Brecht Van Lommel
2014-01-20Code cleanup: remove quicktime image loading code (not animation loading).Brecht Van Lommel
2014-01-13Fix T38040: Crash after loading big image file in compositorSergey Sharybin
2014-01-12Style Cleanup: whitespaceCampbell Barton
2014-01-12Style Cleanup: whitespaceCampbell Barton
2014-01-01Fix deadlock happening when using Save Buffers for renderSergey Sharybin
2013-12-25Use generic task scheduler for threaded image processorSergey Sharybin
2013-12-22Add ItemDestroyable to the cache limitorSergey Sharybin
2013-12-18Color management: added utility function to apply processor on a pixelSergey Sharybin
2013-12-18Color management: get rid of original byte buffer partial updateSergey Sharybin
2013-12-18Fix artifact in partial buffer update after recent changesSergey Sharybin
2013-12-17Changes to partial update during renderingSergey Sharybin
2013-12-16Better fix for previous commitSergey Sharybin
2013-12-16Fix possible crash when cleaning cache with some ibufs removed by the memory ...Sergey Sharybin
2013-12-16Color management: use fallback mode if there're no displays/viewsSergey Sharybin
2013-12-16Fix T37826: Opening a new image in the image editorSergey Sharybin
2013-12-16Make compression in IMB_allocImBuf match other placesSergey Sharybin
2013-12-13Code cleanup: float<>double promotionCampbell Barton
2013-12-13Image cache rewrite to using generic movie cacheSergey Sharybin
2013-12-13Implement GPU-side ditherSergey Sharybin