aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* player_thread: don't start the decoder asynchronouslyMax Kellermann2009-11-03
* decoder_thread: open input stream after command finishedMax Kellermann2009-11-03
* decoder_control: make the song objects constMax Kellermann2009-11-03
* alsa_plugin.c: workaround snd_pcm_drain bugJeffrey Middleton2009-11-02
* output_thread: moved code to ao_next_chunk()Max Kellermann2009-11-02
* output_thread: return from ao_play() if chunk->next is NULLMax Kellermann2009-11-02
* player_thread: check command before waiting during pauseMax Kellermann2009-11-02
* output: signal the output thread when CANCEL is finishedMax Kellermann2009-11-02
* update: removed unused variable "update_notify"Max Kellermann2009-11-02
* {decoder,player}_control: removed duplicate wakeupsMax Kellermann2009-11-02
* player_control: lock player before setting seek parametersMax Kellermann2009-11-02
* output_thread: check command before g_cond_wait()Max Kellermann2009-11-02
* song_save: free song object on errorMax Kellermann2009-11-01
* song_save: load one song at a timeMax Kellermann2009-11-01
* database: save database format versionMax Kellermann2009-11-01
* directory_save: partially revert the g_str_has_prefix() patchMax Kellermann2009-11-01
* database: use strcmp() instead of g_str_has_prefix()Max Kellermann2009-11-01
* database: removed redundant music_root allocationMax Kellermann2009-11-01
* replay_gain: trigger OPTIONS idle event on mode changeMax Kellermann2009-11-01
* text_file: allocate line buffers dynamicallyMax Kellermann2009-11-01
* directory_save: allocate directory object earlier, assign mtimeMax Kellermann2009-11-01
* directory_save: free directory on errorMax Kellermann2009-11-01
* directory_save: abort on duplicate subdirectoryMax Kellermann2009-11-01
* directory_save: moved code to directory_load_subdir()Max Kellermann2009-11-01
* decoder_api: check decoder==NULL in decoder_read()Max Kellermann2009-11-01
* decoder_control: removed the global variable "dc"Max Kellermann2009-10-31
* Merge branch 'v0.15.x'Max Kellermann2009-10-31
|\
| * decoder_control: removed unused DECODE_TYPE macrosMax Kellermann2009-10-31
| * decoder/ffmpeg: convert metadataMax Kellermann2009-10-28
| * update: delete ignored symlinks from databaseMax Kellermann2009-10-27
| * output_thread: check again if output is open on PAUSEMax Kellermann2009-10-21
* | player_thread: simplified thread destructionMax Kellermann2009-10-31
* | songvec: sort songs by album name first, then disc/track numberMax Kellermann2009-10-31
* | songvec: simplified compare_tag_item()Max Kellermann2009-10-31
* | player_control: protect command, state, error with a mutexMax Kellermann2009-10-31
* | {player,output}_thread: fixed elapsed_time quirksMax Kellermann2009-10-30
* | output_thread: return bool from ao_play()Max Kellermann2009-10-29
* | player_thread: set error status in play_next_chunk()Max Kellermann2009-10-29
* | output_control: fixed deadlock in audio_output_update()Max Kellermann2009-10-29
* | httpd: add config option to limit number of clientsViliam Mateicka2009-10-29
* | output: consistently lock audio output objectsMax Kellermann2009-10-29
* | output_plugin: added method "drain"Max Kellermann2009-10-29
* | output/alsa: don't recover on CANCELMax Kellermann2009-10-29
* | output_thread: removed redundant filter_close() callMax Kellermann2009-10-29
* | output/pulse: initialize pulse_output.mixerMax Kellermann2009-10-29
* | decoder/ffmpeg: removed the "author" vs "artist" workaroundMax Kellermann2009-10-28
* | include pulse/version.h for PA_CHECK_VERSIONAlam Arias2009-10-27
* | encoder: renaming none_encoder to null_encoderViliam Mateicka2009-10-26
* | mpd.conf: new bool config value for enabling/disabling inotify updateViliam Mateicka2009-10-26
* | encoder: new encoder plugin which just pass data throughViliam Mateicka2009-10-24