aboutsummaryrefslogtreecommitdiff
path: root/src/output
Commit message (Expand)AuthorAge
* alsa: use GLib loggingMax Kellermann2008-12-29
* jack: use GLib loggingMax Kellermann2008-12-29
* fifo: use GLib loggingMax Kellermann2008-12-29
* osx_plugin: migrate from pthread to glib threadsThomas Jansen2008-12-28
* shout: fixed bad error message printoutViliam Mateicka2008-12-23
* Remove useless statement.Emanuele Giaquinta2008-12-17
* Remove useless computation. After the pthread_cond_wait loop there are at lea...Emanuele Giaquinta2008-12-17
* Remove useless statement, curpos is initialized at the beginning of the loop.Emanuele Giaquinta2008-12-17
* Factor computation.Emanuele Giaquinta2008-12-17
* Use MIN.Emanuele Giaquinta2008-12-17
* Call CloseComponent after AudioUnitUninitialize.Emanuele Giaquinta2008-12-17
* ao: use 16 bit sample formatMax Kellermann2008-12-09
* osx: use 16 bit sample formatMax Kellermann2008-12-08
* osx: use GLib instead of utils.h/log.hMax Kellermann2008-12-08
* osx: don't use void pointer in arithmeticMax Kellermann2008-12-08
* alsa: reverted the default buffer_time to 500 msMax Kellermann2008-12-01
* shout: fixed the lame input buffer allocationMax Kellermann2008-11-30
* shout_mp3: cast input buffer to int16_t*Max Kellermann2008-11-30
* oss: use GLib instead of utils.h/log.hMax Kellermann2008-11-25
* mvp: use GLib instead of utils.h/log.hMax Kellermann2008-11-25
* shout: use GLib instead of utils.h/log.hMax Kellermann2008-11-25
* shout: don't check HAVE_SHOUTMax Kellermann2008-11-25
* ao: print error message when ao_open_live() failsMax Kellermann2008-11-25
* ao: support all libao error codesMax Kellermann2008-11-25
* ao: use GLib instead of utils.h/log.hMax Kellermann2008-11-25
* pulse: removed reconnect intervalMax Kellermann2008-11-05
* pulse: check if connection is open in pulse_cancel()Max Kellermann2008-11-05
* osx: fix gcc warningsMax Kellermann2008-11-04
* osx: adapt to new output plugin APIMax Kellermann2008-11-04
* alsa: initialize "device" with NULLMax Kellermann2008-11-03
* alsa, jack: no const pointers for allocated stringsMax Kellermann2008-11-01
* removed unneed check for protocol in shout plugin, will assume icecast2 proto...Alam Arias2008-10-31
* added prefix to header macrosMax Kellermann2008-10-31
* pulse: fix segfault without sink nameMax Kellermann2008-10-30
* output: close device on play errorMax Kellermann2008-10-29
* output: use bool for return values and flagsMax Kellermann2008-10-29
* pulse: clear pa_simple pointer in pulse_close()Max Kellermann2008-10-29
* pulse: use GLib instead of util.h/log.hMax Kellermann2008-10-29
* pulse: no CamelCaseMax Kellermann2008-10-29
* oss: check and override audio_format properlyMax Kellermann2008-10-29
* output: don't compile plugins which are disabledMax Kellermann2008-10-26
* renamed src/audioOutputs/ to src/output/Max Kellermann2008-10-26