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
2010-08-16jp2.c has a non-utf8 char which stopped python from reading it, removed unuse...Campbell Barton
2010-08-16- remove unused includes IMB_*, BIF_* & MEM_*Campbell Barton
2010-08-12Fix #23188: libpng error: Image width or height is zero in IHDR.Brecht Van Lommel
2010-08-12- possibly bugfix /w uninitialized vars [#23270] Long directory name segmenta...Campbell Barton
2010-08-11Update address in license block.Guillermo S. Romero
2010-08-08remove unused includesCampbell Barton
2010-08-04bugfix [#23173] Blender crashes on selecting display color corrected image in...Campbell Barton
2010-08-03fix for typo in commit #31007: filtering in file browser for png and tga file...Andrea Weikert
2010-08-03minor cleanup, minimal functional change.Campbell Barton
2010-08-03build options to disable image formats WITH_CINEON, WITH_HDR.Campbell Barton
2010-08-03remove commented scons lines from cmake files, fixed use of pointer poll func...Campbell Barton
2010-07-30Fix #23086: crash reading 1bit tiff files.Brecht Van Lommel
2010-07-28fix for un-initialized memory use with thumb's & minor internal improvement f...Campbell Barton
2010-07-27Fix #22875: image browser crashes on true colour jpg. The skip_input_dataBrecht Van Lommel
2010-07-19== FFMPEG ==Peter Schlaile
2010-07-17spelling correction: alredy --> alreadyCampbell Barton
2010-07-17PNG Compression can now be set, writing uncompressed PNG's is significantly f...Campbell Barton
2010-07-17simplify thumbnail reading and remove some warningsCampbell Barton
2010-07-15own recent commit which added support for writing srgb float buffers broke wr...Campbell Barton
2010-07-15patch from Goran Milovanovic for the BGE python api.Campbell Barton
2010-07-15- change blend thumbnail loading function not to use goto'sCampbell Barton
2010-07-12sequencer float conversion was only using rgb -> float conversion inconsistan...Campbell Barton
2010-07-12support for colorspace conversion when saving srgb float buffers (from the se...Campbell Barton
2010-07-12dont add a rect buffer for EXR's, the sequencer discards them immediately and...Campbell Barton
2010-07-12error in last commitCampbell Barton
2010-07-12[#22824] OpenEXR Save from byte buffer bugCampbell Barton
2010-06-23Fix a crash when failing to read .tga files in some cases.Brecht Van Lommel
2010-06-22ffmpeg was computing the frame length of avis via doubles, but wasBrecht Van Lommel
2010-06-05revert changes in own commit to fix warnings, was giving warnings with a newe...Campbell Barton
2010-06-05get rid of some warnings,Campbell Barton
2010-06-04SVN maintenance.Guillermo S. Romero
2010-06-01passepartout overlay wasnt written into thumbnailsCampbell Barton
2010-06-01* Only print libtiff debug messages to the console when in debug modeMatt Ebb
2010-05-30blend file thumbnailsCampbell Barton
2010-05-25fix for 2 warnings & better error checking for the thumbnail loading.Campbell Barton
2010-05-25blend file thumbnailingCampbell Barton
2010-05-24- correct --help messageCampbell Barton
2010-05-22Makefiles: statically link tiff libs when WITH_TIFF is set to true, which is ...Stefan Gartner
2010-05-21libtiff working on linux & cmake again.Campbell Barton
2010-05-21Blender TIFF supportMatt Ebb
2010-05-19revert 28807, fix for [#21385] Multilayer OpenEXR files import into other com...Campbell Barton
2010-05-18Fix [#22304] Tiff 16bit gives darker imagesMatt Ebb
2010-05-17no functional changes, simplify some exr api code.Campbell Barton
2010-05-17[#21385] Multilayer OpenEXR files import into other compositors upside downCampbell Barton
2010-05-08SVN maintenance.Guillermo S. Romero
2010-05-08CMake + MSVC building fix (PTHREADS_INC needed in imbuf)Dalai Felinto
2010-05-07shouldnt have committed this, was local hack to workaround float buffer bug.Campbell Barton
2010-05-07fix for segfault when reading bad multilayer EXR'sCampbell Barton
2010-05-07Merge image related changes from the render branch. This includes the imageBrecht Van Lommel
2010-04-24string number decoding didnt check for win32 slash & minor adjustments to som...Campbell Barton