| Commit message (Expand) | Author | Files | Lines |
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 | output_control: removed audio_output_signal() | Max Kellermann | 2 | -14/+0 |
2009-03-10 | Cleaned up update_regular_file() method in update.c | Jochen Keil | 1 | -83/+88 |
2009-03-10 | alsa: use snd_pcm_sframes_t instead of int | Max Kellermann | 1 | -2/+1 |
2009-03-10 | alsa: don't close PCM handle in alsa_recover() | Max Kellermann | 1 | -13/+3 |
2009-03-10 | player_thread: fill buffer after seeking | Max Kellermann | 1 | -3/+9 |
2009-03-10 | output_all: clear input_audio_format on close | Max Kellermann | 1 | -0/+2 |
2009-03-10 | output_all: don't allow audio_format==NULL in audio_output_all_open() | Max Kellermann | 1 | -5/+3 |
2009-03-10 | player_thread: pass format to audio_output_all_open() after resume | Max Kellermann | 1 | -8/+12 |
2009-03-10 | player_thread: moved code to player_send_silence() | Max Kellermann | 1 | -22/+39 |
2009-03-10 | output_thread: check commands while playing | Max Kellermann | 1 | -1/+1 |
2009-03-10 | player_thread: finish failed seek command | Max Kellermann | 1 | -1/+5 |
2009-03-10 | player_thread: clear player.queued after failure | Max Kellermann | 1 | -0/+1 |
2009-03-10 | player_thread: moved code to player_seek_decoder() | Max Kellermann | 1 | -12/+15 |
2009-03-10 | music_chunk: increased chunk size to 4 kB | Max Kellermann | 1 | -2/+1 |
2009-03-10 | player_thread: don't free music buffer after decoder failure | Max Kellermann | 1 | -1/+0 |
2009-03-09 | output: play from a music_pipe object | Max Kellermann | 8 | -113/+378 |
2009-03-09 | player_thread: don't open audio device when paused | Max Kellermann | 1 | -4/+2 |
2009-03-09 | music_pipe: added music_pipe_contains() | Max Kellermann | 2 | -0/+30 |
2009-03-09 | player_thread: moved code to player_song_border() | Max Kellermann | 1 | -6/+19 |
2009-03-09 | player_thread: moved code to play_next_chunk() | Max Kellermann | 1 | -73/+103 |
2009-03-09 | player_thread: make the music_buffer instance global | Max Kellermann | 1 | -14/+15 |
2009-03-09 | output_control: make audio_output_open() static | Max Kellermann | 2 | -5/+1 |
2009-03-09 | music_buffer: poison unallocated chunks | Max Kellermann | 1 | -0/+5 |
2009-03-09 | poison: added valgrind support | Max Kellermann | 1 | -0/+14 |
2009-03-09 | added memory poisoning library | Max Kellermann | 1 | -0/+61 |
2009-03-09 | output_thread: wait 10 seconds before reopening after play failure | Max Kellermann | 1 | -0/+4 |
2009-03-09 | Fix remove-flac-song-on-every-update | Jochen Keil | 1 | -7/+7 |
2009-03-09 | Initial support for embedded cue sheets found in flac files | Jochen Keil | 4 | -7/+464 |
2009-03-09 | decoder_plugin: added method container_scan() | Jochen Keil | 5 | -20/+136 |
2009-03-08 | music_chunk: added assertions on the audio format | Max Kellermann | 5 | -0/+89 |
2009-03-08 | output_thread: print "closed" debug message | Max Kellermann | 1 | -0/+2 |
2009-03-08 | alsa: determine buffer_time if not already known | Max Kellermann | 1 | -0/+5 |
2009-03-08 | alsa: better period_time default value for high sample rates | Max Kellermann | 1 | -3/+8 |
2009-03-07 | output_all: fix boolean short circuit in update() | Max Kellermann | 1 | -2/+2 |
2009-03-07 | player_thread: moved code to player_check_decoder_startup() | Max Kellermann | 1 | -40/+69 |
2009-03-07 | music_pipe: refuse to push empty chunks | Max Kellermann | 1 | -0/+4 |
2009-03-07 | decoder_internal: don't push empty chunk into pipe | Max Kellermann | 1 | -1/+6 |
2009-03-07 | chunk: added music_chunk_is_empty() | Max Kellermann | 1 | -0/+6 |
2009-03-07 | music_pipe: poison music_chunk.next | Max Kellermann | 1 | -0/+5 |
2009-03-07 | music_pipe: added music_pipe_peek() | Max Kellermann | 2 | -0/+13 |
2009-03-07 | output_all: audio_output_all_update() returns bool | Max Kellermann | 3 | -6/+19 |
2009-03-07 | pulse_mixer: allow mpd to reconnect to the pulse mixer | David Guibert | 1 | -29/+24 |
2009-03-07 | pulse_mixer: added missing copyright header | Max Kellermann | 1 | -0/+18 |
2009-03-07 | pulse_mixer: added GLib log domain | Max Kellermann | 1 | -14/+16 |
2009-03-07 | pulse: clean up includes | Max Kellermann | 1 | -2/+4 |
2009-03-07 | pulse mixer | David Guibert | 3 | -0/+294 |
2009-03-07 | mixer: check for init() failures | Max Kellermann | 1 | -1/+1 |
2009-03-06 | curl: reverse GLIB_CHECK_VERSION() | Max Kellermann | 1 | -1/+1 |