aboutsummaryrefslogtreecommitdiffstats
path: root/src/output (follow)
Commit message (Expand)AuthorAgeFilesLines
* alsa_output: don't use atexit() to clean up the ALSA libraryMax Kellermann2009-04-211-7/+3
* httpd: use C99 "bool" instead of GLib's gbooleanMax Kellermann2009-04-131-7/+7
* httpd: use g_ascii_strncasecmp() to compare headersMax Kellermann2009-04-131-1/+1
* Implemented basic icy support for the httpd outputHagen Schink2009-04-134-12/+223
* httpd: don't pass uninitialized page to httpd_client_check_queue()Max Kellermann2009-04-011-1/+1
* pulse: make configuration strings constMax Kellermann2009-03-261-6/+4
* pulse: don't check config_param!=NULLMax Kellermann2009-03-261-4/+2
* output_plugin: replaced output_plugin.get_mixer() with mixer_pluginMax Kellermann2009-03-263-55/+3
* httpd: fixed encoder plugin checkJeffrey Middleton2009-03-171-1/+1
* solaris: new audio output plugin for Solaris /dev/audioMax Kellermann2009-03-161-0/+175
* httpd_output: check client->write_source_id in handlerMax Kellermann2009-03-151-0/+7
* httpd_output: clear the client's page queue on cancelMax Kellermann2009-03-152-2/+13
* httpd: new output plugin to replace "shout"Max Kellermann2009-03-154-0/+1093
* mixer_api: moved mixer_plugin imports to mixer_list.hMax Kellermann2009-03-143-3/+3
* mixer_api: moved functions to mixer_control.cMax Kellermann2009-03-143-0/+3
* all: Update copyright header.Avuton Olrich2009-03-1311-68/+79
* alsa: use snd_pcm_sframes_t instead of intMax Kellermann2009-03-101-2/+1
* alsa: don't close PCM handle in alsa_recover()Max Kellermann2009-03-101-13/+3
* alsa: determine buffer_time if not already knownMax Kellermann2009-03-081-0/+5
* alsa: better period_time default value for high sample ratesMax Kellermann2009-03-081-3/+8
* pulse mixerDavid Guibert2009-03-071-0/+16
* alsa: log period and buffer sizeMax Kellermann2009-03-031-0/+3
* alsa: fall back to 32 bit samples if 16 is not supportedMax Kellermann2009-03-031-1/+2
* alsa: fall back to 32 bit samples if 24 is not supportedMax Kellermann2009-03-021-0/+8
* output: removed duplicate debug messages from pluginsMax Kellermann2009-03-014-16/+0
* pipe: new audio output plugin which runs a commandMichal Nazarewicz2009-02-281-0/+110
* tag: no CamelCaseMax Kellermann2009-02-271-2/+1
* mvp: fixed default device detectionMax Kellermann2009-02-261-1/+1
* output_plugin: report errors with GErrorMax Kellermann2009-02-2610-239/+393
* osx: use OSStatus and GetMacOSStatusCommentString()Max Kellermann2009-02-261-15/+24
* osx: start the audio device in the open() methodMax Kellermann2009-02-261-17/+8
* osx: removed commented codeMax Kellermann2009-02-261-23/+2
* osx: no CamelCaseMax Kellermann2009-02-261-89/+85
* shout: use config_get_block_unsigned()Max Kellermann2009-02-261-6/+3
* pulse: removed pa_simple!=NULL checksMax Kellermann2009-02-261-10/+2
* oss: moved code from oss_open() to oss_setup()Max Kellermann2009-02-261-13/+26
* oss: convert OSS_STAT_* to an enumMax Kellermann2009-02-261-10/+15
* oss: return bool instead of intMax Kellermann2009-02-261-10/+10
* oss: use unsigned integersMax Kellermann2009-02-261-14/+9
* oss: no CamelCaseMax Kellermann2009-02-261-107/+125
* alsa: fall back to 16 bit audioMax Kellermann2009-02-251-3/+8
* alsa: moved code from alsa_open() to alsa_setup()Max Kellermann2009-02-251-32/+49
* mvp: check for reopen errorsMax Kellermann2009-02-251-2/+7
* mvp: moved code to mvp_find_sample_rate()Max Kellermann2009-02-251-9/+17
* mvp: make the mvp_sample_rates array constMax Kellermann2009-02-251-1/+1
* mvp: fall back to 16 bit audio samplesMax Kellermann2009-02-251-1/+5
* mvp: fall back to stereoMax Kellermann2009-02-251-1/+5
* mvp: mvp_set_pcm_params() returns boolMax Kellermann2009-02-251-9/+14
* mvp: pass audio_format struct to mvp_set_pcm_params()Max Kellermann2009-02-251-13/+23
* mvp: removed big_endian parameter from mvp_set_pcm_params()Max Kellermann2009-02-251-16/+3