aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2009-01-21use config_get_positive() instead of manual parsingMax Kellermann3-81/+21
2009-01-21conf: added config_get_positive()Max Kellermann2-0/+23
2009-01-21archiveapi: adding seeking support in zip archivesViliam Mateicka1-2/+8
2009-01-20player_thread: eliminated duplicate PLAYLIST eventMax Kellermann1-2/+0
2009-01-20event_pipe: added "TAG" eventMax Kellermann4-34/+22
2009-01-20Add space after sticker: to make it consistent.Qball Cow1-1/+1
2009-01-19command: added "sticker" commandMax Kellermann1-0/+72
2009-01-19update: delete stickers of deleted songsMax Kellermann1-0/+9
2009-01-19sticker: added song sticker libraryMax Kellermann3-1/+122
2009-01-19sticker: new library for storing dynamic information about songsMax Kellermann6-0/+466
2009-01-19flac: include config.hMax Kellermann1-0/+1
2009-01-18output: don't include conf.h from output_control.hMax Kellermann1-2/+1
2009-01-18conf: added config_get_block_unsigned()Max Kellermann6-39/+33
2009-01-18conf: added config_get_block_string()Max Kellermann11-98/+95
2009-01-18jack: parse "ports" setting with g_strsplit()Max Kellermann1-20/+7
2009-01-18jack: use audio_output_get_name()Max Kellermann1-11/+1
2009-01-18conf: removed parseConfigFilePath()Max Kellermann3-46/+19
2009-01-18mixer: don't check for NULL before g_free()Max Kellermann2-16/+11
2009-01-18daemon: removed unused variable "userpwd"Max Kellermann1-8/+4
2009-01-18daemon: pass "detach" flag to daemonize()Max Kellermann3-6/+7
2009-01-18daemon: added daemonize_init(), daemonize_finish()Max Kellermann3-45/+72
2009-01-18main: moved the save_state timer to state_file.cMax Kellermann2-20/+26
2009-01-18state_file: added state_file_init() and state_file_finish()Max Kellermann3-24/+40
2009-01-18state_file: include cleanupMax Kellermann2-3/+0
2009-01-18conf: added config_get_path()Max Kellermann3-5/+32
2009-01-18removed playerData.cMax Kellermann5-107/+55
2009-01-18main: moved code to daemon.cMax Kellermann3-98/+119
2009-01-18mapper: make the music_directory optionalMax Kellermann6-31/+90
2009-01-18mapper: make the playlist directory optionalMax Kellermann5-16/+52
2009-01-18database: pass database file name to db_init()Max Kellermann3-40/+45
2009-01-18stats: use GTimer instead of time(NULL)Max Kellermann3-3/+13
2009-01-18stats: use one db_walk() to obtain statsMax Kellermann3-73/+44
2009-01-18stats: added num_artists, num_albumsMax Kellermann2-8/+16
2009-01-18stats: no CamelCaseMax Kellermann4-23/+26
2009-01-17conf: replaced getConfigParamValue() with config_get_string()Max Kellermann5-9/+12
2009-01-17conf: replaced getBoolBlockParam() with config_get_block_bool()Max Kellermann4-21/+23
2009-01-17conf: use config_get_bool() instead of getBoolConfigParam()Max Kellermann6-33/+16
2009-01-17conf: no CamelCase, part IMax Kellermann40-170/+204
2009-01-17song: skip archive check for non-musicdir filesMax Kellermann1-1/+1
2009-01-17decoder_api: always notify_wait() for free chunksMax Kellermann1-2/+1
2009-01-17moved fallback APE/ID3 tag loader to song.cMax Kellermann7-58/+55
2009-01-17decoder_api: pass const pointer to decoder_data()Max Kellermann2-2/+3
2009-01-17pcm_convert: return PCM buffer from pcm_convert()Max Kellermann7-86/+43
2009-01-17music_pipe: removed music_pipe_append()Max Kellermann2-39/+0
2009-01-17decoder_api: use music_pipe_write() instead of music_pipe_append()Max Kellermann1-14/+33
2009-01-17music_pipe: added functions music_pipe_write() and music_pipe_expand()Max Kellermann2-32/+64
2009-01-17oggvorbis: disable seeking on remote songsMax Kellermann1-5/+27
2009-01-16decoder_api: added assertion on partial framesMax Kellermann1-0/+1
2009-01-16pcm_resample_fallback: corrected the sample calculationMax Kellermann1-6/+8
2009-01-16playlist: don't store getBoolConfigParam() in a boolMax Kellermann1-3/+5