aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* output_init: added option to disable the hardware mixerMax Kellermann2009-04-28
* command: added "sticker delete" commandMax Kellermann2009-04-28
* sticker: added sticker_delete_value()Max Kellermann2009-04-28
* song_save: don't call tag_free(NULL)Max Kellermann2009-04-28
* libsamplerate: use g_ascii_strncasecmp() instead of strncasecmp()Max Kellermann2009-04-28
* command: use g_ascii_strcasecmp() instead of strcasecmp()Max Kellermann2009-04-28
* utils: use g_ascii_strcasecmp() instead of strcasecmp()Max Kellermann2009-04-28
* tag: use g_ascii_strcasecmp() instead of strcasecmp()Max Kellermann2009-04-28
* conf: use g_ascii_strcasecmp() instead of strcasecmp()Max Kellermann2009-04-28
* locate: use g_ascii_strcasecmp() instead of strcasecmp()Max Kellermann2009-04-28
* input_curl: use g_ascii_strcasecmp() instead of strcasecmp()Max Kellermann2009-04-28
* mad_decoder: use g_ascii_strcasecmp() instead of strcasecmp()Max Kellermann2009-04-28
* mp4ff_decoder: use g_ascii_strcasecmp() instead of strcasecmp()Max Kellermann2009-04-28
* alsa_mixer: use g_ascii_strcasecmp() instead of strcasecmp()Max Kellermann2009-04-28
* alsa_mixer: add mixer_index optionDaniel Kahn Gillmor2009-04-28
* decoder_api: removed dc.pipe assertion from decoder_read()Max Kellermann2009-04-26
* vorbis_encoder: reinitialize vorbis_dsp_state after flushMax Kellermann2009-04-25
* decoder_control: properly cancel an existing command in dc_stop()Max Kellermann2009-04-25
* decoder: added assertions on dc.pipeMax Kellermann2009-04-25
* client: use GTimer to track timeoutsMax Kellermann2009-04-25
* playlist_control: use GTimer in previousSongInPlaylist()Max Kellermann2009-04-25
* pulse_mixer: use PULSE's mainloop lock instead of GMutexMax Kellermann2009-04-25
* curl: moved proxy settings to "input" blockMax Kellermann2009-04-25
* fluidsynth: added "experimental" comments in the source fileMax Kellermann2009-04-25
* player_thread: pause when all audio outputs fail to playMax Kellermann2009-04-25
* player_thread: pause when output fails while seekingMax Kellermann2009-04-25
* stored_playlist: don't close NULL file on errorMax Kellermann2009-04-24
* alsa_output: don't use atexit() to clean up the ALSA libraryMax Kellermann2009-04-21
* alsa_mixer: call snd_config_update_free_global() in finish()Max Kellermann2009-04-21
* output_control: close mixer on pauseMax Kellermann2009-04-21
* client: free the fifo bufferMax Kellermann2009-04-17
* icy_server: don't export icy_server_metadata_string()Max Kellermann2009-04-13
* httpd: use C99 "bool" instead of GLib's gbooleanMax Kellermann2009-04-13
* httpd: use g_ascii_strncasecmp() to compare headersMax Kellermann2009-04-13
* Implemented basic icy support for the httpd outputHagen Schink2009-04-13
* decoder_api: submit the song tag to the music pipeMax Kellermann2009-04-13
* log: removed "unused" attribute from log_level parameterMax Kellermann2009-04-10
* decoder: prefer wildmidi over fluidsynthAvuton Olrich2009-04-06
* vorbis: move #define out of function to top of sourcesAvuton Olrich2009-04-02
* decoder: Rename all main decoder plugins functions to *decoder_plugin.Avuton Olrich2009-04-02
* configure.ac: renamed --enable-mod to --enable-mikmodMax Kellermann2009-04-01
* httpd: don't pass uninitialized page to httpd_client_check_queue()Max Kellermann2009-04-01
* configure.ac: renamed --enable-oggvorbis to --enable-vorbisMax Kellermann2009-04-01
* command: added command "sticker find"Max Kellermann2009-04-01
* Move db_get_song into sub-handlers. (FReq 2112)Eric Wollesen2009-04-01
* song_sticker: added song_sticker_find()Max Kellermann2009-04-01
* sticker: added sticker_find()Max Kellermann2009-04-01
* directory: added directory_lookup_song()Max Kellermann2009-04-01
* directory: renamed directory_get_directory()Max Kellermann2009-04-01
* sticker_print: new library for sending stickers to a clientMax Kellermann2009-04-01