aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mvp: check for reopen errorsMax Kellermann2009-02-252-2/+8
* 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-252-1/+6
* mvp: fall back to stereoMax Kellermann2009-02-252-1/+6
* 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-256-53/+14
* test: added encoder test programMax Kellermann2009-02-253-0/+124
* test: added decoder test programMax Kellermann2009-02-253-1/+181
* configure.ac: declare AM_CFLAGSMax Kellermann2009-02-253-4/+6
* Makefile.am: use AM_CPPFLAGS, AM_LDFLAGSMax Kellermann2009-02-251-4/+2
* Makefile.am: added per-subsystem variablesMax Kellermann2009-02-251-80/+131
* ls: moved generic URI utilities to uri.cMax Kellermann2009-02-2514-29/+82
* test/software_volume: pass error->message to g_printerr()Max Kellermann2009-02-251-1/+2
* 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
* configure.ac: fix comma errorsMax Kellermann2009-02-241-2/+2
* ffmpeg: add all known ffmpeg extensions and mime-types.Avuton Olrich2009-02-231-18/+77
* Makefile.am: no recursive makefilesMax Kellermann2009-02-235-486/+484
* 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-226-566/+103
* encoder: added lame mp3 encoderMax Kellermann2009-02-224-0/+296
* encoder: added vorbis encoderMax Kellermann2009-02-224-0/+401
* added the encoder APIMax Kellermann2009-02-226-0/+308