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
2006-07-07== FFMPEG ==Peter Schlaile
2006-07-03Mac intel commitTon Roosendaal
2006-06-23*msvc project updateJoseph Gilbert
2006-06-10==Sequencer==Peter Schlaile
2006-05-21==FFMPEG==Peter Schlaile
2006-04-02 - fix some minor typing/redefinition errors, shouldDaniel Dunbar
2006-03-31Bugfix: isffmpeg() could access a pointer array using an index of -1,Ken Hughes
2006-03-24a bunch of small warnings fixes:Kent Mein
2006-03-20Cineon/DPX export didn't survive when Blender gave it negative colors.Ton Roosendaal
2006-03-18Tsk! A 'new' for filehandle wasn't combined with a 'delete', which isTon Roosendaal
2006-03-15Memory saving for large renders:Ton Roosendaal
2006-03-14WIP commit on getting the 'render result layers' saved in a singleTon Roosendaal
2006-03-14Interpolated scaling for float buffers in Imbuf still went wrong...Ton Roosendaal
2006-03-13More bugs in float imbuf scaling code... an x and y were mixed up, causingTon Roosendaal
2006-03-12Scaling code in imbuf didn't like float buffers enough yetTon Roosendaal
2006-03-12==SCons==Nathan Letwory
2006-03-12Half fix for colorpicker: after using sliders, the redraw callback wasTon Roosendaal
2006-03-12New: Import/Export of Cineon and DPX image files. The first is Kodak'sTon Roosendaal
2006-03-09When imbuf has both float and byte rects, the scale-fast function crashed.Ton Roosendaal
2006-03-07Fixes a small warning, when compiling without ffmpegPeter Schlaile
2006-03-07this patch features several cleanups and bugfixes for the sequencer:Peter Schlaile
2006-03-02Proper syntax for freeing an allocated array in silly c++ :)Ton Roosendaal
2006-03-01reverted the looping vs switch statement. I don't know what I was thinkingKent Mein
2006-02-28Fix for bug #3886Kent Mein
2006-02-28Saving OpenEXR half didn't free allocated half buffer... silly c++ memoryTon Roosendaal
2006-02-28- Now the cache limitor also frees the float-planesPeter Schlaile
2006-02-23Work in progress commit on saving OpenEXR with all render-layers andTon Roosendaal
2006-02-18- Restored "dither" option for conversion from float -> byte images.Ton Roosendaal
2006-02-18Small tweak to get openexr compiling in sconsTon Roosendaal
2006-02-18Four-in-one commit:Ton Roosendaal
2006-02-16Added new malloc type in our MEM module; using the unix feature 'mmap'.Ton Roosendaal
2006-02-11Potential ugly bugfix in MEM_cache; the functionTon Roosendaal
2006-02-10Interesting commit for artists using huge textures;Ton Roosendaal
2006-02-09Made exr saving respect the 'RGB' or 'RGBA' setting in render outputTon Roosendaal
2006-02-08==SCons==Nathan Letwory
2006-02-06Using NAN_FFMPEG_CFLAGS to find the right headers, and making linkingChris Want
2006-02-06quick fix quick typoPeter Schlaile
2006-02-06skip_frame not available in all ffmpeg versionsPeter Schlaile
2006-02-05* Add memcache limitor-support to imbufsPeter Schlaile
2006-02-04== SCons ==Nathan Letwory
2006-01-29Bugfix #3797: 24-bit BMP images weren't read properly. Standard apparentlyKen Hughes
2006-01-24Giant commit!Ton Roosendaal
2006-01-17Fixed crash in pupmenu for image iconsAndrea Weikert
2006-01-12Orange:Ton Roosendaal
2006-01-12Orange;Ton Roosendaal
2006-01-11Orange: more float buffer support;Ton Roosendaal
2006-01-11Orange: tested all EXR demo images from openexr.com, found two issues;Ton Roosendaal
2006-01-11Orange: more work on float/exr buffers;Ton Roosendaal
2006-01-10ifdef check for WITH_OPENEXR was removed from readimage for some reasonKent Mein
2006-01-10OpenEXR support for Windows MakefilesChris Want