aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am (unfollow)
Commit message (Expand)AuthorFilesLines
2009-11-01text_file: allocate line buffers dynamicallyMax Kellermann1-0/+2
2009-10-26encoder: renaming none_encoder to null_encoderViliam Mateicka1-1/+1
2009-10-24encoder: new encoder plugin which just pass data throughViliam Mateicka1-0/+1
2009-10-24add --disable-inotify for configure to disable inotify when autodetectedViliam Mateicka1-1/+1
2009-10-23output/pulse: call mixer on state changesMax Kellermann1-0/+1
2009-10-22output/fifo: renamed source to fifo_output_plugin.cMax Kellermann1-1/+1
2009-10-22Makefile.am: enable the "subdir-objects" optionMax Kellermann1-1/+1
2009-10-21playlist: new ASX playlist pluginMax Kellermann1-0/+2
2009-10-21output/jack: renamed source to jack_output_plugin.cMax Kellermann1-1/+1
2009-10-21pulse: code rewrite using the asynchronous libpulse APIMax Kellermann1-0/+1
2009-10-20mixer/{oss,alsa}: renamed the mixer source filesMax Kellermann1-2/+2
2009-10-20pulse: renamed source filesMax Kellermann1-2/+2
2009-10-16update: obey .mpdignore filesMax Kellermann1-0/+2
2009-10-15Add PLS ParserQball Cow1-0/+2
2009-10-13input/lastfm: removed obsolete last.fm input pluginMax Kellermann1-5/+0
2009-10-13command: "load" supports remote playlists (m3u, xspf, lastfm://)Max Kellermann1-0/+2
2009-10-13playlist: added plugin for last.fm radioMax Kellermann1-0/+5
2009-10-13playlist: added XSPF pluginMax Kellermann1-0/+2
2009-10-12playlist_plugin: new plugin API for playlist parsersMax Kellermann1-0/+30
2009-10-12text_input_stream: input_stream wrapper for reading text filesMax Kellermann1-0/+2
2009-10-12song: moved code to song_update.cMax Kellermann1-0/+1
2009-09-25automatically update the database with Linux inotifyMax Kellermann1-0/+10
2009-09-24configure.ac: rename HAVE_CURL to ENABLE_CURLMax Kellermann1-1/+1
2009-09-24update: splitted update.c into several sourcesMax Kellermann1-0/+4
2009-09-06openal output pluginSerge Ziryukin1-0/+4
2009-08-26decoder/mpg123: new decoder plugin based on libmpg123Max Kellermann1-0/+6
2009-08-24output/recorder: new output plugin for recording radio streamsMax Kellermann1-0/+4
2009-07-28client: splitted client.c into several piecesMax Kellermann1-0/+9
2009-07-28client: moved struct client to client_internal.hMax Kellermann1-0/+1
2009-07-28cmdline: obey $(sysconfdir) for default mpd.conf locationMax Kellermann1-0/+2
2009-07-19Add reverse_endian field to struct audio_format and handle conversionDavid Woodhouse1-1/+3
2009-07-19removed buffer2array.cMax Kellermann1-2/+0
2009-07-19conf: use the tokenizer libraryMax Kellermann1-8/+8
2009-07-19tokenizer: new library replacing buffer2array()Max Kellermann1-0/+2
2009-07-15Makefile.am: disable test/run_encoder without pluginsMax Kellermann1-1/+3
2009-07-14encoder/twolame: new encoder plugin based on libtwolameMax Kellermann1-0/+6
2009-07-14Makefile.am: use WAVPACK_CFLAGS and WAVPACK_LIBSMax Kellermann1-0/+2
2009-07-07decoder/sndfile: new decoder plugin based on libsndfileMax Kellermann1-0/+6
2009-07-06Makefile.am: disable test/run_encoder without pluginsMax Kellermann1-1/+3
2009-07-06output: use the software mixer pluginMax Kellermann1-0/+1
2009-07-06mixer/software: new mixer which controls filter/volumeMax Kellermann1-1/+7
2009-07-06output: attach a filter chain to each audio_outputMax Kellermann1-0/+2
2009-07-06filter/convert: new filter which calls pcm_convert() on demandMax Kellermann1-1/+10
2009-07-06filter/chain: new library for creating a chain of filtersMax Kellermann1-0/+2
2009-07-06mixer_type: moved volume_mixer_type from volume.cMax Kellermann1-0/+2
2009-07-05filter/volume: don't use volume_level_get()Max Kellermann1-0/+1
2009-07-05test: added program "run_filter"Max Kellermann1-2/+22
2009-07-03filter: added "volume" pluginMax Kellermann1-0/+1
2009-07-03filter: added new plugin API for filtersMax Kellermann1-0/+6
2009-06-25Makefile.am: require automake 1.10Max Kellermann1-1/+1