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
2015-06-19Cleanup: fix mismatch in printf formating (int/unsigned int).Bastien Montagne
2015-01-01cleanup: redundant casts & const cast correctnessCampbell Barton
2014-08-07Cleanup: Remove special code for Visual Studio 2008.Thomas Dinges
2014-05-01More fixes, msvc 2008 needs math includes for "isnan"..Thomas Dinges
2014-04-30Code cleanup: remove unused includesCampbell Barton
2013-12-08Code cleanup: delete cineon header files that were empty but not deleted.Shane Ambler
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-03-22code cleanup: use NULL rather then 0 for pointers, and make vars static where...Campbell Barton
2013-03-15Patch #34632: DPX/Cineon speed upSergey Sharybin
2012-12-18style cleanupCampbell Barton
2012-11-24cineonlib.c: Quieted warning, inconsistency between printf format (%lu) and t...Jason Wilkins
2012-10-22Apparently msvc doesn't have isnan.Sergey Sharybin
2012-10-22Some more fixes for cineonSergey Sharybin
2012-10-22style cleanup: use more const's in BLI_heap & dpx/cineon style cleanupCampbell Barton
2012-10-22Patch #27397: Improved DPX/Cineon codeSergey Sharybin
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-04-30code cleanup: header cleanupCampbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-20Adds support for utf paths on Windows.Alexander Kuznetsov
2012-03-06style cleanup, brackets in else/if, some indentation.Campbell Barton
2011-09-05Code cleanup: warning fixes.Brecht Van Lommel
2011-05-10minor cleanup: make functions static, use NULL for pointer comparisons,Campbell Barton
2011-03-19remove some redundant vars, assignments & checks.Campbell Barton
2011-02-27doxygen: blender/imbuf tagged.Nathan Letwory
2010-10-17- fixed remaining unused warnings.Campbell Barton
2010-02-12correct fsf addressCampbell Barton
2009-01-172.5: various warning fixes.Brecht Van Lommel
2008-10-08Bugfix #17784Ton Roosendaal
2008-08-17Win64: please check my changes if you ran across them ;) But should be fine s...Daniel Genrich
2008-03-10Add an option for saving/loading DPX with in log color space withBrecht Van Lommel
2007-03-11Remove gcc compiler warnings from various files.Ken Hughes
2007-03-11=Cineon Bug= Joseph Eagar
2006-03-12New: Import/Export of Cineon and DPX image files. The first is Kodak'sTon Roosendaal