| Commit message (Collapse) | Author | Age |
|
|
|
| |
this will restore excessive CPU wakeups -- need another fix for that
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
plugins
|
| |
|
| |
|
| |
|
|
|
|
|
| |
added copyright info to all plugins;
updated gtkui to reflect the changes
|
|
|
|
|
| |
changed output plugin setformat method to return error code
changed setformat to restore state before the call
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
setformat call
|
| |
|
| |
|
| |
|
|
|
|
| |
improved plugin start and connect code
|
|
|
|
| |
output plugins to streamer
|
| |
|
| |
|
| |
|
|
|
|
| |
replaygain works for 16bit and float output
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
added new ddb_waveformat_t structure, to be used by all decoders and outputs
adjusted mad and alsa plugins, and the streamer to compile with it
got rid of playback.h
|
|\ |
|
| | |
|
|/
|
|
| |
updated portable build packaging script
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Reading from the audio stream at the start of a stream may cause it to
return 0, where the callback simply wrote 0s rather than wait for the
stream to write audio back to it.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|