aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sticker: don't export sticker_list_values()Max Kellermann2009-03-144-32/+1
* command: use sticker_song_get() instead of sticker_song_list_values()Max Kellermann2009-03-141-11/+10
* sticker: added "struct sticker"Max Kellermann2009-03-144-0/+131
* mixer_all: removed debug messageMax Kellermann2009-03-141-1/+0
* mixer: protect the mixer struct with a mutexMax Kellermann2009-03-143-5/+37
* mixer_api: moved mixer_init() to mixer_api.cMax Kellermann2009-03-142-9/+9
* mixer_api: moved mixer_plugin imports to mixer_list.hMax Kellermann2009-03-146-11/+37
* mixer_api: moved functions to mixer_control.cMax Kellermann2009-03-1412-82/+113
* mixer_control: moved functions to mixer_all.cMax Kellermann2009-03-143-71/+61
* volume: moved code to mixer_all.cMax Kellermann2009-03-144-30/+113
* mixer_api: moved struct mixer_plugin to mixer_plugin.hMax Kellermann2009-03-143-41/+75
* volume: use bool instead of intMax Kellermann2009-03-143-15/+22
* Removed superfluous if statement in update.c:453Jochen Keil2009-03-141-28/+22
* all: Update copyright header.Avuton Olrich2009-03-13271-1373/+1701
* crossfade: added missing '&'Jeffrey Middleton2009-03-121-1/+1
* crossfade: copy chunk.audio_format in !NDEBUGMax Kellermann2009-03-121-0/+10
* output_all: fix off-by-one error in audio_output_all_check()Max Kellermann2009-03-121-1/+1
* Makefile.am: link test/software_volume with GLibMax Kellermann2009-03-121-0/+2
* mixer_control: don't touch mixers of disabled outputsMax Kellermann2009-03-122-0/+15
* audio: converted device number check to assertionMax Kellermann2009-03-121-4/+4
* audio: moved mixer functions to mixer_control.cMax Kellermann2009-03-126-58/+115
* volume: removed unused variable "default_mixer"Max Kellermann2009-03-121-1/+0
* doc: added installation manual to the User's ManualMax Kellermann2009-03-121-0/+47
* doc: added skeleton for the user manualMax Kellermann2009-03-123-1/+43
* Move from the opaque GPtrArray to GHashTable for sticker lists.Eric Wollesen2009-03-115-45/+34
* Pass glib libs properly to libtool.Diego Elio 'Flameeyes' Pettenò2009-03-111-6/+10
* player_thread: added commentsMax Kellermann2009-03-112-24/+89
* player_thread: removed player_stop_decoder()Max Kellermann2009-03-111-14/+6
* player_thread: don't call dc_stop() twiceMax Kellermann2009-03-111-3/+1
* configure.ac: add -pg to MPD_LIBS with --enable-gprofMax Kellermann2009-03-111-0/+1
* output_control: removed audio_output_signal()Max Kellermann2009-03-102-14/+0
* Cleaned up update_regular_file() method in update.cJochen Keil2009-03-101-83/+88
* alsa: use snd_pcm_sframes_t instead of intMax Kellermann2009-03-101-2/+1
* alsa: don't close PCM handle in alsa_recover()Max Kellermann2009-03-101-13/+3
* player_thread: fill buffer after seekingMax Kellermann2009-03-102-3/+10
* output_all: clear input_audio_format on closeMax Kellermann2009-03-101-0/+2
* output_all: don't allow audio_format==NULL in audio_output_all_open()Max Kellermann2009-03-101-5/+3
* player_thread: pass format to audio_output_all_open() after resumeMax Kellermann2009-03-101-8/+12
* player_thread: moved code to player_send_silence()Max Kellermann2009-03-101-22/+39
* output_thread: check commands while playingMax Kellermann2009-03-101-1/+1
* player_thread: finish failed seek commandMax Kellermann2009-03-101-1/+5
* player_thread: clear player.queued after failureMax Kellermann2009-03-101-0/+1
* player_thread: moved code to player_seek_decoder()Max Kellermann2009-03-101-12/+15
* music_chunk: increased chunk size to 4 kBMax Kellermann2009-03-101-2/+1
* test: added program "run_output"Max Kellermann2009-03-103-0/+191
* Makefile.am: moved file names to $(OUTPUT_API_SRC)Max Kellermann2009-03-101-3/+5
* player_thread: don't free music buffer after decoder failureMax Kellermann2009-03-101-1/+0
* output: play from a music_pipe objectMax Kellermann2009-03-098-113/+378
* player_thread: don't open audio device when pausedMax Kellermann2009-03-091-4/+2
* music_pipe: added music_pipe_contains()Max Kellermann2009-03-092-0/+30