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