summaryrefslogtreecommitdiff
path: root/audio/libvisual
AgeCommit message (Collapse)AuthorFilesLines
2005-03-15libvisual uses inline assembler syntax that gcc-2.95.3 does notrillig1-3/+3
understand. I assume gcc-3.0 will understand. For sure, gcc-3.3 will, as I have successfully built the package with it. Approved by jlam.
2005-02-23Add RMD160 digests to the SHA1 ones.agc1-1/+2
2005-02-20Update to 0.2.0.wiz7-70/+25
New in 0.2.0: 2005-02-09: * VisTransform subsystem. (Dennis) * visual_palette_color_cycle() function. (Dennis) * visual_param_container_copy_match() function. (Dennis) * visual_param_container_copy() function. (Dennis) * visual_timer_elapsed_msecs() function. (Dennis) * VisCPU subsystem. (Dennis) * visual_mem_copy(), will contain mmx, sse versions later on. (Dennis) * MMX version of the 32bits bilinear filter. (Jean-Christophe) * Fixed the visual_video_blit_overlay(). (Dennis) * MMX versions of the 32bits alpha overlay. (Dennis) * VisPluginEnviron system added. (Vitaly, Dennis) * Nearest scalers. (Chong Kai Xiong, Dennis) * Bilinear scalers. (Jean-Christophe, Dennis) * VisError error values, and human readable errors. (Dennis) * Objectification of all libvisual structures. (Dennis) * Complete VisObject system. (Dennis) * VisSongInfo, use the bilinear filterer, scaler for coverart. (Dennis) * VisPalette VisParamEntry type. (Dennis) * VisObject VisParamEntry type. (Dennis) * VisThread threading wrapper system. (Dennis) * VisUI Complete userinterface abstraction layer. (Dennis) * Have a string only plugin type, plugins are now members of domains. (Dennis, Vitaly) * Many many fixes, improvements and such. (Everyone)
2004-11-12gcc 2.95 does not understand -Wno-unused-variable. Use BUILDLINK_TRANSFORMkristerw1-1/+4
to remove it.
2004-11-05Better version of the patch.wiz2-10/+17
2004-11-05Fix path.wiz1-2/+2
2004-11-05Initial import of libvisual-0.1.7:wiz8-0/+145
Libvisual is an abstraction library that comes between applications and audio visualisation plugins. Often when it comes to audio visualisation plugins or programs that create visuals, they depend on a player or something else; basically, there is no general framework that enabled application developers to easily access cool audio visualisation plugins. Libvisual wants to change this by providing an interface towards plugins and applications; through this easy to use interface applications can easily access plugins and, since the drawing is done by the application, it also enables the developer to draw the visual anywhere he wants. The framework also allows you to morph to different plugins and mix two at once; all kinds of neat tricks are possible using this method.