index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main.c
Age
Commit message (
Expand
)
Author
2008-11-21
state_file: save state_file every 5 minutes
Max Kellermann
2008-11-11
replay_gain: no CamelCase
Max Kellermann
2008-11-11
replay_gain: renamed sources to replay_gain.c, replay_gain.h
Max Kellermann
2008-11-05
main: print usage to stdout
Max Kellermann
2008-11-05
log: removed warning buffer
Max Kellermann
2008-11-05
main: initialize locale (LC_CTYPE)
Max Kellermann
2008-11-05
path: no CamelCase
Max Kellermann
2008-11-05
enable GLib threading
Max Kellermann
2008-11-05
main: don't close all file descriptors on startup
Max Kellermann
2008-11-02
music_pipe: renamed ob_* functions to music_pipe_*
Max Kellermann
2008-11-02
renamed outputBuffer.[ch] to pipe.[ch]
Max Kellermann
2008-10-28
utils: use g_str_has_prefix() instead of prefixcmp()
Max Kellermann
2008-10-26
input_stream: no CamelCase
Max Kellermann
2008-10-26
input_stream: renamed sources, no CamelCase
Max Kellermann
2008-10-26
input_stream: added input_stream_global_finish()
Max Kellermann
2008-10-22
command: no CamelCase
Max Kellermann
2008-10-15
mapper: moved musicDir initialization from path.c
Max Kellermann
2008-10-14
command: added command "idle"
Max Kellermann
2008-10-14
changed package name to "mpd-mk", updated version number
Max Kellermann
2008-10-09
update: don't export updateDirectory()
Max Kellermann
2008-10-08
database: renamed functions, "db_" prefix and no CamelCase
Max Kellermann
2008-10-08
directory: moved code to database.c
Max Kellermann
2008-10-08
directory: moved code to update.c
Max Kellermann
2008-09-29
directory: remove "Mp3" references
Eric Wong
2008-09-24
notify: added notify_deinit()
Max Kellermann
2008-09-23
directory: update do its work inside a thread
Eric Wong
2008-09-23
start using prefixcmp()
Eric Wong
2008-09-08
output: static audio_output_plugin list as array
Max Kellermann
2008-08-29
tag: renamed functions, no CamelCase
Max Kellermann
2008-08-28
client: renamed all public functions
Max Kellermann
2008-08-28
renamed interface.c to client.c
Max Kellermann
2008-08-28
include cleanup
Max Kellermann
2008-08-26
moved code to pc_init(), dc_init()
Max Kellermann
2008-08-26
renamed player.c to player_control.c
Max Kellermann
2008-08-26
renamed decoderInit() to decoder_thread_start()
Max Kellermann
2008-08-26
renamed decode.c to decoder_thread.c
Max Kellermann
2008-08-26
moved global variable "pc" to player.h
Max Kellermann
2008-08-26
moved variable "dc" to decode.h
Max Kellermann
2008-08-26
moved code to player_thread.c
Max Kellermann
2008-08-26
renamed functions in decoder_list.h
Max Kellermann
2008-08-26
renamed inputPlugin.* to decoder_list.*
Max Kellermann
2008-08-26
enable -Wpointer-arith, -Wstrict-prototypes
Max Kellermann
2008-06-02
remove audioDeviceStates from playerData and getPlayerData
Eric Wong
2008-04-13
Stop passing our single DecoderControl object everywhere
Eric Wong
2008-04-13
Get rid of PlayerControl inside the PlayerData struct
Eric Wong
2008-04-12
Fix the problem of songs not advancing without client activity
Eric Wong
2008-04-12
pass dc to decoder_task()
Max Kellermann
2008-04-12
pass pc to player_task()
Max Kellermann
2008-04-12
use the notify API in the main thread
Max Kellermann
2008-04-12
Initial cut of fork() => pthreads() for decoder and player
Eric Wong
[next]