elecard avc streaming plugin for wmp 1.2
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 3619
Floodcast 0.0.12
Floodcast is a streaming plugin for Noatun. more>>
Floodcast is a streaming plugin for Noatun that allows:
- Running a simple standalone-server on the machine Noatun is running on
- Forwarding whatever sound is currently played in Noatun to some shoutcast- or icecast-server
It was originally developed by Ryan Cumming (aka Phalynx).
<<less- Running a simple standalone-server on the machine Noatun is running on
- Forwarding whatever sound is currently played in Noatun to some shoutcast- or icecast-server
It was originally developed by Ryan Cumming (aka Phalynx).
Download (0.40MB)
Added: 2005-06-15 License: GPL (GNU General Public License) Price:
1593 downloads
mod_mp3 1.2
mod_mp3 turns the Apache Web server into an MP3 or Ogg streaming server. more>>
mod_mp3 turns the Apache Web server into an MP3 or Ogg streaming server. It can play from a list of files, either in order or randomly.
It can also be used to cache MP3s into memory and have the server operate entirely from memory. It has an XML-RPC interface for you to write interfaces around and supports retrieving information via XML/RSS.
Enhancements:
- Fixes for installer issues for debian.
- More MySQL fixes/refactored code.
- Refactored postgres code.
<<lessIt can also be used to cache MP3s into memory and have the server operate entirely from memory. It has an XML-RPC interface for you to write interfaces around and supports retrieving information via XML/RSS.
Enhancements:
- Fixes for installer issues for debian.
- More MySQL fixes/refactored code.
- Refactored postgres code.
Download (0.054MB)
Added: 2005-08-24 License: GPL (GNU General Public License) Price:
1522 downloads
Xfce4-Sensors-Plugin 0.7.0
Xfce4-Sensors-Plugin is a plugin for the Xfce 4 panel that shows selected sensors values. more>>
Xfce4-Sensors-Plugin is a plugin for the Xfce 4 panel that shows selected sensors values.
<<less Download (0.37MB)
Added: 2005-10-12 License: GPL (GNU General Public License) Price:
1474 downloads
Ignorance 2.2
Ignorance is a flexible, powerful content filtering plugin for Gaim. more>>
Ignorance is a content filtering plugin for Gaim. If you love Gaim for chat, but find yourself missing the filtering features of clients like zinc, then Ignorance is for you!
<<less Download (0.22MB)
Added: 2005-10-21 License: GPL (GNU General Public License) Price:
1463 downloads
XMMS Jogdial Plugin 0.1
XMMS Jogdial Plugin is an XMMS plugin for the Sony Vaio PCG-C1XS. more>>
XMMS Jogdial Plugin is an XMMS plugin for the Sony Vaio PCG-C1XS. It allows the user to use the jogdial to control volume, playback, and the playlist.
XMMS Jogdial Plugin is known to work on PCG-C1XS, but probably also works on other Sony Vaio C1 series picturebooks with a jogdial.
This is a plugin for controlling XMMS with the Sony Vaio PCG-C1XS Jogdial. Its based on the "helloword" plugin by iso:crash and using Andrew Tridgells "capture" program SPIC/jogdial management.
- You can use the jogdial for volume control (rotation up or down) on 5% steps.
- You can use the jogdial for playlist control (pressed rotation up or down).
- You can use the jogdial for PLAY/PAUSE control (press).
<<lessXMMS Jogdial Plugin is known to work on PCG-C1XS, but probably also works on other Sony Vaio C1 series picturebooks with a jogdial.
This is a plugin for controlling XMMS with the Sony Vaio PCG-C1XS Jogdial. Its based on the "helloword" plugin by iso:crash and using Andrew Tridgells "capture" program SPIC/jogdial management.
- You can use the jogdial for volume control (rotation up or down) on 5% steps.
- You can use the jogdial for playlist control (pressed rotation up or down).
- You can use the jogdial for PLAY/PAUSE control (press).
Download (0.039MB)
Added: 2005-12-19 License: GPL (GNU General Public License) Price:
1410 downloads
CodeSugar Eclipse Plugin 1.3.0
CodeSugar Eclipse Plugin is an Eclipse plugin that generates methods such as equals(), clone(). more>>
CodeSugar Eclipse Plugin is an Eclipse plugin that can generate methods such as equals(), clone(), toString(), and hashCode() for Java classes.
Enhancements:
- This release includes many feature enhancements in generated code, as well as UI refinements like enabling actions in the menu only when a type of .java file is selected.
<<lessEnhancements:
- This release includes many feature enhancements in generated code, as well as UI refinements like enabling actions in the menu only when a type of .java file is selected.
Download (0.070MB)
Added: 2005-12-20 License: Freely Distributable Price:
1410 downloads
camsource 0.7.0
camsource project grabs images from a video4linux device and makes them available to various plugins for processing or handling. more>>
camsource project grabs images from a video4linux device and makes them available to various plugins for processing or handling. It features a modularized and multithreaded design to offer a large amount of flexibility.
A server plugin runs in its own thread, which makes it possible to use the same grabbed frame for several purposes at the same time.
There are also filter plugins, which can be daisychained to create useful and no-so-useful effects in images. The configuration happens through an xml config file, hopefully making configuring camsource an easy task.
Main features:
- The video4linux input plugin. This functionality was built into camsource in versions 0.6.0 and earlier, but has been modularized in 0.7.0 and up. New in 0.7.0 is also the capability to automatically adjust the cameras brightness level (thanks to Nigel Roberts and Stefan Meyer).
- A plugin "wc_serv" providing compatibility with webcam_server 0.30. You can use its java applet to view the image stream from this plugin.
- A http mini-server plugin "http", which can serve the current still frame to a web browser, as well as serve a Mozilla/Netscape compatible multipart jpeg stream. This stream can be viewed without plugins in said browsers, or with a java applet such as Cambozola in any browser (read: IE). This multipart jpeg stream is compatible to what Camserv 0.5.0 produces. Camserv also includes a javascript snippet to turn a still image into an animation. The http server also supports basic http authentication, so you can password-protect those important live pictures (new in 0.7.0).
- A "filewrite" module, which periodically saves a new snapshot jpeg to a local file.
- The "ftpup" module, which works like the filewrite module, only that the snapshot is uploaded to an ftp site.
- The "flip" image filter, which lets you flip an image horizontally or vertically. Useful if your webcam produces mirrored images like mine.
- The "resize" image filter, doing simple nearest-neighbor image resizing. The idea is to make the hardware grab images at the maximum size, and use the resize filter to scale the image down to the required size. This lets you create several versions of the same image stream, at different sizes.
- An image filter capable of rotating the image left or right by 90 degrees. If you want to rotate the image by 180 degrees, use the "flip" filter.
- A text overlay module, which is able to display either a fixed text (possibly containing a timestamp) in the image, or read the text to display from a local file or from a commands stdout.
- In case your camera produces frames in an BGR palette while the driver detects an RGB palette (or the other way round, haw haw), theres the "rgbbgr" filter to fix this. Also includes the "bw" filter to convert a color image to grayscale.
- (New in 0.7.0) A module to feed the current image data back to a vloopback device. This feature should still be considered experimental. Credits go to Cyril Rocheteau for this.
- (New in 0.7.0) An x11/xwd input plugin. This lets you use an x11 display as an input source to camsource, making it possible to serve live screenshots to viewers, possibly even as a live stream. When combined with the http authentication feature of the http module, you could use this to see whats going on on your desktop at home from anywhere in the world. The external "xwd" program is required to do this though (which is part of the core xfree86 distribution).
<<lessA server plugin runs in its own thread, which makes it possible to use the same grabbed frame for several purposes at the same time.
There are also filter plugins, which can be daisychained to create useful and no-so-useful effects in images. The configuration happens through an xml config file, hopefully making configuring camsource an easy task.
Main features:
- The video4linux input plugin. This functionality was built into camsource in versions 0.6.0 and earlier, but has been modularized in 0.7.0 and up. New in 0.7.0 is also the capability to automatically adjust the cameras brightness level (thanks to Nigel Roberts and Stefan Meyer).
- A plugin "wc_serv" providing compatibility with webcam_server 0.30. You can use its java applet to view the image stream from this plugin.
- A http mini-server plugin "http", which can serve the current still frame to a web browser, as well as serve a Mozilla/Netscape compatible multipart jpeg stream. This stream can be viewed without plugins in said browsers, or with a java applet such as Cambozola in any browser (read: IE). This multipart jpeg stream is compatible to what Camserv 0.5.0 produces. Camserv also includes a javascript snippet to turn a still image into an animation. The http server also supports basic http authentication, so you can password-protect those important live pictures (new in 0.7.0).
- A "filewrite" module, which periodically saves a new snapshot jpeg to a local file.
- The "ftpup" module, which works like the filewrite module, only that the snapshot is uploaded to an ftp site.
- The "flip" image filter, which lets you flip an image horizontally or vertically. Useful if your webcam produces mirrored images like mine.
- The "resize" image filter, doing simple nearest-neighbor image resizing. The idea is to make the hardware grab images at the maximum size, and use the resize filter to scale the image down to the required size. This lets you create several versions of the same image stream, at different sizes.
- An image filter capable of rotating the image left or right by 90 degrees. If you want to rotate the image by 180 degrees, use the "flip" filter.
- A text overlay module, which is able to display either a fixed text (possibly containing a timestamp) in the image, or read the text to display from a local file or from a commands stdout.
- In case your camera produces frames in an BGR palette while the driver detects an RGB palette (or the other way round, haw haw), theres the "rgbbgr" filter to fix this. Also includes the "bw" filter to convert a color image to grayscale.
- (New in 0.7.0) A module to feed the current image data back to a vloopback device. This feature should still be considered experimental. Credits go to Cyril Rocheteau for this.
- (New in 0.7.0) An x11/xwd input plugin. This lets you use an x11 display as an input source to camsource, making it possible to serve live screenshots to viewers, possibly even as a live stream. When combined with the http authentication feature of the http module, you could use this to see whats going on on your desktop at home from anywhere in the world. The external "xwd" program is required to do this though (which is part of the core xfree86 distribution).
Download (0.23MB)
Added: 2006-01-27 License: GPL (GNU General Public License) Price:
1375 downloads
RailsTidy 0.1
RailsTidy is a plugin for Ruby On Rails. more>>
RailsTidy project is a plugin for Ruby On Rails.
Main features:
- validate your rhtml templates,
- validate the html output of your functional tests,
- clean the html generated by rails.
<<lessMain features:
- validate your rhtml templates,
- validate the html output of your functional tests,
- clean the html generated by rails.
Download (0.011MB)
Added: 2006-02-16 License: MIT/X Consortium License Price:
1345 downloads
Dummy plugin
Dummy plugin is an xmms plugin that helps newbee vis plugin coders with the needed functions for xmms vis plugins. more>>
Dummy plugin is an xmms plugin that helps newbee vis plugin coders with the needed funcions for xmms vis plugins.
Dummy plugin only has the needed functions and a working audio renderer.
<<lessDummy plugin only has the needed functions and a working audio renderer.
Download (0.14MB)
Added: 2006-04-05 License: GPL (GNU General Public License) Price:
1306 downloads
SoundCard Plugin 1.0.0
SoundCard Plugin is an input plugin for XMMS which enables to read audio data directly from the soundcard. more>>
SoundCard Plugin is an input plugin for XMMS which enables to read audio data directly from the soundcard.
Using the plugin you can now use your computer with the XMMS player as a powerful sound processor with any of XMMS effect plugins, such as, equalizer or echo effects.
In particular, this plugin in combination with the FIR filter plugin enables you to use your PC as a DSP to process audio data in real-time using long FIR filters without any need for dedicated DSP hardware.
<<lessUsing the plugin you can now use your computer with the XMMS player as a powerful sound processor with any of XMMS effect plugins, such as, equalizer or echo effects.
In particular, this plugin in combination with the FIR filter plugin enables you to use your PC as a DSP to process audio data in real-time using long FIR filters without any need for dedicated DSP hardware.
Download (0.20MB)
Added: 2006-04-05 License: GPL (GNU General Public License) Price:
1303 downloads
VU Leds XMMS Plugin 0.21
VU Leds XMMS Plugin simulates a vu meter using the keyboard LEDs. more>>
VU Leds XMMS Plugin simulates a vu meter using the keyboard LEDs. Options include reversing LED direction and binary flash mode (binary scale from 0-7). VU Leds must be run as root.
<<less Download (0.11MB)
Added: 2006-04-12 License: GPL (GNU General Public License) Price:
1303 downloads
FIR Filter Plugin 1.0.0
The FIR filter Plugin is an effect plugin for XMMS which enables to filter audio data using long FIR filters. more>>
FIR filter Plugin is an effect plugin for XMMS which enables to filter audio data using long FIR (finite impulse response) filters. Typical applications is loudspeaker or room equalization which typically requires filters with more than 300 taps (filter weights).
The FIR filter plugin uses the fftw3 library to perform the filtering using the overlap-and-add method. If fftw3 is not available the plugin will perform the filtering (convolution) in the time-domain which is much less efficient for long filters.
<<lessThe FIR filter plugin uses the fftw3 library to perform the filtering using the overlap-and-add method. If fftw3 is not available the plugin will perform the filtering (convolution) in the time-domain which is much less efficient for long filters.
Download (0.20MB)
Added: 2006-04-05 License: GPL (GNU General Public License) Price:
1299 downloads
XMMS Real Random Plugin 0.3
XMMS Real Random plugin overrides the builtin shuffle mode and plays the titles in a more random way. more>>
XMMS Real Random plugin overrides the builtin shuffle mode and plays the titles in a more random way.
The shuffle mode of xmms is not as I expected it. So I created this plugin.
For using this plugin, the plugin has to be loaded by xmms and the shuffle mode of xmms has to be "on".
The plugin becomes active if you are playing a song for a while. If this song ended it jumps to a random position within the playlist.
<<lessThe shuffle mode of xmms is not as I expected it. So I created this plugin.
For using this plugin, the plugin has to be loaded by xmms and the shuffle mode of xmms has to be "on".
The plugin becomes active if you are playing a song for a while. If this song ended it jumps to a random position within the playlist.
Download (0.17MB)
Added: 2006-04-12 License: GPL (GNU General Public License) Price:
1296 downloads
XMMS DVB Input Plugin 0.5.0
XMMS DVB Input Plugin is a plugin for XMMS for users with a DVB-S (Digital Video Broadcast/Satellite) PCI adapter. more>>
XMMS DVB Input Plugin is a plugin for XMMS for users with a DVB-S (Digital Video Broadcast/Satellite) PCI adapter supported by the driver from LinuxTV to record and receive audio streams from this adapter.
The incoming MPEG-1 layer II audio data is decompressed and fed to XMMS which can then in turn process it any way it pleases. At the same time the plugin can optionally write the original MPEG stream to file for archiving or further processing at a later time.
Recordings can be automatically split either by predefined intervals or whenever the energy level drops below a configurable amount for an (also configurable) duration.
<<lessThe incoming MPEG-1 layer II audio data is decompressed and fed to XMMS which can then in turn process it any way it pleases. At the same time the plugin can optionally write the original MPEG stream to file for archiving or further processing at a later time.
Recordings can be automatically split either by predefined intervals or whenever the energy level drops below a configurable amount for an (also configurable) duration.
Download (0.32MB)
Added: 2006-04-12 License: GPL (GNU General Public License) Price:
1292 downloads
MicroLCD 0.1.1
MicroLCD is an XMMS plugin for LCDproc. more>>
MicroLCD is an XMMS plugin for LCDproc. MicroLCD is a very simple plugin. It displays some info on a 1-line LCD. It is based on Wits MiniLCD plugin.
<<less Download (0.011MB)
Added: 2006-04-14 License: GPL (GNU General Public License) Price:
1289 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above elecard avc streaming plugin for wmp 1.2 search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed