aboutsummaryrefslogtreecommitdiff
path: root/src/player_control.c
Commit message (Expand)AuthorAge
* all: Update copyright header.Avuton Olrich2009-03-13
* pipe: added music_buffer, rewrite music_pipeMax Kellermann2009-03-06
* player: added some more assertionsMax Kellermann2009-02-10
* player_control: reset pc.error if pc.errored_song is clearedMax Kellermann2009-01-29
* player_control: added player_control.threadMax Kellermann2009-01-25
* pcm_utils: moved code to pcm_volume.cMax Kellermann2009-01-07
* song: allocate the result of song_get_url()Max Kellermann2009-01-04
* event_pipe: replaced PIPE_EVENT_SIGNAL with main_notifyMax Kellermann2009-01-02
* event_pipe: renamed functions from main_notify_* to event_pipe_*Max Kellermann2009-01-01
* main_notify: renamed source to event_pipe.cMax Kellermann2009-01-01
* removed os_compat.hMax Kellermann2008-12-29
* player_control: check if errored_song is setMax Kellermann2008-12-17
* playlist: clear pc.errored_song on deleteMax Kellermann2008-12-17
* pcm_volume: added constant PCM_VOLUME_1Max Kellermann2008-11-11
* player: converted PLAYER_ERROR_* to enumMax Kellermann2008-11-03
* player: no CamelCaseMax Kellermann2008-11-03
* command: added command "idle"Max Kellermann2008-10-14
* player: added commands QUEUE and CANCELMax Kellermann2008-10-12
* player: removed set_current_song()Max Kellermann2008-10-11
* 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
* song: removed CamelCaseMax Kellermann2008-10-08
* song: converted typedef Song to struct songMax Kellermann2008-10-08
* notify: added notify_deinit()Max Kellermann2008-09-24
* include cleanupMax Kellermann2008-09-06
* 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
* moved global variable "pc" to player.hMax Kellermann2008-08-26