aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* ls: moved generic URI utilities to uri.cMax Kellermann2009-02-25
* vorbis_encoder: vorbis_encoder_clear() returns voidMax Kellermann2009-02-24
* jack: initialize local variable "space"Max Kellermann2009-02-24
* listen: fix unused parameter warnings when TCP is disabledMax Kellermann2009-02-24
* listen: removed is_ipv6_enabled()Max Kellermann2009-02-24
* listen: splitted listen_add_port() into IPv4 and IPv6Max Kellermann2009-02-24
* listen: don't call listen_add_config_param(NULL)Max Kellermann2009-02-24
* listen: moved code to listen_add_host()Max Kellermann2009-02-24
* listen: moved code to listen_add_path()Max Kellermann2009-02-24
* listen: moved code to listen_add_port()Max Kellermann2009-02-24
* listen: listen_add_address() returns bool/GErrorMax Kellermann2009-02-24
* listen: removed unused macro "MAXHOSTNAME"Max Kellermann2009-02-24
* listen: no CamelCaseMax Kellermann2009-02-24
* ffmpeg: add all known ffmpeg extensions and mime-types.Avuton Olrich2009-02-23
* Makefile.am: no recursive makefilesMax Kellermann2009-02-23
* output: pass the music chunk pointer as void*, not char*Max Kellermann2009-02-23
* output_api: play() returns a lengthMax Kellermann2009-02-23
* shout: removed shout_plugin.hMax Kellermann2009-02-22
* shout: removed shout_encoder_pluginsMax Kellermann2009-02-22
* shout: use the new encoder APIMax Kellermann2009-02-22
* encoder: added lame mp3 encoderMax Kellermann2009-02-22
* encoder: added vorbis encoderMax Kellermann2009-02-22
* added the encoder APIMax Kellermann2009-02-22
* shout: merged open_shout_conn() into my_shout_open_device()Max Kellermann2009-02-22
* shout: bool return values instead of intMax Kellermann2009-02-22
* pcm: added API documentationMax Kellermann2009-02-21
* crossfade: added API documentationMax Kellermann2009-02-20
* path: don't export path_set_fs_charset()Max Kellermann2009-02-20
* path: validate configured character setMax Kellermann2009-02-20
* decoder_api: fixed shadow warning, rename "wait"Max Kellermann2009-02-19
* utils: use g_usleep() instead of my_usleep()Max Kellermann2009-02-19
* faad: use faacDecFrameInfo instead of NeAACDecFrameInfoMax Kellermann2009-02-19
* added G_LOG_DOMAIN macros to several librariesMax Kellermann2009-02-19
* conf: log the effective configuration file nameMax Kellermann2009-02-19
* log: added log_early_init() for early debug messagesMax Kellermann2009-02-19
* Makefile.am: add new headers to $(mpd_headers)Max Kellermann2009-02-19
* mms: fix assertion in input_stream_openPeter Colberg2009-02-19
* pcm_volume: optimized pcm_volume_change_24() on i386Max Kellermann2009-02-18
* mp4ff: always free the mp4ff_read_sample() bufferMax Kellermann2009-02-18
* mp4ff: don't allocate seek_table when input is not seekableMax Kellermann2009-02-18
* mp4ff: include cleanupMax Kellermann2009-02-18
* mp4ff: use faacDecInit2() to find the AAC trackMax Kellermann2009-02-18
* mp4ff: moved code to mp4_faad_new()Max Kellermann2009-02-18
* mp4ff: call decoder_initialized() after libfaad initializationMax Kellermann2009-02-18
* mp4ff: merged mp4_load_tag() into mp4_tag_dup()Max Kellermann2009-02-18
* player_thread: don't drop audio buffers when not seekableMax Kellermann2009-02-17
* faad: variable cleanupMax Kellermann2009-02-17
* faad: added source code commentsMax Kellermann2009-02-17
* faad: faad_decoder_init() returns an audio_formatMax Kellermann2009-02-17
* faad: call decoder_initialized() after libfaad initializationMax Kellermann2009-02-17