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-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
2010-04-21[#22100] Jpeg2000 null pointer dereferenceCampbell Barton
2010-04-18remove config.h references, was added for automake build system rev around 12...Campbell Barton
2010-04-15Merge various small changes from render branch:Brecht Van Lommel
2010-04-12Patch from Xavier Thomas, tweaks/fixes to FFMPEG YUV conversion codeMatt Ebb
2010-04-08Fix for previous FFMPEG commit, needs extra version ifdefsMatt Ebb
2010-04-08Fix [#21890] YUV->RGB: Color clamping 16-235 in all motion pictures (ffmpeg)Matt Ebb
2010-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton
2010-03-21Fix syntax for ID keyword.Guillermo S. Romero
2010-03-14Remove SAT texture filter. It's not working, thought it was but that'sBrecht Van Lommel
2010-03-10filebrowser:Andrea Weikert
2010-02-28Fix for crash in imbuf code under certain circumstances on linux.Joshua Leung
2010-02-17remove duplicate function.Campbell Barton