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