summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-11-01text_file: allocate line buffers dynamicallyMax Kellermann
2009-11-01directory_save: allocate directory object earlier, assign mtimeMax Kellermann
2009-11-01directory_save: free directory on errorMax Kellermann
2009-11-01directory_save: abort on duplicate subdirectoryMax Kellermann
2009-11-01directory_save: moved code to directory_load_subdir()Max Kellermann
2009-11-01decoder_api: check decoder==NULL in decoder_read()Max Kellermann
2009-10-31decoder_control: removed the global variable "dc"Max Kellermann
2009-10-31Merge branch 'v0.15.x'Max Kellermann
2009-10-31decoder_control: removed unused DECODE_TYPE macrosMax Kellermann
2009-10-31player_thread: simplified thread destructionMax Kellermann
2009-10-31songvec: sort songs by album name first, then disc/track numberMax Kellermann
2009-10-31songvec: simplified compare_tag_item()Max Kellermann
2009-10-31player_control: protect command, state, error with a mutexMax Kellermann
2009-10-30{player,output}_thread: fixed elapsed_time quirksMax Kellermann
2009-10-29output_thread: return bool from ao_play()Max Kellermann
2009-10-29player_thread: set error status in play_next_chunk()Max Kellermann
2009-10-29output_control: fixed deadlock in audio_output_update()Max Kellermann
2009-10-29httpd: add config option to limit number of clientsViliam Mateicka
2009-10-29output: consistently lock audio output objectsMax Kellermann
2009-10-29output_plugin: added method "drain"Max Kellermann
2009-10-29output/alsa: don't recover on CANCELMax Kellermann
2009-10-29output_thread: removed redundant filter_close() callMax Kellermann
2009-10-29output/pulse: initialize pulse_output.mixerMax Kellermann
2009-10-28decoder/ffmpeg: removed the "author" vs "artist" workaroundMax Kellermann
2009-10-28decoder/ffmpeg: convert metadataMax Kellermann
2009-10-27update: delete ignored symlinks from databaseMax Kellermann
2009-10-27include pulse/version.h for PA_CHECK_VERSIONAlam Arias
2009-10-26encoder: renaming none_encoder to null_encoderViliam Mateicka
2009-10-26mpd.conf: new bool config value for enabling/disabling inotify updateViliam Mateicka
2009-10-24encoder: new encoder plugin which just pass data throughViliam Mateicka
2009-10-24add --disable-inotify for configure to disable inotify when autodetectedViliam Mateicka
2009-10-23output/jack: implement methods enable()/disable()Max Kellermann
2009-10-23output/pulse: implement methods enable()/disable()Max Kellermann
2009-10-23output_plugin: added methods enable() and disable()Max Kellermann
2009-10-23output/pulse: call mixer on state changesMax Kellermann
2009-10-23mixer_control: don't close the mixer if set_volume() failsMax Kellermann
2009-10-23mixer_plugin: get_volume() may return -1 if unavailableMax Kellermann
2009-10-23mixer_control: allow methods "open" and "close" to be NULLMax Kellermann
2009-10-22mixer/pulse: don't get volume if stream is not yet readyMax Kellermann
2009-10-22output/fifo: renamed source to fifo_output_plugin.cMax Kellermann
2009-10-22Makefile.am: enable the "subdir-objects" optionMax Kellermann
2009-10-22audio: removed function finishAudioConfig()Max Kellermann
2009-10-22main: put #ifdef inside winsock_init()Max Kellermann
2009-10-22permission: improve const-correctnessSF Markus Elfring
2009-10-21playlist: new ASX playlist pluginMax Kellermann
2009-10-21playlist/xspf: ignore text in root, playlist, tracklistMax Kellermann
2009-10-21audio_format: wildcards allowed in audio_format configurationMax Kellermann
2009-10-21audio_parser: moved code to separate functionsMax Kellermann
2009-10-21output: convert config_audio_format to an audio_format structMax Kellermann
2009-10-21audio_parser: renamed parameter "error" to "error_r"Max Kellermann