aboutsummaryrefslogtreecommitdiff
path: root/src/player_control.h
Commit message (Expand)AuthorAge
* player_control: fix shadow warning with older gccMax Kellermann2009-01-16
* playlist: clear pc.errored_song on deleteMax Kellermann2008-12-17
* player: converted PLAYER_ERROR_* to enumMax Kellermann2008-11-03
* player: removed "volatile" attributesMax Kellermann2008-11-03
* player: no CamelCaseMax Kellermann2008-11-03
* added prefix to header macrosMax Kellermann2008-10-31
* player: added commands QUEUE and CANCELMax Kellermann2008-10-12
* player: removed player_control.fileTimeMax Kellermann2008-10-11
* player: added player_get_audio_format()Max Kellermann2008-10-10
* player: added player_control.audio_formatMax Kellermann2008-10-10
* don't include os_compat.hMax Kellermann2008-10-08
* notify: removed the "Notify" typedefMax Kellermann2008-10-08
* song: converted typedef Song to struct songMax Kellermann2008-10-08
* assume stdint.h and stddef.h are availableMax Kellermann2008-09-29
* switch to C99 types, part IIMax Kellermann2008-09-29
* notify: added notify_deinit()Max Kellermann2008-09-24
* moved player_command_finished() to player_thread.cMax Kellermann2008-08-26
* moved code to pc_init(), dc_init()Max Kellermann2008-08-26
* renamed player.c to player_control.cMax Kellermann2008-08-26