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
2009-01-262.50: svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r17...Brecht Van Lommel
2009-01-172.5: various warning fixes.Brecht Van Lommel
2009-01-042.5 / CleanupNathan Letwory
2009-01-042.5Ton Roosendaal
2008-12-242.5 / SConsNathan Letwory
2008-12-192.5: globals cleanupBrecht Van Lommel
2008-12-142.50: svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r17...Brecht Van Lommel
2008-11-20commit yesterday broke scaling in the sequencer (dumb mistake)Campbell Barton
2008-11-19Split up the following imbuf functions in 2...Campbell Barton
2008-11-19bicubic_interpolation - dont use pow(val, 3.0f) at all, do (val*val*val) inst...Campbell Barton
2008-11-13Merge of trunk into blender 2.5:Brecht Van Lommel
2008-11-11Adjusted scons files so disabling quicktime, python and sdl also removes thei...Campbell Barton
2008-11-11bicubic_interpolation function was re-calculating a variable it didnt need to...Campbell Barton
2008-11-05* doing some warning cleaningNathan Letwory
2008-11-05* enable openjpeg building for win32/msvcNathan Letwory
2008-11-03Moving silence_log_ffmpeg to imbuf (it fits better there and fixes the link e...Martin Poirier
2008-11-02Quiet ffmpeg log by default. No more ugly stream info in console.Martin Poirier
2008-11-01Video Texture: remove support for capture device, the linux ffmpeg repository...Benoit Bolsee
2008-11-01Preparation to VideoTexture: everything but the VideoTexture module itself.Benoit Bolsee
2008-10-28Updated cmake so it has the option to use WITH_DDSKent Mein
2008-10-22* Minor cleanup of SCons filesNathan Letwory
2008-10-10This commit fixes bug: [#17770] Texture Plugins do not work. (on windows)Kent Mein
2008-10-08Bugfix #17784Ton Roosendaal
2008-09-20Patch #8461, by Rob HausauerTon Roosendaal
2008-09-11Fix for bug #17602: 32 bit bmp files were read with red and blue swapped.Brecht Van Lommel
2008-09-10This is patch:Kent Mein
2008-08-18Fix compile problem in MSVC after Win64 patchBenoit Bolsee
2008-08-17Win64: compiles fine with scons with gcc nowDaniel Genrich
2008-08-17Win64: please check my changes if you ran across them ;) But should be fine s...Daniel Genrich
2008-08-03== FFMPEG ==Peter Schlaile
2008-07-14Bugfix #17327Ton Roosendaal
2008-07-09Buhh... and now I left in testing print in exr code.Ton Roosendaal
2008-07-09Replaced strcasecmp with BLI_strcasecmp, to make msvc happy!Ton Roosendaal
2008-07-09Fix for reported openexr file reading failures.Ton Roosendaal
2008-06-29== FFMPEG / ImBuf ==Peter Schlaile
2008-06-23== FFMPEG ==Peter Schlaile
2008-06-16Patch [#13777]Diego Borghetti
2008-06-03== REDCODE ==Peter Schlaile
2008-06-03== REDCODE ==Peter Schlaile
2008-06-03== RED one (redcode) ==Peter Schlaile
2008-05-06== FFMPEG ==Peter Schlaile
2008-04-29== mmap for win32 ==Andrea Weikert
2008-04-29Fix for bug #9014: crash saving the depth pass with openexr or hdr,Brecht Van Lommel
2008-04-27Update MSVC project files to support ffmpeg. Make sure you do svn update in l...Benoit Bolsee
2008-04-18Yesterday was not my day. Forgot about end of string.Kent Mein
2008-04-17My last commit for the sscanf buffer overflow did not really fix theKent Mein
2008-04-17Patch from GSR that a) fixes a whole bunch of GPL/BL licenseChris Want
2008-04-15This fixes a Buffer Overflow Vulnerability reported byKent Mein
2008-04-09Bugfix: scaling images anti-aliased with either the width or heightBrecht Van Lommel
2008-04-02dpx saving would fail if there was no float buffer, which is a problem when r...Campbell Barton