aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* listen: no CamelCaseMax Kellermann2009-02-245-30/+31
* ffmpeg: add all known ffmpeg extensions and mime-types.Avuton Olrich2009-02-231-18/+77
* Makefile.am: no recursive makefilesMax Kellermann2009-02-231-446/+0
* output: pass the music chunk pointer as void*, not char*Max Kellermann2009-02-2314-21/+21
* output_api: play() returns a lengthMax Kellermann2009-02-2312-119/+103
* shout: removed shout_plugin.hMax Kellermann2009-02-223-54/+28
* shout: removed shout_encoder_pluginsMax Kellermann2009-02-221-11/+0
* shout: use the new encoder APIMax Kellermann2009-02-225-559/+102
* encoder: added lame mp3 encoderMax Kellermann2009-02-223-0/+292
* encoder: added vorbis encoderMax Kellermann2009-02-223-0/+397
* added the encoder APIMax Kellermann2009-02-225-0/+306
* shout: merged open_shout_conn() into my_shout_open_device()Max Kellermann2009-02-221-10/+2
* shout: bool return values instead of intMax Kellermann2009-02-221-27/+28
* pcm: added API documentationMax Kellermann2009-02-216-1/+130