summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-07-06command: removed the "volume" commandMax Kellermann
2009-07-06output_init: moved the "convert" filter at the endMax Kellermann
2009-07-06output_init: merge two local string variablesMax Kellermann
2009-07-06output_init: parse audio format earlierMax Kellermann
2009-07-06song_print: check gmtime_r()'s return valueMax Kellermann
2009-07-06song: initialize mtime in song_alloc()Max Kellermann
2009-07-06output: attach a filter chain to each audio_outputMax Kellermann
2009-07-06filter/convert: new filter which calls pcm_convert() on demandMax Kellermann
2009-07-06filter/chain: new library for creating a chain of filtersMax Kellermann
2009-07-06output: added command REOPENMax Kellermann
2009-07-06output_thread: moved OPEN handler to ao_open()Max Kellermann
2009-07-06mixer_type: moved volume_mixer_type from volume.cMax Kellermann
2009-07-06conf: use bp->value, not param->valueMax Kellermann
2009-07-05output_init: moved mixer instantiation to separate functionMax Kellermann
2009-07-05filter/volume: don't use volume_level_get()Max Kellermann
2009-07-05idle: added "update" eventMax Kellermann
2009-07-05song_print: send song modification time to clientMax Kellermann
2009-07-05song_save: use GError for error handlingMax Kellermann
2009-07-05song_save: no CamelCaseMax Kellermann
2009-07-05sticker: use GError for error handlingMax Kellermann
2009-07-05conf: registered option "filter"Max Kellermann
2009-07-03volume: removed unused macrosMax Kellermann
2009-07-03filter: added "volume" pluginMax Kellermann
2009-07-03filter: added new plugin API for filtersMax Kellermann
2009-07-03conf: added config_quark()Max Kellermann
2009-06-29playlist_state: don't save "current" song when none is setMax Kellermann
2009-06-26playlist_state: save state when stoppedChristopher Zimmerman
2009-06-25ffmpeg: support multiple tagsMax Kellermann
2009-06-25conf: log unused/unknown block parametersMax Kellermann
2009-06-25conf: added "used" flag to struct block_paramMax Kellermann
2009-06-25conf: detect duplicate parameters in config_add_block_param()Max Kellermann
2009-06-25conf: make get_bool() return a boolMax Kellermann
2009-06-25conf: moved code from get_bool() to string_array_contains()Max Kellermann
2009-06-25conf: register configuration options staticallyMax Kellermann
2009-06-25conf: removed config_add_param()Max Kellermann
2009-06-25conf: replace "mask" bit field with two "bool" variablesMax Kellermann
2009-06-25volume: removed support for legacy mixer configurationMax Kellermann
2009-06-25command: added new "status" line with more precise "elapsed time"Max Kellermann
2009-06-25Preamp for missing replay-gainDaniel Seuthe
2009-06-19decoder_thread: reopen the stream after file_decode() has failedMax Kellermann
2009-06-10listen: bind() failure on secondary address is non-fatalMax Kellermann
2009-06-10listen: renamed "error" to "error_r" in listen_add_host()Max Kellermann
2009-06-10listen: print debug message before bind()Max Kellermann
2009-06-08ffmpeg: moved code to ffmpeg_copy_metadata()Max Kellermann
2009-06-08ffmpeg: removed "new metadata api" warningMax Kellermann
2009-06-04client: check "expired" flag again in client_write_output()Max Kellermann
2009-06-04client: added assertions on channel!=NULLMax Kellermann
2009-06-04decoder_plugin: corrected outdated API documentationMax Kellermann
2009-06-03conf: make config_param.num_block_params unsignedMax Kellermann
2009-06-03conf: eliminated CamelCaseMax Kellermann