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