aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2009-11-01text_file: allocate line buffers dynamicallyMax Kellermann7-59/+161
2009-11-01directory_save: allocate directory object earlier, assign mtimeMax Kellermann1-12/+13
2009-11-01directory_save: free directory on errorMax Kellermann1-1/+3
2009-11-01directory_save: abort on duplicate subdirectoryMax Kellermann1-7/+9
2009-11-01directory_save: moved code to directory_load_subdir()Max Kellermann1-49/+63
2009-11-01decoder_api: check decoder==NULL in decoder_read()Max Kellermann1-1/+2
2009-10-31decoder_control: removed the global variable "dc"Max Kellermann11-317/+377
2009-10-31decoder_control: removed unused DECODE_TYPE macrosMax Kellermann1-3/+0
2009-10-31player_thread: simplified thread destructionMax Kellermann1-4/+2
2009-10-31songvec: sort songs by album name first, then disc/track numberMax Kellermann1-1/+30
2009-10-31songvec: simplified compare_tag_item()Max Kellermann1-8/+10
2009-10-31player_control: protect command, state, error with a mutexMax Kellermann12-89/+263
2009-10-30{player,output}_thread: fixed elapsed_time quirksMax Kellermann3-3/+23
2009-10-29output_thread: return bool from ao_play()Max Kellermann1-4/+22
2009-10-29player_thread: set error status in play_next_chunk()Max Kellermann1-4/+3
2009-10-29output_control: fixed deadlock in audio_output_update()Max Kellermann1-1/+21
2009-10-29httpd: add config option to limit number of clientsViliam Mateicka2-3/+20
2009-10-29output: consistently lock audio output objectsMax Kellermann5-46/+102
2009-10-29output_plugin: added method "drain"Max Kellermann3-14/+34
2009-10-29output/alsa: don't recover on CANCELMax Kellermann1-1/+1
2009-10-29output_thread: removed redundant filter_close() callMax Kellermann1-4/+0
2009-10-29output/pulse: initialize pulse_output.mixerMax Kellermann1-0/+1
2009-10-28decoder/ffmpeg: removed the "author" vs "artist" workaroundMax Kellermann1-2/+1
2009-10-28decoder/ffmpeg: convert metadataMax Kellermann1-4/+4
2009-10-27update: delete ignored symlinks from databaseMax Kellermann1-1/+5
2009-10-27include pulse/version.h for PA_CHECK_VERSIONAlam Arias1-0/+2
2009-10-26encoder: renaming none_encoder to null_encoderViliam Mateicka2-27/+27
2009-10-26mpd.conf: new bool config value for enabling/disabling inotify updateViliam Mateicka3-2/+8
2009-10-24encoder: new encoder plugin which just pass data throughViliam Mateicka2-0/+126
2009-10-24add --disable-inotify for configure to disable inotify when autodetectedViliam Mateicka1-0/+7
2009-10-23output/jack: implement methods enable()/disable()Max Kellermann1-16/+24
2009-10-23output/pulse: implement methods enable()/disable()Max Kellermann1-9/+35
2009-10-23output_plugin: added methods enable() and disable()Max Kellermann15-1/+213
2009-10-23output/pulse: call mixer on state changesMax Kellermann4-129/+196
2009-10-23mixer_control: don't close the mixer if set_volume() failsMax Kellermann1-2/+0
2009-10-23mixer_plugin: get_volume() may return -1 if unavailableMax Kellermann2-4/+8
2009-10-23mixer_control: allow methods "open" and "close" to be NULLMax Kellermann2-20/+5
2009-10-22mixer/pulse: don't get volume if stream is not yet readyMax Kellermann1-3/+3
2009-10-22output/fifo: renamed source to fifo_output_plugin.cMax Kellermann1-3/+3
2009-10-22audio: removed function finishAudioConfig()Max Kellermann3-8/+0
2009-10-22main: put #ifdef inside winsock_init()Max Kellermann1-5/+2
2009-10-22permission: improve const-correctnessSF Markus Elfring2-2/+2
2009-10-21playlist: new ASX playlist pluginMax Kellermann3-0/+340
2009-10-21playlist/xspf: ignore text in root, playlist, tracklistMax Kellermann1-0/+2
2009-10-21audio_format: wildcards allowed in audio_format configurationMax Kellermann7-22/+92
2009-10-21audio_parser: moved code to separate functionsMax Kellermann1-29/+78
2009-10-21output: convert config_audio_format to an audio_format structMax Kellermann3-14/+16
2009-10-21audio_parser: renamed parameter "error" to "error_r"Max Kellermann2-10/+12
2009-10-21audio: removed config_param.value NULL checkMax Kellermann1-1/+1
2009-10-21output/jack: make ringbuffer_size a size_tMax Kellermann1-1/+1