| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'v0.16.x' | Max Kellermann | 2011-10-06 | 1 | -29/+68 |
|\ |
|
| * | player_thread: add flag "output_open", fixes assertion failure | Max Kellermann | 2011-10-06 | 1 | -5/+17 |
| * | player_thread: move code to player_open_output() | Max Kellermann | 2011-10-06 | 1 | -22/+37 |
| * | player_thread: handle SEEK while not playing | Max Kellermann | 2011-10-06 | 1 | -2/+10 |
| * | decoder_control: add attributes start_ms, end_ms | Max Kellermann | 2011-10-05 | 1 | -1/+3 |
* | | Merge branch 'v0.16.x' | Max Kellermann | 2011-09-22 | 1 | -10/+0 |
|\| |
|
| * | decoder_api: emulate SEEK command for initial seek to CUE track | Max Kellermann | 2011-09-22 | 1 | -10/+0 |
* | | Merge branch 'v0.16.x' | Max Kellermann | 2011-07-20 | 1 | -0/+2 |
|\| |
|
| * | player_thread: lock the player while setting the bite_rate | Max Kellermann | 2011-07-20 | 1 | -0/+2 |
* | | fix common misspellings | Jonathan Neuschäfer | 2011-03-31 | 1 | -1/+1 |
* | | copyright year 2011 | Max Kellermann | 2011-01-29 | 1 | -1/+1 |
* | | decoder_control: store GCond object, not a player_control | Max Kellermann | 2011-01-10 | 1 | -1/+1 |
* | | decoder_control: replace dc_init() with dc_new() | Max Kellermann | 2011-01-10 | 1 | -6/+5 |
* | | player_control: removed the global variable "pc" | Max Kellermann | 2011-01-10 | 1 | -148/+164 |
|/ |
|
* | player_thread: discard empty chunks while cross-fading | Max Kellermann | 2011-01-07 | 1 | -0/+13 |
* | player_thread: fix assertion failure due to early seek | Max Kellermann | 2011-01-07 | 1 | -0/+4 |
* | player_thread: make variables more local | Max Kellermann | 2011-01-07 | 1 | -36/+19 |
* | Merge release 0.15.14 from branch 'v0.15.x' | Max Kellermann | 2010-11-07 | 1 | -18/+42 |
|\ |
|
| * | player_thread: fix assertion failure due to wrong music pipe on seek | Max Kellermann | 2010-11-05 | 1 | -0/+8 |
| * | decoder_control: pass music_pipe to dc_start() | Max Kellermann | 2010-11-05 | 1 | -6/+5 |
| * | player_thread: add helper function player_dc_at_next_song() | Max Kellermann | 2010-11-05 | 1 | -6/+33 |
| * | pipe: add helper function music_pipe_empty() | Max Kellermann | 2010-11-05 | 1 | -2/+2 |
* | | eliminate g_error() usage | Thomas Jansen | 2010-09-25 | 1 | -1/+2 |
* | | mixramp: Adjust MixRamp threshold to account for ReplayGain. | Tim Phipps | 2010-05-08 | 1 | -0/+2 |
* | | player_thread: move cross-fading to output thread | Max Kellermann | 2010-05-02 | 1 | -8/+4 |
* | | Merge release 0.15.9 from branch 'v0.15.x' | Max Kellermann | 2010-03-28 | 1 | -0/+27 |
|\| |
|
| * | player_thread: postpone song tags during cross-fade | Max Kellermann | 2010-03-17 | 1 | -0/+27 |
* | | Add support for MixRamp tags | Tim Phipps | 2010-03-21 | 1 | -2/+14 |
* | | output: added option "always_on" for radio stations | Max Kellermann | 2010-03-10 | 1 | -1/+1 |
* | | output_all: reset elapsed_time at song border | Max Kellermann | 2010-01-02 | 1 | -0/+2 |
* | | Update copyright notices. | Avuton Olrich | 2009-12-31 | 1 | -1/+1 |
* | | decoder, player: support song ranges | Max Kellermann | 2009-12-27 | 1 | -3/+31 |
* | | song: added function song_get_duration() | Max Kellermann | 2009-12-26 | 1 | -2/+1 |
* | | fixed several gcc warnings on unused debug variables | Max Kellermann | 2009-12-14 | 1 | -1/+1 |
* | | player_thread: corrected two assertions on "queued" | Max Kellermann | 2009-11-14 | 1 | -2/+2 |
* | | player_thread: initialize chunk->times in silence generator | Max Kellermann | 2009-11-12 | 1 | -0/+1 |
* | | include config.h in all sources | Max Kellermann | 2009-11-12 | 1 | -0/+1 |
* | | player_thread: drain audio outputs at the end of the playlist | Max Kellermann | 2009-11-09 | 1 | -1/+5 |
* | | player_thread: on return, reset next_song only if queued | Max Kellermann | 2009-11-03 | 1 | -3/+7 |
* | | player_thread: detect finished queued song | Max Kellermann | 2009-11-03 | 1 | -1/+2 |
* | | player_thread: moved code to decoding_next_song() | Max Kellermann | 2009-11-03 | 1 | -4/+15 |
* | | player_thread: lock player in player_check_decoder_startup() | Max Kellermann | 2009-11-03 | 1 | -0/+8 |
* | | decoder_control: pass pipe and buffer to dc_start() | Max Kellermann | 2009-11-03 | 1 | -10/+5 |
* | | player_thread: lock inside player_wait_for_decoder() | Max Kellermann | 2009-11-03 | 1 | -7/+17 |
* | | player_thread: moved code to player_dc_start() | Max Kellermann | 2009-11-03 | 1 | -5/+20 |
* | | decoder_control: merge next_song and current_song | Max Kellermann | 2009-11-03 | 1 | -9/+3 |
* | | player_thread: don't set errored_song on audio error | Max Kellermann | 2009-11-03 | 1 | -2/+0 |
* | | player_thread: don't start the decoder asynchronously | Max Kellermann | 2009-11-03 | 1 | -4/+2 |
* | | player_thread: check command before waiting during pause | Max Kellermann | 2009-11-02 | 1 | -1/+3 |
* | | decoder_control: removed the global variable "dc" | Max Kellermann | 2009-10-31 | 1 | -71/+88 |