| Commit message (Expand) | Author | Files | Lines |
2010-03-21 | Add support for MixRamp tags | Tim Phipps | 1 | -0/+14 |
2009-12-31 | Update copyright notices. | Avuton Olrich | 1 | -1/+1 |
2009-11-09 | player_control: removed the "volatile" attribute | Max Kellermann | 1 | -2/+2 |
2009-11-03 | decoder_control: make the song objects const | Max Kellermann | 1 | -1/+1 |
2009-10-31 | decoder_control: removed the global variable "dc" | Max Kellermann | 1 | -1/+3 |
2009-10-31 | player_control: protect command, state, error with a mutex | Max Kellermann | 1 | -4/+74 |
2009-10-23 | output_plugin: added methods enable() and disable() | Max Kellermann | 1 | -0/+9 |
2009-10-08 | player_thread: get "elapsed" from audio outputs | Max Kellermann | 1 | -0/+6 |
2009-10-08 | player_control: eliminate PLAYER_COMMAND_PLAY | Max Kellermann | 1 | -1/+0 |
2009-10-08 | player_control: no CamelCase | Max Kellermann | 1 | -15/+24 |
2009-10-08 | player_control: bundle "get" functions in pc_get_status() | Max Kellermann | 1 | -11/+10 |
2009-10-08 | player_control: allocate getPlayerErrorStr() result | Max Kellermann | 1 | -0/+5 |
2009-07-06 | output: use the software mixer plugin | Max Kellermann | 1 | -3/+0 |
2009-05-06 | player_control: renamed playerSeek(), return bool | Max Kellermann | 1 | -2/+8 |
2009-03-30 | player_control: remove unused function playerCurrentDecodeSong(). | Avuton Olrich | 1 | -3/+0 |
2009-03-13 | all: Update copyright header. | Avuton Olrich | 1 | -6/+7 |
2009-03-06 | pipe: added music_buffer, rewrite music_pipe | Max Kellermann | 1 | -1/+3 |
2009-01-25 | player_control: added player_control.thread | Max Kellermann | 1 | -0/+4 |
2009-01-16 | player_control: fix shadow warning with older gcc | Max Kellermann | 1 | -1/+1 |
2008-12-17 | playlist: clear pc.errored_song on delete | Max Kellermann | 1 | -0/+8 |
2008-11-03 | player: converted PLAYER_ERROR_* to enum | Max Kellermann | 1 | -8/+10 |
2008-11-03 | player: removed "volatile" attributes | Max Kellermann | 1 | -6/+6 |
2008-11-03 | player: no CamelCase | Max Kellermann | 1 | -7/+7 |
2008-10-31 | added prefix to header macros | Max Kellermann | 1 | -2/+2 |
2008-10-12 | player: added commands QUEUE and CANCEL | Max Kellermann | 1 | -42/+15 |
2008-10-11 | player: removed player_control.fileTime | Max Kellermann | 1 | -1/+0 |
2008-10-10 | player: added player_get_audio_format() | Max Kellermann | 1 | -5/+5 |
2008-10-10 | player: added player_control.audio_format | Max Kellermann | 1 | -5/+4 |
2008-10-08 | don't include os_compat.h | Max Kellermann | 1 | -1/+2 |
2008-10-08 | notify: removed the "Notify" typedef | Max Kellermann | 1 | -1/+1 |
2008-10-08 | song: converted typedef Song to struct song | Max Kellermann | 1 | -7/+10 |
2008-09-29 | assume stdint.h and stddef.h are available | Max Kellermann | 1 | -1/+0 |
2008-09-29 | switch to C99 types, part II | Max Kellermann | 1 | -7/+7 |
2008-09-24 | notify: added notify_deinit() | Max Kellermann | 1 | -0/+2 |
2008-08-26 | moved player_command_finished() to player_thread.c | Max Kellermann | 1 | -2/+0 |
2008-08-26 | moved code to pc_init(), dc_init() | Max Kellermann | 1 | -0/+4 |
2008-08-26 | renamed player.c to player_control.c | Max Kellermann | 1 | -0/+0 |
2008-08-26 | no commandError() in playerSeek() | Max Kellermann | 1 | -1/+1 |
2008-08-26 | moved global variable "pc" to player.h | Max Kellermann | 1 | -2/+4 |
2008-08-26 | don't call playerStop() before playerPlay() | Max Kellermann | 1 | -2/+0 |
2008-08-26 | queueSong() cannot fail | Max Kellermann | 1 | -1/+1 |
2008-08-26 | document the PLAYER_QUEUE_ constants | Max Kellermann | 1 | -0/+15 |
2008-08-26 | added enum player_queue_state | Max Kellermann | 1 | -9/+11 |
2008-08-26 | rewrote playerKill() | Max Kellermann | 1 | -0/+1 |
2008-08-26 | player: no "fd" and no return value | Max Kellermann | 1 | -5/+5 |
2008-08-26 | converted PlayerControl.state to enum | Max Kellermann | 1 | -5/+7 |
2008-08-26 | added PlayerControl.command | Max Kellermann | 1 | -7/+14 |
2008-08-26 | invoke the notify API directly | Max Kellermann | 1 | -4/+0 |
2008-08-26 | added dc.next_song, renamed pc.current_song | Max Kellermann | 1 | -1/+1 |
2008-08-26 | clean up CPP includes | Max Kellermann | 1 | -1/+1 |