aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2009-11-03decoder_control: merge next_song and current_songMax Kellermann5-16/+16
2009-11-03player_thread: don't set errored_song on audio errorMax Kellermann1-2/+0
2009-11-03decoder_thread: unlock the decoder while checking the streamMax Kellermann1-4/+4
2009-11-03player_thread: don't start the decoder asynchronouslyMax Kellermann3-17/+2
2009-11-03decoder_thread: open input stream after command finishedMax Kellermann1-5/+10
2009-11-03decoder_control: make the song objects constMax Kellermann3-4/+4
2009-11-02alsa_plugin.c: workaround snd_pcm_drain bugJeffrey Middleton1-1/+2
2009-11-02output_thread: moved code to ao_next_chunk()Max Kellermann1-6/+11
2009-11-02output_thread: return from ao_play() if chunk->next is NULLMax Kellermann1-5/+4
2009-11-02player_thread: check command before waiting during pauseMax Kellermann1-1/+3
2009-11-02output: signal the output thread when CANCEL is finishedMax Kellermann2-0/+34
2009-11-02update: removed unused variable "update_notify"Max Kellermann2-11/+0
2009-11-02{decoder,player}_control: removed duplicate wakeupsMax Kellermann3-7/+5
2009-11-02player_control: lock player before setting seek parametersMax Kellermann1-2/+6
2009-11-02output_thread: check command before g_cond_wait()Max Kellermann1-1/+2
2009-11-01song_save: free song object on errorMax Kellermann1-0/+4
2009-11-01song_save: load one song at a timeMax Kellermann5-76/+34
2009-11-01database: save database format versionMax Kellermann1-1/+17
2009-11-01directory_save: partially revert the g_str_has_prefix() patchMax Kellermann1-2/+2
2009-11-01database: use strcmp() instead of g_str_has_prefix()Max Kellermann3-6/+5
2009-11-01database: removed redundant music_root allocationMax Kellermann1-2/+0
2009-11-01replay_gain: trigger OPTIONS idle event on mode changeMax Kellermann1-0/+3
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