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