| Commit message (Expand) | Author | Age | Files | Lines |
* | audio_format: renamed sampleRate to sample_rate | Max Kellermann | 2008-10-10 | 1 | -1/+1 |
* | use C99 struct initializers | Max Kellermann | 2008-09-29 | 1 | -9/+7 |
* | output: make "struct audio_output" opaque for output plugins | Max Kellermann | 2008-09-24 | 1 | -19/+16 |
* | output: added audio_output_get_name() | Max Kellermann | 2008-09-24 | 1 | -1/+1 |
* | output: set audio_output->open=1 in audio_output_task() | Max Kellermann | 2008-09-24 | 1 | -4/+0 |
* | output: pass audio_format to plugin.init() and plugin.open() | Max Kellermann | 2008-09-24 | 1 | -4/+6 |
* | output: const plugin structures | Max Kellermann | 2008-09-08 | 1 | -1/+1 |
* | output: renamed typedef AudioOutput to struct audio_output | Max Kellermann | 2008-09-07 | 1 | -7/+7 |
* | output: added output_api.h | Max Kellermann | 2008-09-07 | 1 | -3/+2 |
* | enable -Wpointer-arith, -Wstrict-prototypes | Max Kellermann | 2008-08-26 | 1 | -1/+1 |
* | fixed another shadow warning | Max Kellermann | 2008-04-12 | 1 | -11/+11 |
* | use size_t and constant pointer in ao plugins | Max Kellermann | 2008-04-12 | 1 | -5/+23 |
* | Cleanup #includes of standard system headers and put them in one place | Eric Wong | 2008-01-03 | 1 | -4/+1 |
* | Fix compilation error (missing ,) | Avuton Olrich | 2007-05-27 | 1 | -1/+1 |
* | Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a single | J. Alexander Treuman | 2007-05-26 | 1 | -20/+9 |
* | The massive copyright update | Avuton Olrich | 2007-04-05 | 1 | -1/+1 |
* | Fix some error messages concerning _ao output driver | Qball Cow | 2007-01-21 | 1 | -2/+2 |
* | Don't initialize globals to zero (or NULL) | Eric Wong | 2007-01-14 | 1 | -1/+1 |
* | remove some unneccesary includes from the audioOutput's | Warren Dukes | 2006-10-18 | 1 | -2/+0 |
* | Replace strdup and {c,re,m}alloc with x* variants to check for OOM errors | Eric Wong | 2006-08-26 | 1 | -3/+3 |
* | more sparse cleanups | Eric Wong | 2006-08-08 | 1 | -2/+2 |
* | Add mpd-indent.sh | Avuton Olrich | 2006-07-20 | 1 | -1/+1 |
* | Add mpd-indent.sh | Avuton Olrich | 2006-07-20 | 1 | -90/+93 |
* | Change shank's email address | J. Alexander Treuman | 2006-07-14 | 1 | -1/+1 |
* | Use a macro to declare disabled audio output plugins | J. Alexander Treuman | 2006-07-14 | 1 | -13/+2 |
* | Huge header update, update the copyright and add | Avuton Olrich | 2006-07-13 | 1 | -1/+1 |
* | remove C++ style comments | Eric Wong | 2005-11-19 | 1 | -1/+1 |
* | if no audioOutput specified, we no attempt to detect if there exists a usable... | Warren Dukes | 2005-03-12 | 1 | -0/+2 |
* | implemented dropping of current buffered audio, works for oss, but there seems | Warren Dukes | 2005-03-05 | 1 | -0/+6 |
* | this should fix compile bugs #350 and #351 | Warren Dukes | 2005-01-16 | 1 | -0/+20 |
* | don't need to pass audioFormat to openDeviceFunc | Warren Dukes | 2004-11-19 | 1 | -6/+4 |
* | remove signal handling code from ao open() and close() | Warren Dukes | 2004-11-03 | 1 | -5/+0 |
* | DEBUG statement that prints out which ao driver is being used | Warren Dukes | 2004-11-02 | 1 | -0/+3 |
* | move audioOutput dir to audioOutputs | Warren Dukes | 2004-11-02 | 1 | -0/+243 |