summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-03-12crossfade: added missing '&'Jeffrey Middleton
2009-03-12crossfade: copy chunk.audio_format in !NDEBUGMax Kellermann
2009-03-12output_all: fix off-by-one error in audio_output_all_check()Max Kellermann
2009-03-12Makefile.am: link test/software_volume with GLibMax Kellermann
2009-03-12mixer_control: don't touch mixers of disabled outputsMax Kellermann
2009-03-12audio: converted device number check to assertionMax Kellermann
2009-03-12audio: moved mixer functions to mixer_control.cMax Kellermann
2009-03-12volume: removed unused variable "default_mixer"Max Kellermann
2009-03-12doc: added installation manual to the User's ManualMax Kellermann
2009-03-12doc: added skeleton for the user manualMax Kellermann
2009-03-11Move from the opaque GPtrArray to GHashTable for sticker lists.Eric Wollesen
2009-03-11Pass glib libs properly to libtool.Diego Elio 'Flameeyes' Pettenò
2009-03-11player_thread: added commentsMax Kellermann
2009-03-11player_thread: removed player_stop_decoder()Max Kellermann
2009-03-11player_thread: don't call dc_stop() twiceMax Kellermann
2009-03-11configure.ac: add -pg to MPD_LIBS with --enable-gprofMax Kellermann
2009-03-10output_control: removed audio_output_signal()Max Kellermann
2009-03-10Cleaned up update_regular_file() method in update.cJochen Keil
2009-03-10alsa: use snd_pcm_sframes_t instead of intMax Kellermann
2009-03-10alsa: don't close PCM handle in alsa_recover()Max Kellermann
2009-03-10player_thread: fill buffer after seekingMax Kellermann
2009-03-10output_all: clear input_audio_format on closeMax Kellermann
2009-03-10output_all: don't allow audio_format==NULL in audio_output_all_open()Max Kellermann
2009-03-10player_thread: pass format to audio_output_all_open() after resumeMax Kellermann
2009-03-10player_thread: moved code to player_send_silence()Max Kellermann
2009-03-10output_thread: check commands while playingMax Kellermann
2009-03-10player_thread: finish failed seek commandMax Kellermann
2009-03-10player_thread: clear player.queued after failureMax Kellermann
2009-03-10player_thread: moved code to player_seek_decoder()Max Kellermann
2009-03-10music_chunk: increased chunk size to 4 kBMax Kellermann
2009-03-10test: added program "run_output"Max Kellermann
2009-03-10Makefile.am: moved file names to $(OUTPUT_API_SRC)Max Kellermann
2009-03-10player_thread: don't free music buffer after decoder failureMax Kellermann
2009-03-09output: play from a music_pipe objectMax Kellermann
2009-03-09player_thread: don't open audio device when pausedMax Kellermann
2009-03-09music_pipe: added music_pipe_contains()Max Kellermann
2009-03-09player_thread: moved code to player_song_border()Max Kellermann
2009-03-09player_thread: moved code to play_next_chunk()Max Kellermann
2009-03-09player_thread: make the music_buffer instance globalMax Kellermann
2009-03-09output_control: make audio_output_open() staticMax Kellermann
2009-03-09music_buffer: poison unallocated chunksMax Kellermann
2009-03-09poison: added valgrind supportMax Kellermann
2009-03-09added memory poisoning libraryMax Kellermann
2009-03-09output_thread: wait 10 seconds before reopening after play failureMax Kellermann
2009-03-09Fix remove-flac-song-on-every-updateJochen Keil
2009-03-09Initial support for embedded cue sheets found in flac filesJochen Keil
2009-03-09decoder_plugin: added method container_scan()Jochen Keil
2009-03-08music_chunk: added assertions on the audio formatMax Kellermann
2009-03-08output_thread: print "closed" debug messageMax Kellermann
2009-03-08alsa: determine buffer_time if not already knownMax Kellermann