summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2010-09-25.gitignore: added mpd.exe to ignore listDenis Krjuchkov
2010-06-25update .gitignoreMax Kellermann
2009-12-31Makefile.am: added unit tests for the archive pluginsMax Kellermann
2009-12-02test: added normalize test programMax Kellermann
2009-11-19test: added program to test pcm_convert.cMax Kellermann
2009-11-12added .#* to .gitignoreMax Kellermann
Temporary editor files.
2009-10-12playlist_plugin: new plugin API for playlist parsersMax Kellermann
Based on this API, we will add parsers for EXTM3U, PLS, ASX, last.fm radio and others. There is no integration into the MPD core yet. Right now, we have a command line test program. This is work in progress.
2009-07-05test: added program "run_filter"Max Kellermann
This program runs filter plugins in an isolated environment.
2009-06-02doc: added Developer's ManualMax Kellermann
Just a start...
2009-05-28added doc/sticker to .gitignoreMax Kellermann
2009-04-21test: added program "read_mixer"Max Kellermann
This little program is used to test mixer plugins in an isolated environment. This is ALSA-only currently, because we don't have a real "plugin list" yet, and I'm too lazy to implement a switch.
2009-04-13test: added run_input test programMax Kellermann
2009-04-10test: added configuration file readerMax Kellermann
2009-03-12doc: added skeleton for the user manualMax Kellermann
2009-03-10test: added program "run_output"Max Kellermann
The "run_output" program can be used to test an audio output plugin in an isolated environment.
2009-02-28test: added test program which reads tags from a fileMax Kellermann
2009-02-25test: added encoder test programMax Kellermann
Added a command line program which runs an encoder plugin.
2009-02-25test: added decoder test programMax Kellermann
Added a command line program which runs a decoder plugin.
2009-02-18test: added command line test program for pcm_volume.cMax Kellermann
This program is a simple utility for debugging and benchmarking the software volume code.
2009-02-13doc: generate API documentation with doxygenMax Kellermann
When configured with --enable-documentation, use doxygen.
2009-01-10updated .gitignoreMax Kellermann
2008-10-06Add .gitignoreEric Wong
These patterns have been sitting in my private .git/info/exclude files since 2005 because we used to use SVN.