summaryrefslogtreecommitdiff
path: root/src/main.c
AgeCommit message (Expand)Author
2008-11-21state_file: save state_file every 5 minutesMax Kellermann
2008-11-11replay_gain: no CamelCaseMax Kellermann
2008-11-11replay_gain: renamed sources to replay_gain.c, replay_gain.hMax Kellermann
2008-11-05main: print usage to stdoutMax Kellermann
2008-11-05log: removed warning bufferMax Kellermann
2008-11-05main: initialize locale (LC_CTYPE)Max Kellermann
2008-11-05path: no CamelCaseMax Kellermann
2008-11-05enable GLib threadingMax Kellermann
2008-11-05main: don't close all file descriptors on startupMax Kellermann
2008-11-02music_pipe: renamed ob_* functions to music_pipe_*Max Kellermann
2008-11-02renamed outputBuffer.[ch] to pipe.[ch]Max Kellermann
2008-10-28utils: use g_str_has_prefix() instead of prefixcmp()Max Kellermann
2008-10-26input_stream: no CamelCaseMax Kellermann
2008-10-26input_stream: renamed sources, no CamelCaseMax Kellermann
2008-10-26input_stream: added input_stream_global_finish()Max Kellermann
2008-10-22command: no CamelCaseMax Kellermann
2008-10-15mapper: moved musicDir initialization from path.cMax Kellermann
2008-10-14command: added command "idle"Max Kellermann
2008-10-14changed package name to "mpd-mk", updated version numberMax Kellermann
2008-10-09update: don't export updateDirectory()Max Kellermann
2008-10-08database: renamed functions, "db_" prefix and no CamelCaseMax Kellermann
2008-10-08directory: moved code to database.cMax Kellermann
2008-10-08directory: moved code to update.cMax Kellermann
2008-09-29directory: remove "Mp3" referencesEric Wong
2008-09-24notify: added notify_deinit()Max Kellermann
2008-09-23directory: update do its work inside a threadEric Wong
2008-09-23start using prefixcmp()Eric Wong
2008-09-08output: static audio_output_plugin list as arrayMax Kellermann
2008-08-29tag: renamed functions, no CamelCaseMax Kellermann
2008-08-28client: renamed all public functionsMax Kellermann
2008-08-28renamed interface.c to client.cMax Kellermann
2008-08-28include cleanupMax Kellermann
2008-08-26moved code to pc_init(), dc_init()Max Kellermann
2008-08-26renamed player.c to player_control.cMax Kellermann
2008-08-26renamed decoderInit() to decoder_thread_start()Max Kellermann
2008-08-26renamed decode.c to decoder_thread.cMax Kellermann
2008-08-26moved global variable "pc" to player.hMax Kellermann
2008-08-26moved variable "dc" to decode.hMax Kellermann
2008-08-26moved code to player_thread.cMax Kellermann
2008-08-26renamed functions in decoder_list.hMax Kellermann
2008-08-26renamed inputPlugin.* to decoder_list.*Max Kellermann
2008-08-26enable -Wpointer-arith, -Wstrict-prototypesMax Kellermann
2008-06-02remove audioDeviceStates from playerData and getPlayerDataEric Wong
2008-04-13Stop passing our single DecoderControl object everywhereEric Wong
2008-04-13Get rid of PlayerControl inside the PlayerData structEric Wong
2008-04-12Fix the problem of songs not advancing without client activityEric Wong
2008-04-12pass dc to decoder_task()Max Kellermann
2008-04-12pass pc to player_task()Max Kellermann
2008-04-12use the notify API in the main threadMax Kellermann
2008-04-12Initial cut of fork() => pthreads() for decoder and playerEric Wong