aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-011-0/+3
* text_file: allocate line buffers dynamicallyMax Kellermann2009-11-017-59/+161
* 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-313-4/+14
|\
| * decoder_control: removed unused DECODE_TYPE macrosMax Kellermann2009-10-311-3/+0
| * decoder/ffmpeg: convert metadataMax Kellermann2009-10-281-4/+4
| * update: delete ignored symlinks from databaseMax Kellermann2009-10-271-1/+5
| * output_thread: check again if output is open on PAUSEMax Kellermann2009-10-211-0/+9
* | player_thread: simplified thread destructionMax Kellermann2009-10-311-4/+2
* | songvec: sort songs by album name first, then disc/track numberMax Kellermann2009-10-311-1/+30
* | 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-292-3/+20
* | output: consistently lock audio output objectsMax Kellermann2009-10-295-46/+102
* | output_plugin: added method "drain"Max Kellermann2009-10-293-14/+34
* | output/alsa: don't recover on CANCELMax Kellermann2009-10-291-1/+1
* | 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-262-27/+27
* | mpd.conf: new bool config value for enabling/disabling inotify updateViliam Mateicka2009-10-263-2/+8
* | encoder: new encoder plugin which just pass data throughViliam Mateicka2009-10-242-0/+126
* | add --disable-inotify for configure to disable inotify when autodetectedViliam Mateicka2009-10-241-0/+7
* | 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-234-129/+196
* | mixer_control: don't close the mixer if set_volume() failsMax Kellermann2009-10-231-2/+0
* | mixer_plugin: get_volume() may return -1 if unavailableMax Kellermann2009-10-232-4/+8
* | mixer_control: allow methods "open" and "close" to be NULLMax Kellermann2009-10-232-20/+5
* | mixer/pulse: don't get volume if stream is not yet readyMax Kellermann2009-10-221-3/+3
* | output/fifo: renamed source to fifo_output_plugin.cMax Kellermann2009-10-221-3/+3
* | audio: removed function finishAudioConfig()Max Kellermann2009-10-223-8/+0