aboutsummaryrefslogtreecommitdiff
path: root/src/player_thread.c
Commit message (Expand)AuthorAge
* {decoder,player}_thread: convert to C++Max Kellermann2013-01-02
* main: use C++ compilerMax Kellermann2012-09-28
* Merge branch 'v0.17.x'Max Kellermann2012-08-25
|\
| * player_thread: disable cross-fading in "single" modeMax Kellermann2012-08-25
* | player_control: duplicate the song objectMax Kellermann2012-08-15
* | decoder_control: duplicate the song objectMax Kellermann2012-08-15
* | Merge branch 'v0.17.x'Max Kellermann2012-08-15
|\|
| * player_thread: add local variable "start_ms"Max Kellermann2012-08-15
* | decoder_control: add function _is_current_song()Max Kellermann2012-08-15
* | player_control: add GError attributeMax Kellermann2012-08-08
* | output_all: add basic GError supportMax Kellermann2012-08-08
* | player_control: rename attribute "error" to "error_type"Max Kellermann2012-08-08
* | player_control: rename player_error enum valuesMax Kellermann2012-08-08
|/
* Merge branch 'v0.16.x'Max Kellermann2011-10-06
|\
| * player_thread: add flag "output_open", fixes assertion failureMax Kellermann2011-10-06
| * player_thread: move code to player_open_output()Max Kellermann2011-10-06
| * player_thread: handle SEEK while not playingMax Kellermann2011-10-06
| * decoder_control: add attributes start_ms, end_msMax Kellermann2011-10-05
* | Merge branch 'v0.16.x'Max Kellermann2011-09-22
|\|
| * decoder_api: emulate SEEK command for initial seek to CUE trackMax Kellermann2011-09-22
* | Merge branch 'v0.16.x'Max Kellermann2011-07-20
|\|
| * player_thread: lock the player while setting the bite_rateMax Kellermann2011-07-20
* | fix common misspellingsJonathan Neuschäfer2011-03-31
* | copyright year 2011Max Kellermann2011-01-29
* | decoder_control: store GCond object, not a player_controlMax Kellermann2011-01-10
* | decoder_control: replace dc_init() with dc_new()Max Kellermann2011-01-10
* | player_control: removed the global variable "pc"Max Kellermann2011-01-10
|/
* player_thread: discard empty chunks while cross-fadingMax Kellermann2011-01-07
* player_thread: fix assertion failure due to early seekMax Kellermann2011-01-07
* player_thread: make variables more localMax Kellermann2011-01-07
* Merge release 0.15.14 from branch 'v0.15.x'Max Kellermann2010-11-07
|\
| * player_thread: fix assertion failure due to wrong music pipe on seekMax Kellermann2010-11-05
| * decoder_control: pass music_pipe to dc_start()Max Kellermann2010-11-05
| * player_thread: add helper function player_dc_at_next_song()Max Kellermann2010-11-05
| * pipe: add helper function music_pipe_empty()Max Kellermann2010-11-05
* | eliminate g_error() usageThomas Jansen2010-09-25
* | mixramp: Adjust MixRamp threshold to account for ReplayGain.Tim Phipps2010-05-08
* | player_thread: move cross-fading to output threadMax Kellermann2010-05-02
* | Merge release 0.15.9 from branch 'v0.15.x'Max Kellermann2010-03-28
|\|
| * player_thread: postpone song tags during cross-fadeMax Kellermann2010-03-17
* | Add support for MixRamp tagsTim Phipps2010-03-21
* | output: added option "always_on" for radio stationsMax Kellermann2010-03-10
* | output_all: reset elapsed_time at song borderMax Kellermann2010-01-02
* | Update copyright notices.Avuton Olrich2009-12-31
* | decoder, player: support song rangesMax Kellermann2009-12-27
* | song: added function song_get_duration()Max Kellermann2009-12-26
* | fixed several gcc warnings on unused debug variablesMax Kellermann2009-12-14
* | player_thread: corrected two assertions on "queued"Max Kellermann2009-11-14
* | player_thread: initialize chunk->times in silence generatorMax Kellermann2009-11-12
* | include config.h in all sourcesMax Kellermann2009-11-12