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
2017-06-02Cleanup: styleCampbell Barton
2016-04-22Cleanup: warnings (double promote, string format)Campbell Barton
2015-06-19Cleanup: fix mismatch in printf formating (int/unsigned int).Bastien Montagne
2015-01-24Cleanup: styleCampbell Barton
2015-01-06Fix T43143: DPX header wrong, making it impossible to import to other softwareSebastian Koenig
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
2014-01-12Style Cleanup: whitespaceCampbell 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-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-18style cleanup: comments & spellingCampbell Barton
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-07-04Spellfixes: colour -> colorBastien Montagne
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
2011-02-27doxygen: blender/imbuf tagged.Nathan Letwory
2010-10-17- fixed remaining unused warnings.Campbell Barton
2010-02-12correct fsf addressCampbell Barton
2009-03-182.50: svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r18...Brecht Van Lommel
2009-02-10dpx/cineon was using the OUTPUT settings when loading DPX - white point, blac...Campbell 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-06-16Patch [#13777]Diego Borghetti
2008-03-10Add an option for saving/loading DPX with in log color space withBrecht Van Lommel
2007-03-17Fix various gcc warning, unused variables and incorrect type passed toKen Hughes
2006-03-12New: Import/Export of Cineon and DPX image files. The first is Kodak'sTon Roosendaal