2014-08-18 |
Sergey Sharybin | Correction to the mipmaps generation |
tree | commitdiff |
2014-08-17 |
Campbell Barton | Cleanup |
tree | commitdiff |
2014-08-13 |
Antony Riakiotakis | Fix out of bounds read when recalculating mipmaps,... |
tree | commitdiff |
2014-08-12 |
Antony Riakiotakis | Fix T41414, T41386. |
tree | commitdiff |
2014-08-11 |
Sergey Sharybin | Fix T40744: MIP Map is generating strange noise in... |
tree | commitdiff |
2014-08-07 |
Thomas Dinges | Cleanup: Remove special code for Visual Studio 2008. |
tree | commitdiff |
2014-07-30 |
Bastien Montagne | Fix T41241: VSE: cropping strips puts a transparent... |
tree | commitdiff |
2014-07-21 |
Antony Riakiotakis | GSOC 2013 paint |
tree | commitdiff |
2014-07-19 |
Campbell Barton | Defines: replace ELEM3-16 with ELEM(...), that can... |
tree | commitdiff |
2014-07-04 |
Campbell Barton | Style cleanup |
tree | commitdiff |
2014-07-04 |
Bastien Montagne | Add (r)partition funcs to BLI_string, to get left-most... |
tree | commitdiff |
2014-07-01 |
Sergey Sharybin | Fix strict flags compilation |
tree | commitdiff |
2014-06-30 |
Campbell Barton | CMake: correct include dirs |
tree | commitdiff |
2014-06-30 |
Sergey Sharybin | Fix T40818: libpng warning: iCCP: known incorrect sRGB... |
tree | commitdiff |
2014-06-22 |
Campbell Barton | Remove unused function |
tree | commitdiff |
2014-06-20 |
Bastien Montagne | BLI_md5: add a utility function to 'translate' raw... |
tree | commitdiff |
2014-06-15 |
Campbell Barton | Code cleanup: comments |
tree | commitdiff |
2014-06-10 |
Sergey Sharybin | Fix wrong memory write in partial render update with... |
tree | commitdiff |
2014-06-09 |
Sergey Sharybin | Fix T40547: Can't read single channel EXRs |
tree | commitdiff |
2014-05-28 |
Sergey Sharybin | Fix T40157: Loading movies larger than 4GB in size... |
tree | commitdiff |
2014-05-23 |
Sergey Sharybin | Report to the console when custom ocio config is used |
tree | commitdiff |
2014-05-14 |
Campbell Barton | Code cleanup: doxy comments |
tree | commitdiff |
2014-05-10 |
Dalai Felinto | Fix T40107: painting on a psd image crashes blender... |
tree | commitdiff |
2014-05-02 |
Dalai Felinto | IMB buffer functions to take a mask as input |
tree | commitdiff |
2014-05-01 |
Campbell Barton | Code cleanup: remove defines no longer needed on windows |
tree | commitdiff |
2014-04-30 |
Thomas Dinges | More fixes, msvc 2008 needs math includes for "isnan".. |
tree | commitdiff |
2014-04-30 |
Campbell Barton | Include removal gave problems with windows, ifdef some... |
tree | commitdiff |
2014-04-30 |
Campbell Barton | Revert "Fix msvc 2013 compiler errors after the ingenio... |
tree | commitdiff |
2014-04-30 |
Thomas Dinges | Fix msvc 2013 compiler errors after the ingenious clean... |
tree | commitdiff |
2014-04-30 |
Campbell Barton | Code cleanup: remove unused includes |
tree | commitdiff |
2014-04-30 |
Campbell Barton | Fix T39931: Crash generating thumbnails (error in escaping) |
tree | commitdiff |
2014-04-30 |
Sergey Sharybin | Fix T39953: Float data images display trash in image... |
tree | commitdiff |
2014-04-30 |
Campbell Barton | Correct issue with IMB_ispic returning bool |
tree | commitdiff |
2014-04-26 |
Campbell Barton | Code cleanup: const args and arrays |
tree | commitdiff |
2014-04-26 |
Campbell Barton | Code cleanup: use 'const' for arrays (blenloader, gpu... |
tree | commitdiff |
2014-04-22 |
Campbell Barton | BLI_open: check returned value for `-1` instead of... |
tree | commitdiff |
2014-04-11 |
Campbell Barton | Code cleanup: use bool |
tree | commitdiff |
2014-04-08 |
Campbell Barton | Mempool: delay allocating an initial chunk, its not... |
tree | commitdiff |
2014-04-07 |
Antony Riakiotakis | Fix building for Windows. |
tree | commitdiff |
2014-04-06 |
Campbell Barton | Todo T36849: support XDG thumbnail management standard |
tree | commitdiff |
2014-04-05 |
Campbell Barton | Mempool: remove BLI_MEMPOOL_SYSMALLOC, MEM_* allocs... |
tree | commitdiff |
2014-04-02 |
Bastien Montagne | Rename "BLI_cpu.h" to "BLI_system.h" and add to it... |
tree | commitdiff |
2014-04-01 |
Sergey Sharybin | Fix T39446: Blender Crashes when Camera Tracking |
tree | commitdiff |
2014-04-01 |
Campbell Barton | Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT... |
tree | commitdiff |
2014-03-28 |
Sergey Sharybin | Fix T39410: Crashes when Saving HiRes .tif |
tree | commitdiff |
2014-03-25 |
Sergey Sharybin | Fix T39395: Switching to "Textured solid" and "GLSL... |
tree | commitdiff |
2014-03-21 |
Sergey Sharybin | Fix T39186: Matroska audio support (mka, mkv without... |
tree | commitdiff |
2014-03-19 |
Campbell Barton | Code cleanup: unreachable break/return |
tree | commitdiff |
2014-03-08 |
Juergen Herrmann | Cleanup some useless/unneeded #ifdefs for MSVC2013. |
tree | commitdiff |
2014-03-06 |
Sergey Sharybin | Fixes for proxies color space |
tree | commitdiff |
2014-03-01 |
Campbell Barton | Fix for some unlikely memory leaks, remove redundant... |
tree | commitdiff |
2014-02-17 |
Campbell Barton | Code cleanup: unused/warnings |
tree | commitdiff |
2014-02-13 |
Campbell Barton | Code cleanup: duplicate headers |
tree | commitdiff |
2014-02-07 |
Campbell Barton | ListBase API: add utility api funcs for clearing and... |
tree | commitdiff |
2014-02-06 |
Sergey Sharybin | Remove unnecessary debug print |
tree | commitdiff |
2014-02-05 |
Campbell Barton | Code cleanup: use bool for static methods |
tree | commitdiff |
2014-02-03 |
Sergey Sharybin | Fix T38455: Blenderplayer is not working |
tree | commitdiff |
2014-02-03 |
Campbell Barton | Image/Animation loading, remove user-pref extension... |
tree | commitdiff |
2014-02-03 |
Campbell Barton | Code cleanup: use bools where possible |
tree | commitdiff |
2014-01-30 |
Campbell Barton | Code cleanup: add BLI_testextensie_n, replacing multupl... |
tree | commitdiff |
2014-01-28 |
Anton Khirnov | libavformat API usage: use avformat_close_input() inste... |
tree | commitdiff |
2014-01-28 |
Anton Khirnov | libavformat API usage: use avg_frame_rate instead of... |
tree | commitdiff |
2014-01-28 |
Anton Khirnov | libavcodec API usage: use new video encoding API |
tree | commitdiff |
2014-01-28 |
Anton Khirnov | Change libavcodec CODEC_ID_* to AV_CODEC_ID_* |
tree | commitdiff |
2014-01-25 |
Brecht Van Lommel | Fix T38353: some EXR files from other applications... |
tree | commitdiff |
2014-01-23 |
Sergey Sharybin | Fix for IMB_(un)premultiply_rect_float() not doing... |
tree | commitdiff |
2014-01-21 |
Brecht Van Lommel | Fix T38298: crash saving float image with 3 channels... |
tree | commitdiff |
2014-01-20 |
Brecht Van Lommel | Code cleanup: remove quicktime image loading code ... |
tree | commitdiff |
2014-01-13 |
Sergey Sharybin | Fix T38040: Crash after loading big image file in compo... |
tree | commitdiff |
2014-01-12 |
Campbell Barton | Style Cleanup: whitespace |
tree | commitdiff |
2014-01-12 |
Campbell Barton | Style Cleanup: whitespace |
tree | commitdiff |
2014-01-01 |
Sergey Sharybin | Fix deadlock happening when using Save Buffers for... |
tree | commitdiff |
2013-12-25 |
Sergey Sharybin | Use generic task scheduler for threaded image processor |
tree | commitdiff |
2013-12-22 |
Sergey Sharybin | Add ItemDestroyable to the cache limitor |
tree | commitdiff |
2013-12-18 |
Sergey Sharybin | Color management: added utility function to apply proce... |
tree | commitdiff |
2013-12-18 |
Sergey Sharybin | Color management: get rid of original byte buffer parti... |
tree | commitdiff |
2013-12-18 |
Sergey Sharybin | Fix artifact in partial buffer update after recent... |
tree | commitdiff |
2013-12-17 |
Sergey Sharybin | Changes to partial update during rendering |
tree | commitdiff |
2013-12-16 |
Sergey Sharybin | Better fix for previous commit |
tree | commitdiff |
2013-12-16 |
Sergey Sharybin | Fix possible crash when cleaning cache with some ibufs... |
tree | commitdiff |
2013-12-16 |
Sergey Sharybin | Color management: use fallback mode if there're no... |
tree | commitdiff |
2013-12-16 |
Sergey Sharybin | Fix T37826: Opening a new image in the image editor |
tree | commitdiff |
2013-12-16 |
Sergey Sharybin | Make compression in IMB_allocImBuf match other places |
tree | commitdiff |
2013-12-13 |
Campbell Barton | Code cleanup: float<>double promotion |
tree | commitdiff |
2013-12-13 |
Sergey Sharybin | Image cache rewrite to using generic movie cache |
tree | commitdiff |
2013-12-13 |
Sergey Sharybin | Implement GPU-side dither |
tree | commitdiff |
2013-12-08 |
Shane Ambler | Code cleanup: delete cineon header files that were... |
tree | commitdiff |
2013-12-08 |
Sergey Sharybin | Extend system-info with information about OIIO, OCIO... |
tree | commitdiff |
2013-12-05 |
Sergey Sharybin | Fix T37703: Shadow pass output image is mangled. |
tree | commitdiff |
2013-12-04 |
Lukas Tönne | Fix for interpolation errors on lower-left borders... |
tree | commitdiff |
2013-12-04 |
Sergey Sharybin | Code cleanup: remove unused color management functions |
tree | commitdiff |
2013-12-02 |
Sergey Sharybin | Fix T37656: Huge amount of RAM used during start when... |
tree | commitdiff |
2013-11-29 |
Alexandr Kuznetsov | Woo Hoo. First git commit. |
tree | commitdiff |
2013-11-24 |
Campbell Barton | Code Cleanup: whitespace / formatting |
tree | commitdiff |
2013-11-21 |
Campbell Barton | Code Cleanup: use NULL for pointer checks and remove... |
tree | commitdiff |
2013-11-10 |
Campbell Barton | mistake in last commit |
tree | commitdiff |
2013-11-10 |
Campbell Barton | no need to call isnan() on unsigned ints (causes error... |
tree | commitdiff |
2013-11-01 |
Bastien Montagne | Fix [#37290] Movie files filtering does not show *... |
tree | commitdiff |
2013-10-31 |
Andrea Weikert | FIX: [#37199] .ogg file is not recognized as a movie... |
tree | commitdiff |
2013-10-30 |
Andrea Weikert | Add .webm to the list of extensions recognized as video |
tree | commitdiff |
next |