2005-05-24 14:29:40 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Test for a defined symbol correctly. Might fix macppc build.
|
2005-04-19 17:38:21 by Roland Illig | Files touched by this commit (3) |
Log message:
Removed the GCC_REQD line from the Makefile. Instead, patch-ab is used to
disable the i386 MMX statements for gcc-2.95. Approved by kristerw.
|
2005-04-11 23:48:17 by Todd Vierling | Files touched by this commit (3539) |
Log message:
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
|
2005-03-15 21:28:25 by Roland Illig | Files touched by this commit (1) |
Log message:
libvisual uses inline assembler syntax that gcc-2.95.3 does not
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-20 16:06:17 by Thomas Klausner | Files touched by this commit (7) |
Log message:
Update to 0.2.0.
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-12 21:18:27 by Krister Walfridsson | Files touched by this commit (1) |
Log message:
gcc 2.95 does not understand -Wno-unused-variable. Use BUILDLINK_TRANSFORM
to remove it.
|
2004-11-05 22:30:44 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Better version of the patch.
|
2004-11-05 21:56:28 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Fix path.
|
2004-11-05 21:55:48 by Thomas Klausner | Files touched by this commit (8) | |
Log message:
Initial import of libvisual-0.1.7:
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.
|