aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* output: signal the output thread when CANCEL is finishedMax Kellermann2009-11-022-0/+34
* update: removed unused variable "update_notify"Max Kellermann2009-11-022-11/+0
* {decoder,player}_control: removed duplicate wakeupsMax Kellermann2009-11-023-7/+5
* player_control: lock player before setting seek parametersMax Kellermann2009-11-021-2/+6
* output_thread: check command before g_cond_wait()Max Kellermann2009-11-021-1/+2
* song_save: free song object on errorMax Kellermann2009-11-011-0/+4
* song_save: load one song at a timeMax Kellermann2009-11-015-76/+34
* database: save database format versionMax Kellermann2009-11-011-1/+17
* directory_save: partially revert the g_str_has_prefix() patchMax Kellermann2009-11-011-2/+2
* database: use strcmp() instead of g_str_has_prefix()Max Kellermann2009-11-013-6/+5
* database: removed redundant music_root allocationMax Kellermann2009-11-011-2/+0
* replay_gain: trigger OPTIONS idle event on mode changeMax Kellermann2009-11-014-1/+26
* text_file: allocate line buffers dynamicallyMax Kellermann2009-11-019-59/+164
* directory_save: allocate directory object earlier, assign mtimeMax Kellermann2009-11-011-12/+13
* directory_save: free directory on errorMax Kellermann2009-11-011-1/+3
* directory_save: abort on duplicate subdirectoryMax Kellermann2009-11-011-7/+9
* directory_save: moved code to directory_load_subdir()Max Kellermann2009-11-011-49/+63
* decoder_api: check decoder==NULL in decoder_read()Max Kellermann2009-11-011-1/+2
* decoder_control: removed the global variable "dc"Max Kellermann2009-10-3111-317/+377
* Merge branch 'v0.15.x'Max Kellermann2009-10-314-4/+21
|\
| * decoder_control: removed unused DECODE_TYPE macrosMax Kellermann2009-10-311-3/+0
| * decoder/ffmpeg: convert metadataMax Kellermann2009-10-282-4/+6
| * update: delete ignored symlinks from databaseMax Kellermann2009-10-272-1/+6
| * output_thread: check again if output is open on PAUSEMax Kellermann2009-10-212-0/+10
| * Modify version string to post-release version 0.15.6~gitAvuton Olrich2009-10-182-1/+4
* | player_thread: simplified thread destructionMax Kellermann2009-10-311-4/+2
* | songvec: sort songs by album name first, then disc/track numberMax Kellermann2009-10-312-1/+31
* | songvec: simplified compare_tag_item()Max Kellermann2009-10-311-8/+10
* | player_control: protect command, state, error with a mutexMax Kellermann2009-10-3112-89/+263
* | {player,output}_thread: fixed elapsed_time quirksMax Kellermann2009-10-303-3/+23
* | output_thread: return bool from ao_play()Max Kellermann2009-10-291-4/+22
* | player_thread: set error status in play_next_chunk()Max Kellermann2009-10-291-4/+3
* | output_control: fixed deadlock in audio_output_update()Max Kellermann2009-10-291-1/+21
* | httpd: add config option to limit number of clientsViliam Mateicka2009-10-294-3/+31
* | output: consistently lock audio output objectsMax Kellermann2009-10-297-50/+103
* | output_plugin: added method "drain"Max Kellermann2009-10-293-14/+34
* | output/alsa: don't recover on CANCELMax Kellermann2009-10-292-1/+2
* | output_thread: removed redundant filter_close() callMax Kellermann2009-10-291-4/+0
* | output/pulse: initialize pulse_output.mixerMax Kellermann2009-10-291-0/+1
* | decoder/ffmpeg: removed the "author" vs "artist" workaroundMax Kellermann2009-10-281-2/+1
* | include pulse/version.h for PA_CHECK_VERSIONAlam Arias2009-10-271-0/+2
* | encoder: renaming none_encoder to null_encoderViliam Mateicka2009-10-263-28/+28
* | mpd.conf: new bool config value for enabling/disabling inotify updateViliam Mateicka2009-10-265-2/+17
* | encoder: new encoder plugin which just pass data throughViliam Mateicka2009-10-243-0/+127
* | add --disable-inotify for configure to disable inotify when autodetectedViliam Mateicka2009-10-243-2/+27
* | output/jack: implement methods enable()/disable()Max Kellermann2009-10-231-16/+24
* | output/pulse: implement methods enable()/disable()Max Kellermann2009-10-231-9/+35
* | output_plugin: added methods enable() and disable()Max Kellermann2009-10-2315-1/+213
* | output/pulse: call mixer on state changesMax Kellermann2009-10-236-131/+213
* | mixer_control: don't close the mixer if set_volume() failsMax Kellermann2009-10-231-2/+0