aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
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
2009-02-24listen: no CamelCaseMax Kellermann5-30/+31
2009-02-23ffmpeg: add all known ffmpeg extensions and mime-types.Avuton Olrich1-18/+77
2009-02-23Makefile.am: no recursive makefilesMax Kellermann1-446/+0
2009-02-23output: pass the music chunk pointer as void*, not char*Max Kellermann14-21/+21
2009-02-23output_api: play() returns a lengthMax Kellermann12-119/+103
2009-02-22shout: removed shout_plugin.hMax Kellermann3-54/+28
2009-02-22shout: removed shout_encoder_pluginsMax Kellermann1-11/+0
2009-02-22shout: use the new encoder APIMax Kellermann5-559/+102
2009-02-22encoder: added lame mp3 encoderMax Kellermann3-0/+292
2009-02-22encoder: added vorbis encoderMax Kellermann3-0/+397
2009-02-22added the encoder APIMax Kellermann5-0/+306
2009-02-22shout: merged open_shout_conn() into my_shout_open_device()Max Kellermann1-10/+2
2009-02-22shout: bool return values instead of intMax Kellermann1-27/+28
2009-02-21pcm: added API documentationMax Kellermann6-1/+130
2009-02-20crossfade: added API documentationMax Kellermann1-0/+21
2009-02-20path: don't export path_set_fs_charset()Max Kellermann2-3/+2
2009-02-20path: validate configured character setMax Kellermann1-0/+11
2009-02-19decoder_api: fixed shadow warning, rename "wait"Max Kellermann1-2/+2
2009-02-19utils: use g_usleep() instead of my_usleep()Max Kellermann6-24/+4
2009-02-19faad: use faacDecFrameInfo instead of NeAACDecFrameInfoMax Kellermann1-1/+1
2009-02-19added G_LOG_DOMAIN macros to several librariesMax Kellermann4-0/+12
2009-02-19conf: log the effective configuration file nameMax Kellermann1-0/+2
2009-02-19log: added log_early_init() for early debug messagesMax Kellermann3-0/+25
2009-02-19Makefile.am: add new headers to $(mpd_headers)Max Kellermann1-0/+5
2009-02-19mms: fix assertion in input_stream_openPeter Colberg1-0/+1
2009-02-18pcm_volume: optimized pcm_volume_change_24() on i386Max Kellermann1-1/+40
2009-02-18mp4ff: always free the mp4ff_read_sample() bufferMax Kellermann1-2/+2
2009-02-18mp4ff: don't allocate seek_table when input is not seekableMax Kellermann1-2/+10
2009-02-18mp4ff: include cleanupMax Kellermann1-4/+4
2009-02-18mp4ff: use faacDecInit2() to find the AAC trackMax Kellermann1-49/+36
2009-02-18mp4ff: moved code to mp4_faad_new()Max Kellermann1-53/+65
2009-02-18mp4ff: call decoder_initialized() after libfaad initializationMax Kellermann1-23/+32
2009-02-18mp4ff: merged mp4_load_tag() into mp4_tag_dup()Max Kellermann1-7/+1
2009-02-17player_thread: don't drop audio buffers when not seekableMax Kellermann1-1/+2
2009-02-17faad: variable cleanupMax Kellermann1-9/+4
2009-02-17faad: added source code commentsMax Kellermann1-1/+36
2009-02-17faad: faad_decoder_init() returns an audio_formatMax Kellermann1-25/+23
2009-02-17faad: call decoder_initialized() after libfaad initializationMax Kellermann1-18/+27