aboutsummaryrefslogtreecommitdiffstats
path: root/src/player_control.h (unfollow)
Commit message (Expand)AuthorFilesLines
2009-05-06player_control: renamed playerSeek(), return boolMax Kellermann1-2/+8
2009-03-30player_control: remove unused function playerCurrentDecodeSong().Avuton Olrich1-3/+0
2009-03-13all: Update copyright header.Avuton Olrich1-6/+7
2009-03-06pipe: added music_buffer, rewrite music_pipeMax Kellermann1-1/+3
2009-01-25player_control: added player_control.threadMax Kellermann1-0/+4
2009-01-16player_control: fix shadow warning with older gccMax Kellermann1-1/+1
2008-12-17playlist: clear pc.errored_song on deleteMax Kellermann1-0/+8
2008-11-03player: converted PLAYER_ERROR_* to enumMax Kellermann1-8/+10
2008-11-03player: removed "volatile" attributesMax Kellermann1-6/+6
2008-11-03player: no CamelCaseMax Kellermann1-7/+7
2008-10-31added prefix to header macrosMax Kellermann1-2/+2
2008-10-12player: added commands QUEUE and CANCELMax Kellermann1-42/+15
2008-10-11player: removed player_control.fileTimeMax Kellermann1-1/+0
2008-10-10player: added player_get_audio_format()Max Kellermann1-5/+5
2008-10-10player: added player_control.audio_formatMax Kellermann1-5/+4
2008-10-08don't include os_compat.hMax Kellermann1-1/+2
2008-10-08notify: removed the "Notify" typedefMax Kellermann1-1/+1
2008-10-08song: converted typedef Song to struct songMax Kellermann1-7/+10
2008-09-29assume stdint.h and stddef.h are availableMax Kellermann1-1/+0
2008-09-29switch to C99 types, part IIMax Kellermann1-7/+7
2008-09-24notify: added notify_deinit()Max Kellermann1-0/+2
2008-08-26moved player_command_finished() to player_thread.cMax Kellermann1-2/+0
2008-08-26moved code to pc_init(), dc_init()Max Kellermann1-0/+4
2008-08-26renamed player.c to player_control.cMax Kellermann1-0/+0
2008-08-26no commandError() in playerSeek()Max Kellermann1-1/+1
2008-08-26moved global variable "pc" to player.hMax Kellermann1-2/+4
2008-08-26don't call playerStop() before playerPlay()Max Kellermann1-2/+0
2008-08-26queueSong() cannot failMax Kellermann1-1/+1
2008-08-26document the PLAYER_QUEUE_ constantsMax Kellermann1-0/+15
2008-08-26added enum player_queue_stateMax Kellermann1-9/+11
2008-08-26rewrote playerKill()Max Kellermann1-0/+1
2008-08-26player: no "fd" and no return valueMax Kellermann1-5/+5
2008-08-26converted PlayerControl.state to enumMax Kellermann1-5/+7
2008-08-26added PlayerControl.commandMax Kellermann1-7/+14
2008-08-26invoke the notify API directlyMax Kellermann1-4/+0
2008-08-26added dc.next_song, renamed pc.current_songMax Kellermann1-1/+1
2008-08-26clean up CPP includesMax Kellermann1-1/+1
2008-04-13Get rid of PlayerControl inside the PlayerData structEric Wong1-3/+3
2008-04-12Fix the problem of songs not advancing without client activityEric Wong1-4/+0
2008-04-12pass pc to player_task()Max Kellermann1-1/+1
2008-04-12clean up CPP includesMax Kellermann1-2/+0
2008-04-12pass pc to player notify functionsMax Kellermann1-2/+2
2008-04-12Fix a few more warnings from -WshadowEric Wong1-2/+2
2008-04-12use the notify API in the main threadMax Kellermann1-0/+2
2008-04-12use the notify API in the playerMax Kellermann1-0/+1
2008-04-12Start using song pointers in core data structuresEric Wong1-3/+2
2008-04-12Drop metadata updates from HTTP for now (input HTTP, and shout)Eric Wong1-7/+0
2008-04-12Initial cut of fork() => pthreads() for decoder and playerEric Wong1-7/+6
2008-01-03Cleanup #includes of standard system headers and put them in one placeEric Wong1-3/+1
2008-01-03playerCloseAudio() is staticEric Wong1-2/+0