aboutsummaryrefslogtreecommitdiffstats
path: root/src/output (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* oss: evaluate the oss_open() return value properlyMax Kellermann2009-01-161-1/+1
* shout: enlarge buffer size to 32 kBAntoine Beaupré2009-01-141-1/+1
* Introducing mixer apiViliam Mateicka2009-01-102-15/+16
* added missing explicit config.h includesMax Kellermann2009-01-081-0/+1
* pcm_utils: moved conversion code to pcm_convert.cMax Kellermann2009-01-071-1/+1
* fix G_BYTE_ORDER checkMax Kellermann2009-01-053-3/+3
* use GLib byte order macrosMax Kellermann2009-01-053-9/+10
* renaming mixer.h to mixer_api.hViliam Mateicka2009-01-042-2/+2
* null, fifo: use GLib instead of utils.hMax Kellermann2009-01-032-7/+8
* ao: use g_strsplit() instead of strtok_r()Max Kellermann2009-01-031-37/+15
* alsa: use GLib instead of utils.hMax Kellermann2009-01-021-3/+2
* jack: use GLib instead of utils.hMax Kellermann2009-01-021-15/+14
* jack: duplicate jack_get_ports() return valuesMax Kellermann2009-01-021-3/+4
* output plugins: don't include gcc.hMax Kellermann2009-01-019-24/+29
* null: don't include gcc.hMax Kellermann2009-01-011-4/+7
* Moving mixers to audio outputsViliam Mateicka2008-12-312-1/+40
* 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