9d52ff3444disable shout if tremor is used because tremor is only an encoder
Eric Wong
2005-08-26 00:51:49 +0000
1a3254f73cpatch for using Tremor to decode Ogg-Vorbis * autotools support is included, the floating point Vorbis decoder remains the default. * close bug #353 * Thanks to Hannes Reich for the patch
Eric Wong
2005-08-25 08:07:28 +0000
2aba0437a6Saving state of output-device in state-file. (This is a temporary solution, rewrite of state-file is planned for 0.13)
Qball Cow
2005-08-23 12:01:37 +0000
1b65ae02d4"&", not "&&" (the bug itself was harmless, but a bug nevertheless)
Eric Wong
2005-08-20 22:16:40 +0000
c7cd49d123change a break; to a return statement
Warren Dukes
2005-08-18 16:50:29 +0000
fd38efdf86attempt to fix an issue discoverred by jat with sending two close commands back to back will cause an assert to fail
Warren Dukes
2005-08-18 16:46:41 +0000
dee9ab5ecdpatch from Oliver Logghe for Hauppage Media MVP support
Warren Dukes
2005-08-11 12:34:38 +0000
6723e65cdfFix AddId handler, It tried to add the first argument instead of the 2nd. Resulting it tries to add "addid"
Qball Cow
2005-08-07 18:47:49 +0000
bde7029409fix warning reported gcc 4.0: x == y == z does not work as intended
Eric Wong
2005-08-07 10:17:28 +0000
05036ef618Fix musepack bitrate display Thanks to Paul Seropian (paranoos)
Eric Wong
2005-08-07 10:05:57 +0000
ef444e6cbe--enable-ao enables ao, doesn't disable ao support
Warren Dukes
2005-08-02 11:55:40 +0000
1bfa9173ddremove unnecessary apostrophe
Eric Wong
2005-07-31 11:35:03 +0000
a196714eaaupdate musepack decoding code to use the newer mpcdec library libmusepack is deprecated
Eric Wong
2005-07-30 10:28:43 +0000
fb175591c3don't check errno unless we have an error (ret<0) from write()
Eric Wong
2005-07-03 12:15:45 +0000
bf9d8a0bbeactually disable shout if ogg-vorbis is disabled, instead of just warning and not doing anything about it
Eric Wong
2005-06-30 08:36:56 +0000
b443608e76fix some typo's reported by jat
Warren Dukes
2005-06-17 22:37:52 +0000
32ea85c09cdon't require format parameter for audio_output options
Warren Dukes
2005-06-05 20:09:35 +0000
2219e6917eforgot to parse the format string of audio_output's
Warren Dukes
2005-05-29 19:19:20 +0000
db20894b90fix OSS audioOutput plugin, so that when dropAudioBuffer is called and the oss device is closed, a subsequent call to playAudio will reopen the device
Warren Dukes
2005-04-06 22:52:42 +0000
b9bcfeaf49closing the audio device seems to work now
Warren Dukes
2005-03-16 23:11:08 +0000
9f00e2a8f7attempt to close the osx device
Warren Dukes
2005-03-16 23:05:25 +0000
d6607f5f23playing audio in OS X now works, but far from finished still need to implement closing the audio device
Warren Dukes
2005-03-16 04:46:41 +0000
75a967014fremoved the id3v1_encoding config option, there's no way to guarantee that we actually got a given field from the v1 and not the v2 tag
Warren Dukes
2005-03-11 02:59:26 +0000
959f9880eftodo update, and remove a potentially gratutious playSilence() call
Warren Dukes
2005-03-10 10:47:06 +0000
d4c225fa50code to attempt to pick a supported sample rate, bits, and channels if the requested format is not supported by the OSS device
Warren Dukes
2005-03-10 02:47:18 +0000
384ecd09c1fix segfault in error message
Warren Dukes
2005-03-09 03:45:30 +0000
5f8bf2b4bbadd ability to forcefully kill pid listed in pid file with '-kill -kill'
Warren Dukes
2005-03-09 03:40:02 +0000
70463a1dacdon't print out config line in error message about pid file missing
Warren Dukes
2005-03-09 03:30:34 +0000
c673bc86cdfix an error message
Warren Dukes
2005-03-09 03:29:30 +0000
4c7c6ca4a6*) add support for pid files *) we now require pid_file to specified in the config *) new prefered method for killing mpd: mpd --kill *) cleaned up some nastiness with decode_pid handling
Warren Dukes
2005-03-09 03:13:33 +0000
a849136820undo fix for killall not preserving the current format properly, it causes problems for alsa and other things that spawn extra process w/o us knowing
Warren Dukes
2005-03-08 02:51:15 +0000
b5e55a648fwe ne allow audioOutput plugins to set the final outAudioFormat that will be used. we now use alsa's _near functions to detect what to use.
Warren Dukes
2005-03-08 01:53:13 +0000
fa08a7e3fffor windows compatibility, if we're unable to add a song, convert '\' to '/' and try again to add the file
Warren Dukes
2005-03-08 01:07:46 +0000
8db09d0b76make PCM the default controller for the mixer
Warren Dukes
2005-03-08 00:54:37 +0000