aboutsummaryrefslogtreecommitdiffstats
path: root/src/player_thread.c (unfollow)
Commit message (Expand)AuthorFilesLines
2013-04-08player_control: don't emit IDLE_PLAYER before audio format is knownMax Kellermann1-0/+4
2013-02-04player_thread: implement missing "idle" events on output errorsMax Kellermann1-1/+9
2013-01-02{decoder,player}_thread: convert to C++Max Kellermann1-1197/+0
2012-09-28main: use C++ compilerMax Kellermann1-1/+1
2012-08-25player_thread: disable cross-fading in "single" modeMax Kellermann1-1/+14
2012-08-15player_control: duplicate the song objectMax Kellermann1-2/+24
2012-08-15decoder_control: duplicate the song objectMax Kellermann1-1/+1
2012-08-15player_thread: add local variable "start_ms"Max Kellermann1-1/+3
2012-08-15decoder_control: add function _is_current_song()Max Kellermann1-1/+1
2012-08-08player_control: add GError attributeMax Kellermann1-10/+8
2012-08-08output_all: add basic GError supportMax Kellermann1-5/+19
2012-08-08player_control: rename attribute "error" to "error_type"Max Kellermann1-4/+4
2012-08-08player_control: rename player_error enum valuesMax Kellermann1-4/+4
2011-10-06player_thread: add flag "output_open", fixes assertion failureMax Kellermann1-5/+17
2011-10-06player_thread: move code to player_open_output()Max Kellermann1-22/+37
2011-10-06player_thread: handle SEEK while not playingMax Kellermann1-2/+10
2011-10-05decoder_control: add attributes start_ms, end_msMax Kellermann1-1/+3
2011-09-22decoder_api: emulate SEEK command for initial seek to CUE trackMax Kellermann1-10/+0
2011-07-20player_thread: lock the player while setting the bite_rateMax Kellermann1-0/+2
2011-03-31fix common misspellingsJonathan Neuschäfer1-1/+1
2011-01-29copyright year 2011Max Kellermann1-1/+1
2011-01-10decoder_control: store GCond object, not a player_controlMax Kellermann1-1/+1
2011-01-10decoder_control: replace dc_init() with dc_new()Max Kellermann1-6/+5
2011-01-10player_control: removed the global variable "pc"Max Kellermann1-148/+164
2011-01-07player_thread: discard empty chunks while cross-fadingMax Kellermann1-0/+13
2011-01-07player_thread: fix assertion failure due to early seekMax Kellermann1-0/+4
2011-01-07player_thread: make variables more localMax Kellermann1-36/+19
2010-11-05player_thread: fix assertion failure due to wrong music pipe on seekMax Kellermann1-0/+8
2010-11-05decoder_control: pass music_pipe to dc_start()Max Kellermann1-6/+5
2010-11-05player_thread: add helper function player_dc_at_next_song()Max Kellermann1-6/+33
2010-11-05pipe: add helper function music_pipe_empty()Max Kellermann1-2/+2
2010-09-25eliminate g_error() usageThomas Jansen1-1/+2
2010-05-08mixramp: Adjust MixRamp threshold to account for ReplayGain.Tim Phipps1-0/+2
2010-05-02player_thread: move cross-fading to output threadMax Kellermann1-8/+4
2010-03-21Add support for MixRamp tagsTim Phipps1-2/+14
2010-03-17player_thread: postpone song tags during cross-fadeMax Kellermann1-0/+27
2010-03-10output: added option "always_on" for radio stationsMax Kellermann1-1/+1
2010-01-02output_all: reset elapsed_time at song borderMax Kellermann1-0/+2
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-12-27decoder, player: support song rangesMax Kellermann1-3/+31
2009-12-26song: added function song_get_duration()Max Kellermann1-2/+1
2009-12-14fixed several gcc warnings on unused debug variablesMax Kellermann1-1/+1
2009-11-14player_thread: corrected two assertions on "queued"Max Kellermann1-2/+2
2009-11-12player_thread: initialize chunk->times in silence generatorMax Kellermann1-0/+1
2009-11-12include config.h in all sourcesMax Kellermann1-0/+1
2009-11-09player_thread: drain audio outputs at the end of the playlistMax Kellermann1-1/+5
2009-11-03player_thread: on return, reset next_song only if queuedMax Kellermann1-3/+7
2009-11-03player_thread: detect finished queued songMax Kellermann1-1/+2
2009-11-03player_thread: moved code to decoding_next_song()Max Kellermann1-4/+15
2009-11-03player_thread: lock player in player_check_decoder_startup()Max Kellermann1-0/+8