summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2009-06-02player_thread: check pipe size again before exitingMax Kellermann
2009-06-02player_thread: don't leak empty music_chunksMax Kellermann
2009-05-29player_thread: reinitialize music_buffer in !NDEBUGMax Kellermann
2009-05-29output_all: explicitly return "true" from audio_output_all_play()Max Kellermann
2009-05-28input/file: log message on errorMathieu Rochette
2009-05-28volume: changed "default" to "DISABLED" in switch statementMax Kellermann
2009-05-28volume: converted volume_mixer_type to an enumMax Kellermann
2009-05-28volume: removed unused macro "VOLUME_MIXER_SOFTWARE_DEFAULT"Max Kellermann
2009-05-28playlist: reset "current song" when playlist endsMax Kellermann
2009-05-11music_chunk: added more audio_format_valid() assertionsMax Kellermann
2009-05-11music_pipe: added assertion on chunk->audio_formatMax Kellermann
2009-05-10latest git, httpd_output_plugin compile fix, mac os xPatrik Weiskircher
2009-05-07pcm_resample: fixed typo in libsamplerate runtime checkMax Kellermann
2009-05-06player_control: assert that pc.next_song is NULL after seekingMax Kellermann
2009-05-06player_control: removed pc.error check from pc_seek()Max Kellermann
2009-05-06player_control: renamed playerSeek(), return boolMax Kellermann
2009-05-06tag_id3: added support for the UFID frameMax Kellermann