aboutsummaryrefslogtreecommitdiffstats
path: root/src/output (follow)
Commit message (Expand)AuthorAgeFilesLines
* alsa: use GLib loggingMax Kellermann2008-12-291-29/+30
* jack: use GLib loggingMax Kellermann2008-12-291-28/+30
* fifo: use GLib loggingMax Kellermann2008-12-291-21/+24
* osx_plugin: migrate from pthread to glib threadsThomas Jansen2008-12-281-19/+18
* shout: fixed bad error message printoutViliam Mateicka2008-12-231-2/+2
* Remove useless statement.Emanuele Giaquinta2008-12-171-1/+0
* Remove useless computation. After the pthread_cond_wait loop there are at lea...Emanuele Giaquinta2008-12-171-2/+0
* Remove useless statement, curpos is initialized at the beginning of the loop.Emanuele Giaquinta2008-12-171-1/+0
* Factor computation.Emanuele Giaquinta2008-12-171-4/+6
* Use MIN.Emanuele Giaquinta2008-12-171-2/+2
* Call CloseComponent after AudioUnitUninitialize.Emanuele Giaquinta2008-12-171-1/+1
* ao: use 16 bit sample formatMax Kellermann2008-12-091-0/+6
* osx: use 16 bit sample formatMax Kellermann2008-12-081-0/+3
* osx: use GLib instead of utils.h/log.hMax Kellermann2008-12-081-9/+13
* osx: don't use void pointer in arithmeticMax Kellermann2008-12-081-2/+2
* alsa: reverted the default buffer_time to 500 msMax Kellermann2008-12-011-1/+5
* shout: fixed the lame input buffer allocationMax Kellermann2008-11-301-9/+15
* shout_mp3: cast input buffer to int16_t*Max Kellermann2008-11-301-2/+2
* oss: use GLib instead of utils.h/log.hMax Kellermann2008-11-251-55/+56
* mvp: use GLib instead of utils.h/log.hMax Kellermann2008-11-251-16/+27
* shout: use GLib instead of utils.h/log.hMax Kellermann2008-11-254-82/+82
* shout: don't check HAVE_SHOUTMax Kellermann2008-11-251-7/+0
* ao: print error message when ao_open_live() failsMax Kellermann2008-11-251-1/+3
* ao: support all libao error codesMax Kellermann2008-11-251-9/+29
* ao: use GLib instead of utils.h/log.hMax Kellermann2008-11-251-19/+21
* pulse: removed reconnect intervalMax Kellermann2008-11-051-19/+2
* pulse: check if connection is open in pulse_cancel()Max Kellermann2008-11-051-0/+3
* osx: fix gcc warningsMax Kellermann2008-11-041-7/+8
* osx: adapt to new output plugin APIMax Kellermann2008-11-041-19/+15
* alsa: initialize "device" with NULLMax Kellermann2008-11-031-2/+1
* alsa, jack: no const pointers for allocated stringsMax Kellermann2008-11-012-26/+42
* removed unneed check for protocol in shout plugin, will assume icecast2 proto...Alam Arias2008-10-311-2/+0
* added prefix to header macrosMax Kellermann2008-10-311-2/+2
* pulse: fix segfault without sink nameMax Kellermann2008-10-301-2/+2
* output: close device on play errorMax Kellermann2008-10-296-12/+2
* output: use bool for return values and flagsMax Kellermann2008-10-2911-110/+116
* pulse: clear pa_simple pointer in pulse_close()Max Kellermann2008-10-291-0/+1
* pulse: use GLib instead of util.h/log.hMax Kellermann2008-10-291-28/+25
* pulse: no CamelCaseMax Kellermann2008-10-291-48/+49
* oss: check and override audio_format properlyMax Kellermann2008-10-291-0/+7
* output: don't compile plugins which are disabledMax Kellermann2008-10-2611-86/+7
* renamed src/audioOutputs/ to src/output/Max Kellermann2008-10-2613-0/+4178