aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* pcm_buffer: set size after allocationMax Kellermann2009-02-171-1/+2
* decoders: added and fixed GLib log domainsMax Kellermann2009-02-176-9/+22
* renamed decoder plugin "mpc" to "mpcdec"Max Kellermann2009-02-173-4/+4
* renamed decoder plugin "mp4" to "mp4ff"Max Kellermann2009-02-173-4/+4
* tag: fixed typo in MUSICBRAINZ_TRACKID tag nameMax Kellermann2009-02-171-1/+1
* faad: no CamelCaseMax Kellermann2009-02-161-160/+159
* faad: removed AacBuffer.fileOffsetMax Kellermann2009-02-161-3/+0
* renamed decoder plugin "oggvorbis" to "vorbis"Max Kellermann2009-02-162-3/+3
* renamed decoder plugin "aac" to "faad"Max Kellermann2009-02-162-4/+4
* renamed decoder plugin "mp3" to "mad"Max Kellermann2009-02-163-5/+5
* output_api: don't include config.hMax Kellermann2009-02-162-1/+1
* mixer: include cleanupMax Kellermann2009-02-162-1/+4
* output: include cleanupMax Kellermann2009-02-164-2/+5
* mixer_api: replaced method "control()" with "{get,set}_volume()"Max Kellermann2009-02-166-149/+158
* output_plugin: replaced method "control()" with "mixer()"Max Kellermann2009-02-164-28/+45
* output_plugin: added inline wrapper functionsMax Kellermann2009-02-164-33/+91
* output_plugin: reorder method declarationsMax Kellermann2009-02-161-17/+17
* output_api: moved "struct audio_output_plugin" to output_plugin.hMax Kellermann2009-02-162-87/+116
* output_api: moved "enum output_command" to output_internal.hMax Kellermann2009-02-162-11/+11
* output_control: no CamelCaseMax Kellermann2009-02-162-56/+55
* wildmidi: check if configurationn file existsMax Kellermann2009-02-151-0/+4
* wildmidi: obtain timidity.cfg location from mpd.confMax Kellermann2009-02-151-3/+6
* decoder_list: added configuration option to disable decoder pluginsMax Kellermann2009-02-152-0/+5
* decoder_list: added configuration block "decoder"Max Kellermann2009-02-153-1/+31
* decoder_plugin: pass struct config_param to init() methodMax Kellermann2009-02-159-10/+18
* decoder_api: moved enum decoder_command to decoder_command.hMax Kellermann2009-02-155-9/+35
* decoder_plugin: added inline wrapper functionsMax Kellermann2009-02-153-5/+62
* decoder_api: moved struct decoder_plugin to decoder_plugin.hMax Kellermann2009-02-157-60/+89
* daemon: return early from daemonize_set_user()Max Kellermann2009-02-151-19/+20
* daemon: ignore "user" setting if already running as that userMax Kellermann2009-02-152-3/+7
* daemon: added comments to daemonize_detach()Max Kellermann2009-02-151-0/+9
* daemon: print fork error messageMax Kellermann2009-02-151-2/+3
* daemon: moved code to daemonize_detach()Max Kellermann2009-02-151-19/+23
* mpd version 0.14.2Avuton Olrich2009-02-141-3/+1
* playlist_edit: improved range checks in shufflePlaylist()Romain Bignon2009-02-131-1/+6
* added the shufflerange commandRomain Bignon2009-02-134-26/+32
* doc: use $(DESTDIR)Max Kellermann2009-02-131-2/+2
* doc: generate API documentation with doxygenMax Kellermann2009-02-134-1/+1436
* update: free deleted subdirectoriesMax Kellermann2009-02-122-2/+7
* update: recursively purge deleted directoriesMax Kellermann2009-02-122-1/+2
* aac: fix stream metadataMax Kellermann2009-02-122-1/+2
* database: don't load database after charset was reconfiguredMax Kellermann2009-02-121-6/+4
* wildmidi: added seeking supportMax Kellermann2009-02-121-1/+11
* configure.ac: always check for C++ compilerMax Kellermann2009-02-121-5/+2
* wildmidi: provide and current total song timeMax Kellermann2009-02-121-5/+34
* wildmidi: new decoder plugin for MIDI filesMax Kellermann2009-02-126-0/+148
* fluidsynth: new decoder plugin for MIDI filesMax Kellermann2009-02-126-1/+268
* configure.ac: define conditional am__fastdepCXXMax Kellermann2009-02-111-0/+2
* sidplay: new decoder plugin for playing C64 SID filesMax Kellermann2009-02-116-0/+201
* configure.ac: removed misplaced commaMax Kellermann2009-02-111-1/+1