aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* added memory poisoning libraryMax Kellermann2009-03-092-0/+62
* output_thread: wait 10 seconds before reopening after play failureMax Kellermann2009-03-092-0/+5
* Fix remove-flac-song-on-every-updateJochen Keil2009-03-091-7/+7
* Initial support for embedded cue sheets found in flac filesJochen Keil2009-03-094-7/+464
* decoder_plugin: added method container_scan()Jochen Keil2009-03-095-20/+136
* music_chunk: added assertions on the audio formatMax Kellermann2009-03-085-0/+89
* output_thread: print "closed" debug messageMax Kellermann2009-03-081-0/+2
* alsa: determine buffer_time if not already knownMax Kellermann2009-03-081-0/+5
* alsa: better period_time default value for high sample ratesMax Kellermann2009-03-082-3/+9
* output_all: fix boolean short circuit in update()Max Kellermann2009-03-071-2/+2
* player_thread: moved code to player_check_decoder_startup()Max Kellermann2009-03-071-40/+69
* configure.ac: fix --enable-bzip2 and --enable-iso9660 variable nameMax Kellermann2009-03-071-14/+14
* music_pipe: refuse to push empty chunksMax Kellermann2009-03-071-0/+4
* decoder_internal: don't push empty chunk into pipeMax Kellermann2009-03-071-1/+6
* chunk: added music_chunk_is_empty()Max Kellermann2009-03-071-0/+6
* music_pipe: poison music_chunk.nextMax Kellermann2009-03-071-0/+5
* music_pipe: added music_pipe_peek()Max Kellermann2009-03-072-0/+13
* output_all: audio_output_all_update() returns boolMax Kellermann2009-03-073-6/+19
* pulse_mixer: allow mpd to reconnect to the pulse mixerDavid Guibert2009-03-071-29/+24
* AUTHORS: added Romain Bignon, Rasmus SteinkeMax Kellermann2009-03-071-9/+17
* pulse_mixer: added missing copyright headerMax Kellermann2009-03-071-0/+18
* pulse_mixer: added GLib log domainMax Kellermann2009-03-071-14/+16
* pulse: clean up includesMax Kellermann2009-03-071-2/+4
* pulse mixerDavid Guibert2009-03-074-0/+295
* mixer: check for init() failuresMax Kellermann2009-03-071-1/+1
* configure.ac: fix --enable-X variable namesMax Kellermann2009-03-071-6/+6
* configure: global indention and trim line wc to 80 when practical.Avuton Olrich2009-03-061-70/+113
* configure: Move the faad stuff to m4/faad.m4Avuton Olrich2009-03-062-185/+191
* configure: No capitalization on beginning of help strings.Avuton Olrich2009-03-062-12/+12
* configure: specify that faad2 prefix is optional in the help stringAvuton Olrich2009-03-061-1/+1
* configure: trim down the line length for the libOggFLAC help stringsAvuton Olrich2009-03-061-4/+16
* configure: trim down the line length for the faad help stringsAvuton Olrich2009-03-061-3/+15
* configure: trim down the line length for the zeroconf help stringAvuton Olrich2009-03-061-4/+10
* configure: trim down the line length for the lame argumentsAvuton Olrich2009-03-061-4/+16
* configure: trim down the Tremor AC_ARG_WITH() statementsAvuton Olrich2009-03-061-6/+19
* configure: Group libmad stuff together, rename --enable-mp3 --enable-madAvuton Olrich2009-03-061-17/+26
* configure: remove redundant explicit $enableval assignments.Avuton Olrich2009-03-061-68/+34
* curl: reverse GLIB_CHECK_VERSION()Max Kellermann2009-03-061-1/+1
* socket_util: check if IN6_IS_ADDR_V4MAPPED is definedMax Kellermann2009-03-061-2/+2
* configure: remove duplicate LAME report, unify rest under SHOUTcast header.Avuton Olrich2009-03-051-14/+14
* configure: make all tests the same, when possible.Avuton Olrich2009-03-051-2/+2
* configure: Add 'Streaming Support' section to the configure display.Avuton Olrich2009-03-061-19/+22
* configure: display the status of lastfm protocol supportAvuton Olrich2009-03-061-0/+6
* configure: Fix configure warning presented by lastfm radio.Avuton Olrich2009-03-051-1/+1
* pipe: added music_buffer, rewrite music_pipeMax Kellermann2009-03-0615-401/+417
* music_pipe: added music_pipe_push()Max Kellermann2009-03-067-128/+197
* playlist_control: fix requeue after seekMax Kellermann2009-03-061-3/+3
* flac: explicitly check for STOP commandMax Kellermann2009-03-051-1/+2
* flac: check command after flac_process_single() failureMax Kellermann2009-03-051-3/+6
* music_chunk: added music_chunk_write(), music_chunk_expand()Max Kellermann2009-03-053-16/+83