aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-04-21test: added program "read_mixer"Max Kellermann1-0/+1
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 Kellermann1-0/+1
2009-04-10test: added configuration file readerMax Kellermann1-0/+1
2009-03-12doc: added skeleton for the user manualMax Kellermann1-0/+1
2009-03-10test: added program "run_output"Max Kellermann1-0/+1
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 Kellermann1-0/+1
2009-02-25test: added encoder test programMax Kellermann1-0/+1
Added a command line program which runs an encoder plugin.
2009-02-25test: added decoder test programMax Kellermann1-0/+1
Added a command line program which runs a decoder plugin.
2009-02-18test: added command line test program for pcm_volume.cMax Kellermann1-0/+2
This program is a simple utility for debugging and benchmarking the software volume code.
2009-02-13doc: generate API documentation with doxygenMax Kellermann1-0/+2
When configured with --enable-documentation, use doxygen.
2009-01-10updated .gitignoreMax Kellermann1-0/+3
2008-10-06Add .gitignoreEric Wong1-0/+35
These patterns have been sitting in my private .git/info/exclude files since 2005 because we used to use SVN.