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-03-12backport revisions from master for 2.70-rc2 tagv2.70-rc2Sergey 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
2013-12-08Code cleanup: delete cineon header files that were empty but not deleted.Shane Ambler
2013-12-08Extend system-info with information about OIIO, OCIO and OSLSergey Sharybin
2013-12-05Fix T37703: Shadow pass output image is mangled.Sergey Sharybin
2013-12-04Fix for interpolation errors on lower-left borders in compositor imageLukas Tönne
2013-12-04Code cleanup: remove unused color management functionsSergey Sharybin
2013-12-02Fix T37656: Huge amount of RAM used during start when rendering large imagesSergey Sharybin
2013-11-30Woo Hoo. First git commit.Alexandr Kuznetsov
2013-11-24Code Cleanup: whitespace / formattingCampbell Barton
2013-11-22Code Cleanup: use NULL for pointer checks and remove joke.Campbell Barton
2013-11-10mistake in last commitCampbell Barton
2013-11-10no need to call isnan() on unsigned ints (causes error on freebsd/clang)Campbell Barton
2013-11-01Fix [#37290] Movie files filtering does not show *.ts files.Bastien Montagne
2013-11-01FIX: [#37199] .ogg file is not recognized as a movie in File BrowserAndrea Weikert