| Commit message (Expand) | Author | Files | Lines |
2011-10-05 | decoder_control: add attributes start_ms, end_ms | Max Kellermann | 1 | -0/+20 |
2011-01-29 | copyright year 2011 | Max Kellermann | 1 | -1/+1 |
2011-01-10 | decoder_control: store GCond object, not a player_control | Max Kellermann | 1 | -9/+7 |
2011-01-10 | decoder_control: remove unused function dc_command_wait() | Max Kellermann | 1 | -3/+0 |
2011-01-10 | decoder_control: replace dc_init() with dc_new() | Max Kellermann | 1 | -3/+4 |
2011-01-10 | player_control: removed the global variable "pc" | Max Kellermann | 1 | -1/+9 |
2010-11-05 | decoder_control: pass music_pipe to dc_start() | Max Kellermann | 1 | -2/+2 |
2010-05-08 | mixramp: Adjust MixRamp threshold to account for ReplayGain. | Tim Phipps | 1 | -0/+2 |
2010-03-21 | Add support for MixRamp tags | Tim Phipps | 1 | -0/+13 |
2009-12-31 | Update copyright notices. | Avuton Olrich | 1 | -1/+1 |
2009-11-03 | decoder_control: pass pipe and buffer to dc_start() | Max Kellermann | 1 | -2/+14 |
2009-11-03 | decoder_control: don't check command in decoder_is_starting() | Max Kellermann | 1 | -5/+3 |
2009-11-03 | decoder_control: merge next_song and current_song | Max Kellermann | 1 | -3/+8 |
2009-11-03 | player_thread: don't start the decoder asynchronously | Max Kellermann | 1 | -3/+0 |
2009-11-03 | decoder_control: make the song objects const | Max Kellermann | 1 | -2/+2 |
2009-10-31 | decoder_control: removed the global variable "dc" | Max Kellermann | 1 | -44/+50 |
2009-10-31 | decoder_control: removed unused DECODE_TYPE macros | Max Kellermann | 1 | -3/+0 |
2009-10-31 | player_control: protect command, state, error with a mutex | Max Kellermann | 1 | -6/+4 |
2009-08-13 | decoder_control: protect command, state with a mutex | Max Kellermann | 1 | -5/+92 |
2009-03-13 | all: Update copyright header. | Avuton Olrich | 1 | -7/+7 |
2009-03-06 | pipe: added music_buffer, rewrite music_pipe | Max Kellermann | 1 | -0/+6 |
2009-02-15 | decoder_api: moved enum decoder_command to decoder_command.h | Max Kellermann | 1 | -2/+1 |
2009-01-25 | decoder_control: added decoder_control.thread | Max Kellermann | 1 | -1/+5 |
2008-12-28 | decoder: terminate decoder thread before MPD cleanup | Max Kellermann | 1 | -0/+4 |
2008-11-08 | decoder: converted dc.error to a dc.state value | Max Kellermann | 1 | -12/+30 |
2008-11-03 | decoder: converted DECODE_ERROR_* to enum | Max Kellermann | 1 | -4/+6 |
2008-11-03 | decoder: removed "volatile" modifier | Max Kellermann | 1 | -2/+2 |
2008-11-03 | decoder: no CamelCase | Max Kellermann | 1 | -3/+3 |
2008-11-02 | decoder: replaced music_pipe.audioFormat with dc.out_audio_format | Max Kellermann | 1 | -1/+7 |
2008-10-31 | added prefix to header macros | Max Kellermann | 1 | -2/+2 |
2008-10-30 | decoder: use bool for return values and flags | Max Kellermann | 1 | -5/+5 |
2008-10-08 | notify: removed the "Notify" typedef | Max Kellermann | 1 | -5/+8 |
2008-10-08 | song: converted typedef Song to struct song | Max Kellermann | 1 | -6/+8 |
2008-09-29 | switch to C99 types, part II | Max Kellermann | 1 | -3/+3 |
2008-09-24 | notify: added notify_deinit() | Max Kellermann | 1 | -0/+2 |
2008-09-07 | audio_format: converted typedef AudioFormat to struct audio_format | Max Kellermann | 1 | -1/+1 |
2008-08-26 | moved code to pc_init(), dc_init() | Max Kellermann | 1 | -0/+2 |
2008-08-26 | renamed decode.h to decoder_control.h | Max Kellermann | 1 | -0/+1 |
2008-08-26 | renamed decode.c to decoder_thread.c | Max Kellermann | 1 | -2/+0 |
2008-08-26 | moved enum decoder_command to decoder_api.h | Max Kellermann | 1 | -7/+1 |
2008-08-26 | moved variable "dc" to decode.h | Max Kellermann | 1 | -12/+14 |
2008-08-26 | hide DecoderControl accesses in inline functions | Max Kellermann | 1 | -0/+21 |
2008-08-26 | added decoder_control.c | Max Kellermann | 1 | -0/+10 |
2008-08-26 | moved code to player_thread.c | Max Kellermann | 1 | -2/+0 |
2008-08-26 | added decoder_command_finished() to decoder_api.h | Max Kellermann | 1 | -7/+0 |
2008-08-26 | moved struct AudioFormat to audio_format.h | Max Kellermann | 1 | -1/+1 |
2008-08-26 | invoke the notify API directly | Max Kellermann | 1 | -4/+0 |
2008-08-26 | added dc_command_finished() | Max Kellermann | 1 | -0/+7 |
2008-08-26 | merged start, stop, seek into DecoderControl.command | Max Kellermann | 1 | -3/+8 |
2008-08-26 | added dc.next_song, renamed pc.current_song | Max Kellermann | 1 | -0/+1 |