aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
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-151-0/+4
* 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-151-3/+6
* 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
* playlist_edit: improved range checks in shufflePlaylist()Romain Bignon2009-02-131-1/+6
* added the shufflerange commandRomain Bignon2009-02-133-26/+29
* update: free deleted subdirectoriesMax Kellermann2009-02-121-2/+6
* update: recursively purge deleted directoriesMax Kellermann2009-02-121-1/+1
* aac: fix stream metadataMax Kellermann2009-02-121-1/+1
* database: don't load database after charset was reconfiguredMax Kellermann2009-02-121-6/+4
* wildmidi: added seeking supportMax Kellermann2009-02-121-1/+11
* wildmidi: provide and current total song timeMax Kellermann2009-02-121-5/+34
* wildmidi: new decoder plugin for MIDI filesMax Kellermann2009-02-123-0/+112
* fluidsynth: new decoder plugin for MIDI filesMax Kellermann2009-02-123-0/+243
* sidplay: new decoder plugin for playing C64 SID filesMax Kellermann2009-02-113-0/+171
* decoder_thread: re-enable file decodersMax Kellermann2009-02-111-1/+1
* ffmpeg: added TTA supportMax Kellermann2009-02-111-0/+2
* playlist: don't preserve "current" song after "random" toggleMax Kellermann2009-02-111-2/+4
* audio: moved code to output_command.cMax Kellermann2009-02-116-50/+122
* audio_format: added validation functionsMax Kellermann2009-02-112-6/+37
* audio: replaced parseAudioConfig() with audio_format_parse()Max Kellermann2009-02-116-63/+153