aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2009-07-28client: splitted client.c into several piecesMax Kellermann11-875/+1129
2009-07-28client: moved struct client to client_internal.hMax Kellermann2-44/+69
2009-07-28input/lastfm: use metadataCourtney Cavin1-43/+297
2009-07-28cmdline: obey $(sysconfdir) for default mpd.conf locationMax Kellermann1-1/+0
2009-07-23client: moved some code to client_list_X()Max Kellermann1-13/+51
2009-07-23client: don't include socket headersMax Kellermann1-10/+0
2009-07-23player_thread: don't use precalculated size_to_timeMax Kellermann2-22/+4
2009-07-23player_thread: moved code to update_song_tag()Max Kellermann1-19/+27
2009-07-23pcm_convert: use GError for error handlingMax Kellermann10-115/+177
2009-07-22pcm_resample_fallback: don't include glib.hMax Kellermann1-1/+0
2009-07-22pcm_resample_fallback: removed G_GNUC_UNUSED attributeMax Kellermann2-6/+3
2009-07-22pcm_channels: num_channels is unsignedMax Kellermann2-12/+12
2009-07-22pcm_byteswap: converted NULL checks to assertionsMax Kellermann2-10/+5
2009-07-22pcm_convert: added pcm_convert_state.byteswap_bufferMax Kellermann2-3/+8
2009-07-22filter/volume: check the flag audio_format.reverse_endianMax Kellermann1-0/+7
2009-07-22audio_format: added API documentationMax Kellermann1-0/+48
2009-07-22audio_format: initialize reverse_endian in audio_format_init()Max Kellermann1-0/+1
2009-07-22daemon: daemonize_close_stdin() optimised.Michal Nazarewicz2-12/+7
2009-07-22cmdline: renamed options.stderr to options.log_stderrEugeny N Dzhurinsky3-6/+6
2009-07-19Support wrong-endian ALSA outputDavid Woodhouse1-2/+50
2009-07-19Add reverse_endian field to struct audio_format and handle conversionDavid Woodhouse6-5/+151
2009-07-19tag_ape: simplified the apeItems arrayMax Kellermann1-22/+12
2009-07-19tag_ape: moved code to tag_ape_import_item()Max Kellermann1-12/+22
2009-07-19tag_ape: converted apeItems and tagItems to global varsMax Kellermann1-20/+20
2009-07-19Add audio_format_init() functionDavid Woodhouse15-53/+39
2009-07-19client: return "enum command_return" instead of "int"Max Kellermann1-16/+24
2009-07-19removed buffer2array.cMax Kellermann2-164/+0
2009-07-19command: use the tokenizer libraryMax Kellermann1-4/+50
2009-07-19conf: use the tokenizer libraryMax Kellermann1-62/+82
2009-07-19tokenizer: new library replacing buffer2array()Max Kellermann2-0/+235
2009-07-19daemon: Moved empty Windows version functions to header fileMichal Nazarewicz2-21/+36
2009-07-19conf: replaced gcc "const" attribute with "pure"Michal Nazarewicz1-13/+22
2009-07-19daemon: added "group" configuration optionMichal Nazarewicz5-18/+35
2009-07-15mapper: use g_file_test() instead of stat()Max Kellermann1-20/+2
2009-07-15mapper: pass music and playlist directory to mapper_init()Max Kellermann3-19/+23
2009-07-15main: moved complex initialization code to glue functionsMax Kellermann1-17/+36
2009-07-15main: renamed openDB() to glue_db_init_and_load()Max Kellermann1-2/+2
2009-07-15cmdline: renamed option "--stdout" to "--stderr"Max Kellermann1-0/+2
2009-07-15cmdline: no CamelCaseMax Kellermann3-18/+18
2009-07-15conf: added the gcc "const" attribute to some functionsMax Kellermann1-0/+13
2009-07-15state_file: don't rewind the stream while reading the state fileMax Kellermann7-62/+69
2009-07-15state_file: simplified state_file_finish()Max Kellermann1-4/+6
2009-07-15state_file: fixed debug messagesMax Kellermann1-1/+3
2009-07-15modplug: get track lengthSerge Ziryukin1-1/+1
2009-07-14encoder/twolame: new encoder plugin based on libtwolameMax Kellermann2-0/+303
2009-07-14playlist: no CamelCaseMax Kellermann10-86/+95
2009-07-14playlist: removed {save,read}PlaylistState()Max Kellermann3-17/+3
2009-07-14state_file: eliminated the sf_callbacks arrayMax Kellermann1-17/+9
2009-07-14output/httpd: removed duplicate sys/types.h includeMax Kellermann1-4/+0
2009-07-09flac: load external cue sheet when no internal oneSerge Ziryukin1-0/+14