| Commit message (Expand) | Author | Files | Lines |
2010-01-02 | output_all: reset elapsed_time at song border | Max Kellermann | 1 | -0/+2 |
2009-12-31 | Update copyright notices. | Avuton Olrich | 1 | -1/+1 |
2009-12-27 | decoder, player: support song ranges | Max Kellermann | 1 | -3/+31 |
2009-12-26 | song: added function song_get_duration() | Max Kellermann | 1 | -2/+1 |
2009-12-14 | fixed several gcc warnings on unused debug variables | Max Kellermann | 1 | -1/+1 |
2009-11-14 | player_thread: corrected two assertions on "queued" | Max Kellermann | 1 | -2/+2 |
2009-11-12 | player_thread: initialize chunk->times in silence generator | Max Kellermann | 1 | -0/+1 |
2009-11-12 | include config.h in all sources | Max Kellermann | 1 | -0/+1 |
2009-11-09 | player_thread: drain audio outputs at the end of the playlist | Max Kellermann | 1 | -1/+5 |
2009-11-03 | player_thread: on return, reset next_song only if queued | Max Kellermann | 1 | -3/+7 |
2009-11-03 | player_thread: detect finished queued song | Max Kellermann | 1 | -1/+2 |
2009-11-03 | player_thread: moved code to decoding_next_song() | Max Kellermann | 1 | -4/+15 |
2009-11-03 | player_thread: lock player in player_check_decoder_startup() | Max Kellermann | 1 | -0/+8 |
2009-11-03 | decoder_control: pass pipe and buffer to dc_start() | Max Kellermann | 1 | -10/+5 |
2009-11-03 | player_thread: lock inside player_wait_for_decoder() | Max Kellermann | 1 | -7/+17 |
2009-11-03 | player_thread: moved code to player_dc_start() | Max Kellermann | 1 | -5/+20 |
2009-11-03 | decoder_control: merge next_song and current_song | Max Kellermann | 1 | -9/+3 |
2009-11-03 | player_thread: don't set errored_song on audio error | Max Kellermann | 1 | -2/+0 |
2009-11-03 | player_thread: don't start the decoder asynchronously | Max Kellermann | 1 | -4/+2 |
2009-11-02 | player_thread: check command before waiting during pause | Max Kellermann | 1 | -1/+3 |
2009-10-31 | decoder_control: removed the global variable "dc" | Max Kellermann | 1 | -71/+88 |
2009-10-31 | player_thread: simplified thread destruction | Max Kellermann | 1 | -4/+2 |
2009-10-31 | player_control: protect command, state, error with a mutex | Max Kellermann | 1 | -27/+113 |
2009-10-30 | {player,output}_thread: fixed elapsed_time quirks | Max Kellermann | 1 | -0/+16 |
2009-10-29 | player_thread: set error status in play_next_chunk() | Max Kellermann | 1 | -4/+3 |
2009-10-23 | output_plugin: added methods enable() and disable() | Max Kellermann | 1 | -0/+10 |
2009-10-15 | player_thread: don't call audio_output_all_check() if paused | Max Kellermann | 1 | -1/+2 |
2009-10-13 | song: renamed attribute "url" to "uri" | Max Kellermann | 1 | -4/+4 |
2009-10-08 | player_thread: get "elapsed" from audio outputs | Max Kellermann | 1 | -4/+13 |
2009-10-08 | player_thread: always clear player_control.next_song on return | Max Kellermann | 1 | -5/+3 |
2009-10-08 | player_control: eliminate PLAYER_COMMAND_PLAY | Max Kellermann | 1 | -2/+0 |
2009-08-13 | decoder_control: protect command, state with a mutex | Max Kellermann | 1 | -7/+23 |
2009-07-23 | player_thread: don't use precalculated size_to_time | Max Kellermann | 1 | -13/+4 |
2009-07-23 | player_thread: moved code to update_song_tag() | Max Kellermann | 1 | -19/+27 |
2009-07-06 | player_thread: log played song in "default" log mode | Sébastien Houzé | 1 | -0/+6 |
2009-07-06 | output: use the software mixer plugin | Max Kellermann | 1 | -14/+0 |
2009-06-02 | player_thread: check pipe size again before exiting | Max Kellermann | 1 | -1/+5 |
2009-06-02 | player_thread: don't leak empty music_chunks | Max Kellermann | 1 | -1/+3 |
2009-05-29 | player_thread: reinitialize music_buffer in !NDEBUG | Max Kellermann | 1 | -0/+9 |
2009-04-25 | player_thread: pause when all audio outputs fail to play | Max Kellermann | 1 | -2/+7 |
2009-04-25 | player_thread: pause when output fails while seeking | Max Kellermann | 1 | -7/+11 |
2009-03-25 | player_thread: wait for decoder before seeking | Max Kellermann | 1 | -0/+11 |
2009-03-25 | output_all: moved code to audio_output_all_wait() | Max Kellermann | 1 | -10/+2 |
2009-03-17 | player_thread: ignore time stamp on empty chunks | Max Kellermann | 1 | -3/+6 |
2009-03-13 | all: Update copyright header. | Avuton Olrich | 1 | -3/+4 |
2009-03-11 | player_thread: added comments | Max Kellermann | 1 | -21/+69 |
2009-03-11 | player_thread: removed player_stop_decoder() | Max Kellermann | 1 | -14/+6 |
2009-03-11 | player_thread: don't call dc_stop() twice | Max Kellermann | 1 | -3/+1 |
2009-03-10 | player_thread: fill buffer after seeking | Max Kellermann | 1 | -3/+9 |
2009-03-10 | player_thread: pass format to audio_output_all_open() after resume | Max Kellermann | 1 | -8/+12 |