aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* mixer/software: new mixer which controls filter/volumeMax Kellermann2009-07-06
* volume: moved range check to handle_setvol()Max Kellermann2009-07-06
* volume, mixer: removed the "relative" parameterMax Kellermann2009-07-06
* command: removed the "volume" commandMax Kellermann2009-07-06
* output_init: moved the "convert" filter at the endMax Kellermann2009-07-06
* output_init: merge two local string variablesMax Kellermann2009-07-06
* output_init: parse audio format earlierMax Kellermann2009-07-06
* song_print: check gmtime_r()'s return valueMax Kellermann2009-07-06
* song: initialize mtime in song_alloc()Max Kellermann2009-07-06
* output: attach a filter chain to each audio_outputMax Kellermann2009-07-06
* filter/convert: new filter which calls pcm_convert() on demandMax Kellermann2009-07-06
* filter/chain: new library for creating a chain of filtersMax Kellermann2009-07-06
* output: added command REOPENMax Kellermann2009-07-06
* output_thread: moved OPEN handler to ao_open()Max Kellermann2009-07-06
* mixer_type: moved volume_mixer_type from volume.cMax Kellermann2009-07-06
* conf: use bp->value, not param->valueMax Kellermann2009-07-06
* output_init: moved mixer instantiation to separate functionMax Kellermann2009-07-05
* filter/volume: don't use volume_level_get()Max Kellermann2009-07-05
* idle: added "update" eventMax Kellermann2009-07-05
* song_print: send song modification time to clientMax Kellermann2009-07-05
* configure.ac: increased protocol version to 0.16.0Max Kellermann2009-07-05
* song_save: use GError for error handlingMax Kellermann2009-07-05
* song_save: no CamelCaseMax Kellermann2009-07-05
* sticker: use GError for error handlingMax Kellermann2009-07-05
* test: added program "run_filter"Max Kellermann2009-07-05
* conf: registered option "filter"Max Kellermann2009-07-05
* volume: removed unused macrosMax Kellermann2009-07-03
* filter: added "volume" pluginMax Kellermann2009-07-03
* filter: added new plugin API for filtersMax Kellermann2009-07-03
* conf: added config_quark()Max Kellermann2009-07-03
* playlist_state: don't save "current" song when none is setMax Kellermann2009-06-29
* playlist_state: save state when stoppedChristopher Zimmerman2009-06-26
* autogen.sh: don't check for autoconf <2.60Max Kellermann2009-06-25
* Makefile.am: require automake 1.10Max Kellermann2009-06-25
* ffmpeg: support multiple tagsMax Kellermann2009-06-25
* conf: log unused/unknown block parametersMax Kellermann2009-06-25
* conf: added "used" flag to struct block_paramMax Kellermann2009-06-25
* conf: detect duplicate parameters in config_add_block_param()Max Kellermann2009-06-25
* conf: make get_bool() return a boolMax Kellermann2009-06-25
* conf: moved code from get_bool() to string_array_contains()Max Kellermann2009-06-25
* conf: register configuration options staticallyMax Kellermann2009-06-25
* conf: removed config_add_param()Max Kellermann2009-06-25
* conf: replace "mask" bit field with two "bool" variablesMax Kellermann2009-06-25
* volume: removed support for legacy mixer configurationMax Kellermann2009-06-25
* command: added new "status" line with more precise "elapsed time"Max Kellermann2009-06-25
* Preamp for missing replay-gainDaniel Seuthe2009-06-25
* Modify version string to post-release version 0.16~gitAvuton Olrich2009-06-24
* mpd version 0.15Avuton Olrich2009-06-23
* decoder_thread: reopen the stream after file_decode() has failedMax Kellermann2009-06-19
* listen: bind() failure on secondary address is non-fatalMax Kellermann2009-06-10