| Commit message (Expand) | Author | Age | Files | Lines |
* | renamed src/audioOutputs/ to src/output/ | Max Kellermann | 2008-10-26 | 1 | -571/+0 |
* | oss: use unsigned integer for ioctl constants | Max Kellermann | 2008-10-14 | 1 | -12/+12 |
* | oss: convert several macros to enum | Max Kellermann | 2008-10-14 | 1 | -19/+25 |
* | oss: fix opening default OSS device | Max Kellermann | 2008-10-11 | 1 | -1/+1 |
* | oss: added OssData.audio_format | Max Kellermann | 2008-10-10 | 1 | -19/+20 |
* | audio_format: renamed sampleRate to sample_rate | Max Kellermann | 2008-10-10 | 1 | -2/+2 |
* | don't include os_compat.h | Max Kellermann | 2008-10-08 | 1 | -0/+4 |
* | use C99 struct initializers | Max Kellermann | 2008-09-29 | 1 | -9/+8 |
* | Switch to C99 types (retaining compat with old compilers) | Eric Wong | 2008-09-29 | 1 | -2/+2 |
* | output: make "struct audio_output" opaque for output plugins | Max Kellermann | 2008-09-24 | 1 | -25/+23 |
* | output: set audio_output->open=1 in audio_output_task() | Max Kellermann | 2008-09-24 | 1 | -5/+0 |
* | output: pass audio_format to plugin.init() and plugin.open() | Max Kellermann | 2008-09-24 | 1 | -2/+3 |
* | 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 | -10/+11 |
* | output: added output_api.h | Max Kellermann | 2008-09-07 | 1 | -3/+2 |
* | audio_format: converted typedef AudioFormat to struct audio_format | Max Kellermann | 2008-09-07 | 1 | -1/+1 |
* | enable -Wpointer-arith, -Wstrict-prototypes | Max Kellermann | 2008-08-26 | 1 | -1/+2 |
* | use size_t and constant pointer in ao plugins | Max Kellermann | 2008-04-12 | 1 | -2/+3 |
* | eliminated duplicate initialization | Max Kellermann | 2008-03-26 | 1 | -3/+3 |
* | explicitly downcast | Max Kellermann | 2008-03-26 | 1 | -2/+2 |
* | fixed -Wshadow warnings | Max Kellermann | 2008-01-26 | 1 | -44/+44 |
* | Cleanup #includes of standard system headers and put them in one place | Eric Wong | 2008-01-03 | 1 | -11/+1 |
* | adding \n to a bunch of error message strings | J. Alexander Treuman | 2007-08-27 | 1 | -1/+1 |
* | Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a single | J. Alexander Treuman | 2007-05-26 | 1 | -1/+1 |
* | The massive copyright update | Avuton Olrich | 2007-04-05 | 1 | -2/+2 |
* | remove some unneccesary includes from the audioOutput's | Warren Dukes | 2006-10-18 | 1 | -4/+0 |
* | Replace strdup and {c,re,m}alloc with x* variants to check for OOM errors | Eric Wong | 2006-08-26 | 1 | -5/+5 |
* | audioOutputs_oss: [trivial] make loop interation consistent with others | Eric Wong | 2006-08-26 | 1 | -1/+1 |
* | trivial: labels should be on the left-most column, no tabbing | Eric Wong | 2006-08-20 | 1 | -1/+1 |
* | audioOutput_oss: cleanups (stolen from -ke) | Eric Wong | 2006-08-01 | 1 | -73/+58 |
* | Add mpd-indent.sh | Avuton Olrich | 2006-07-20 | 1 | -6/+6 |
* | Add mpd-indent.sh | Avuton Olrich | 2006-07-20 | 1 | -175/+203 |
* | sparse: ANSI-fy function declarations | Eric Wong | 2006-07-17 | 1 | -2/+2 |
* | OSS: handle device disconnects and reconnects (w/o needing a mpd restart) | Eric Wong | 2006-07-16 | 1 | -10/+11 |
* | 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 | -15/+2 |
* | Huge header update, update the copyright and add | Avuton Olrich | 2006-07-13 | 1 | -1/+1 |
* | OSS: correctly check for the device in oss_testDefault() | Eric Wong | 2006-07-12 | 1 | -3/+4 |
* | src/audioOutputs/audioOutput_oss.c: fix for big-endian machines | Eric Wong | 2006-03-25 | 1 | -15/+19 |
* | gcc 2.95 fixes | Eric Wong | 2005-11-19 | 1 | -1/+2 |
* | fix warning reported gcc 4.0: x == y == z does not work as intended | Eric Wong | 2005-08-07 | 1 | -1/+2 |
* | don't check errno unless we have an error (ret<0) from write() | Eric Wong | 2005-07-03 | 1 | -1/+1 |
* | fix OSS audioOutput plugin, so that when dropAudioBuffer is called and the os... | Warren Dukes | 2005-04-06 | 1 | -5/+10 |
* | print out bits in debug message output for OSS and ALSA | Warren Dukes | 2005-03-19 | 1 | -2/+3 |
* | if no audioOutput specified, we no attempt to detect if there exists a usable... | Warren Dukes | 2005-03-12 | 1 | -4/+40 |
* | code to attempt to pick a supported sample rate, bits, and channels if the re... | Warren Dukes | 2005-03-10 | 1 | -4/+234 |
* | wee bit of code cleanup | Warren Dukes | 2005-03-05 | 1 | -1/+3 |
* | we want to stat, not lstat | Warren Dukes | 2005-03-05 | 1 | -1/+1 |
* | implemented dropping of current buffered audio, works for oss, but there seems | Warren Dukes | 2005-03-05 | 1 | -19/+67 |
* | don't open device in initDriver! instead we just stat() for the device | Warren Dukes | 2005-03-05 | 1 | -29/+78 |