aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2009-02-26output_plugin: report errors with GErrorMax Kellermann13-255/+443
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-26output_thread: use the right audio_format in assert()Max Kellermann1-1/+1
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 Kellermann2-109/+127
2009-02-26mixer: Add "disabled" mixer_type.Avuton Olrich2-0/+4
2009-02-25cmdline: Alphabetical help order like other GNU projects.Avuton Olrich1-6/+6
2009-02-25cmdline: Add --no-config to explicitly set daemon default options.Avuton Olrich1-2/+7
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
2009-02-25mvp: use G_N_ELEMENTS(mvp_sample_rates)Max Kellermann1-5/+2
2009-02-25mvp: no CamelCaseMax Kellermann2-36/+40
2009-02-25output: audio_output_init() returns boolMax Kellermann2-5/+5
2009-02-25output: set a GLib log domainMax Kellermann3-0/+10
2009-02-25fifo: return bool valuesMax Kellermann1-12/+12
2009-02-25fifo: no CamelCaseMax Kellermann2-45/+52
2009-02-25fifo: removed timer!=NULL checksMax Kellermann1-12/+1
2009-02-25ao: no CamelCaseMax Kellermann2-50/+43
2009-02-25ao: removed AoData.device!=NULL checksMax Kellermann1-12/+1
2009-02-25ao: removed implementation of method cancel()Max Kellermann1-6/+0
2009-02-25output_plugin: don't pass audio_output object to method init()Max Kellermann12-34/+19
2009-02-25output_api: removed audio_output_get_name()Max Kellermann5-52/+14
2009-02-25ls: moved generic URI utilities to uri.cMax Kellermann13-29/+80
2009-02-24vorbis_encoder: vorbis_encoder_clear() returns voidMax Kellermann1-5/+1
2009-02-24jack: initialize local variable "space"Max Kellermann1-1/+1
2009-02-24listen: fix unused parameter warnings when TCP is disabledMax Kellermann1-0/+3
2009-02-24listen: removed is_ipv6_enabled()Max Kellermann1-19/+14
2009-02-24listen: splitted listen_add_port() into IPv4 and IPv6Max Kellermann1-20/+52
2009-02-24listen: don't call listen_add_config_param(NULL)Max Kellermann1-10/+25
2009-02-24listen: moved code to listen_add_host()Max Kellermann1-58/+78
2009-02-24listen: moved code to listen_add_path()Max Kellermann1-25/+38
2009-02-24listen: moved code to listen_add_port()Max Kellermann1-33/+50
2009-02-24listen: listen_add_address() returns bool/GErrorMax Kellermann1-38/+93
2009-02-24listen: removed unused macro "MAXHOSTNAME"Max Kellermann1-2/+0