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