aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* crossfade: added API documentationMax Kellermann2009-02-201-0/+21
* path: don't export path_set_fs_charset()Max Kellermann2009-02-202-3/+2
* path: validate configured character setMax Kellermann2009-02-201-0/+11
* decoder_api: fixed shadow warning, rename "wait"Max Kellermann2009-02-191-2/+2
* utils: use g_usleep() instead of my_usleep()Max Kellermann2009-02-196-24/+4
* faad: use faacDecFrameInfo instead of NeAACDecFrameInfoMax Kellermann2009-02-191-1/+1
* added G_LOG_DOMAIN macros to several librariesMax Kellermann2009-02-194-0/+12
* conf: log the effective configuration file nameMax Kellermann2009-02-191-0/+2
* log: added log_early_init() for early debug messagesMax Kellermann2009-02-193-0/+25
* Makefile.am: add new headers to $(mpd_headers)Max Kellermann2009-02-191-0/+5
* mms: fix assertion in input_stream_openPeter Colberg2009-02-191-0/+1
* pcm_volume: optimized pcm_volume_change_24() on i386Max Kellermann2009-02-181-1/+40
* mp4ff: always free the mp4ff_read_sample() bufferMax Kellermann2009-02-181-2/+2
* mp4ff: don't allocate seek_table when input is not seekableMax Kellermann2009-02-181-2/+10
* mp4ff: include cleanupMax Kellermann2009-02-181-4/+4
* mp4ff: use faacDecInit2() to find the AAC trackMax Kellermann2009-02-181-49/+36
* mp4ff: moved code to mp4_faad_new()Max Kellermann2009-02-181-53/+65
* mp4ff: call decoder_initialized() after libfaad initializationMax Kellermann2009-02-181-23/+32
* mp4ff: merged mp4_load_tag() into mp4_tag_dup()Max Kellermann2009-02-181-7/+1