| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | player_thread: pass format to audio_output_all_open() after resume | Max Kellermann | 2009-03-10 | 1 | -8/+12 |
* | player_thread: moved code to player_send_silence() | Max Kellermann | 2009-03-10 | 1 | -22/+39 |
* | output_thread: check commands while playing | Max Kellermann | 2009-03-10 | 1 | -1/+1 |
* | player_thread: finish failed seek command | Max Kellermann | 2009-03-10 | 1 | -1/+5 |
* | player_thread: clear player.queued after failure | Max Kellermann | 2009-03-10 | 1 | -0/+1 |
* | player_thread: moved code to player_seek_decoder() | Max Kellermann | 2009-03-10 | 1 | -12/+15 |
* | music_chunk: increased chunk size to 4 kB | Max Kellermann | 2009-03-10 | 1 | -2/+1 |
* | test: added program "run_output" | Max Kellermann | 2009-03-10 | 3 | -0/+191 |
* | Makefile.am: moved file names to $(OUTPUT_API_SRC) | Max Kellermann | 2009-03-10 | 1 | -3/+5 |
* | player_thread: don't free music buffer after decoder failure | Max Kellermann | 2009-03-10 | 1 | -1/+0 |
* | output: play from a music_pipe object | Max Kellermann | 2009-03-09 | 8 | -113/+378 |
* | player_thread: don't open audio device when paused | Max Kellermann | 2009-03-09 | 1 | -4/+2 |
* | music_pipe: added music_pipe_contains() | Max Kellermann | 2009-03-09 | 2 | -0/+30 |
* | player_thread: moved code to player_song_border() | Max Kellermann | 2009-03-09 | 1 | -6/+19 |
* | player_thread: moved code to play_next_chunk() | Max Kellermann | 2009-03-09 | 1 | -73/+103 |
* | player_thread: make the music_buffer instance global | Max Kellermann | 2009-03-09 | 1 | -14/+15 |
* | output_control: make audio_output_open() static | Max Kellermann | 2009-03-09 | 2 | -5/+1 |
* | music_buffer: poison unallocated chunks | Max Kellermann | 2009-03-09 | 1 | -0/+5 |
* | poison: added valgrind support | Max Kellermann | 2009-03-09 | 2 | -0/+15 |
* | added memory poisoning library | Max Kellermann | 2009-03-09 | 2 | -0/+62 |
* | output_thread: wait 10 seconds before reopening after play failure | Max Kellermann | 2009-03-09 | 2 | -0/+5 |
* | Fix remove-flac-song-on-every-update | Jochen Keil | 2009-03-09 | 1 | -7/+7 |
* | Initial support for embedded cue sheets found in flac files | Jochen Keil | 2009-03-09 | 4 | -7/+464 |
* | decoder_plugin: added method container_scan() | Jochen Keil | 2009-03-09 | 5 | -20/+136 |
* | music_chunk: added assertions on the audio format | Max Kellermann | 2009-03-08 | 5 | -0/+89 |
* | output_thread: print "closed" debug message | Max Kellermann | 2009-03-08 | 1 | -0/+2 |
* | alsa: determine buffer_time if not already known | Max Kellermann | 2009-03-08 | 1 | -0/+5 |
* | alsa: better period_time default value for high sample rates | Max Kellermann | 2009-03-08 | 2 | -3/+9 |
* | output_all: fix boolean short circuit in update() | Max Kellermann | 2009-03-07 | 1 | -2/+2 |
* | player_thread: moved code to player_check_decoder_startup() | Max Kellermann | 2009-03-07 | 1 | -40/+69 |
* | configure.ac: fix --enable-bzip2 and --enable-iso9660 variable name | Max Kellermann | 2009-03-07 | 1 | -14/+14 |
* | music_pipe: refuse to push empty chunks | Max Kellermann | 2009-03-07 | 1 | -0/+4 |
* | decoder_internal: don't push empty chunk into pipe | Max Kellermann | 2009-03-07 | 1 | -1/+6 |
* | chunk: added music_chunk_is_empty() | Max Kellermann | 2009-03-07 | 1 | -0/+6 |
* | music_pipe: poison music_chunk.next | Max Kellermann | 2009-03-07 | 1 | -0/+5 |
* | music_pipe: added music_pipe_peek() | Max Kellermann | 2009-03-07 | 2 | -0/+13 |
* | output_all: audio_output_all_update() returns bool | Max Kellermann | 2009-03-07 | 3 | -6/+19 |
* | pulse_mixer: allow mpd to reconnect to the pulse mixer | David Guibert | 2009-03-07 | 1 | -29/+24 |
* | AUTHORS: added Romain Bignon, Rasmus Steinke | Max Kellermann | 2009-03-07 | 1 | -9/+17 |
* | pulse_mixer: added missing copyright header | Max Kellermann | 2009-03-07 | 1 | -0/+18 |
* | pulse_mixer: added GLib log domain | Max Kellermann | 2009-03-07 | 1 | -14/+16 |
* | pulse: clean up includes | Max Kellermann | 2009-03-07 | 1 | -2/+4 |
* | pulse mixer | David Guibert | 2009-03-07 | 4 | -0/+295 |
* | mixer: check for init() failures | Max Kellermann | 2009-03-07 | 1 | -1/+1 |
* | configure.ac: fix --enable-X variable names | Max Kellermann | 2009-03-07 | 1 | -6/+6 |
* | configure: global indention and trim line wc to 80 when practical. | Avuton Olrich | 2009-03-06 | 1 | -70/+113 |
* | configure: Move the faad stuff to m4/faad.m4 | Avuton Olrich | 2009-03-06 | 2 | -185/+191 |
* | configure: No capitalization on beginning of help strings. | Avuton Olrich | 2009-03-06 | 2 | -12/+12 |
* | configure: specify that faad2 prefix is optional in the help string | Avuton Olrich | 2009-03-06 | 1 | -1/+1 |
* | configure: trim down the line length for the libOggFLAC help strings | Avuton Olrich | 2009-03-06 | 1 | -4/+16 |