| Commit message (Expand) | Author | Age | Files | Lines |
* | audio: moved code to output_command.c | Max Kellermann | 2009-02-11 | 1 | -6/+0 |
* | audio: replaced parseAudioConfig() with audio_format_parse() | Max Kellermann | 2009-02-11 | 1 | -2/+0 |
* | audio: moved code to output_all.c | Max Kellermann | 2009-02-10 | 1 | -40/+0 |
* | audio: moved protocol code to output_print.c | Max Kellermann | 2009-02-10 | 1 | -3/+0 |
* | audio: moved state file code to output_state.c | Max Kellermann | 2009-02-10 | 1 | -5/+1 |
* | audio: removed isCurrentAudioFormat() | Max Kellermann | 2009-02-10 | 1 | -2/+0 |
* | audio: added output enumeration functions | Max Kellermann | 2009-02-10 | 1 | -0/+13 |
* | audio: added audio_output_config_count() | Max Kellermann | 2009-02-10 | 1 | -0/+4 |
* | mixer: removed mixer_configure_legacy(), AC_MIXER_CONFIGURE | Max Kellermann | 2009-01-25 | 1 | -1/+0 |
* | conf: no CamelCase, part I | Max Kellermann | 2009-01-17 | 1 | -2/+2 |
* | Moving mixers to audio outputs | Viliam Mateicka | 2008-12-31 | 1 | -0/+5 |
* | exporting functions | Viliam Mateicka | 2008-12-31 | 1 | -0/+2 |
* | added prefix to header macros | Max Kellermann | 2008-10-31 | 1 | -2/+2 |
* | output: use bool for return values and flags | Max Kellermann | 2008-10-29 | 1 | -2/+2 |
* | use the "bool" data type instead of "int" | Max Kellermann | 2008-10-08 | 1 | -1/+2 |
* | don't include os_compat.h | Max Kellermann | 2008-10-08 | 1 | -1/+1 |
* | audio_output: added method pause() | Max Kellermann | 2008-09-29 | 1 | -0/+2 |
* | audio: removed isAudioDeviceOpen() | Max Kellermann | 2008-09-10 | 1 | -2/+0 |
* | audio: moved cmpAudioFormat() to audio_format.h | Max Kellermann | 2008-09-09 | 1 | -2/+0 |
* | audio: replaced copyAudioFormat() with simple assignment | Max Kellermann | 2008-09-09 | 1 | -2/+0 |
* | output: static audio_output_plugin list as array | Max Kellermann | 2008-09-08 | 1 | -1/+0 |
* | audio_format: converted typedef AudioFormat to struct audio_format | Max Kellermann | 2008-09-07 | 1 | -8/+8 |
* | audio: don't pass "fd" to printAudioDevices() | Max Kellermann | 2008-09-07 | 1 | -1/+2 |
* | audio: don't pass "fd" to {en,dis}ableAudioDevice() | Max Kellermann | 2008-09-07 | 1 | -2/+2 |
* | include cleanup | Max Kellermann | 2008-09-06 | 1 | -1/+2 |
* | tag: renamed MpdTag and MpdTagItem to struct tag, struct mpd_tag_item | Max Kellermann | 2008-08-29 | 1 | -1/+1 |
* | pass constant pointers | Max Kellermann | 2008-08-29 | 1 | -1/+1 |
* | moved struct AudioFormat to audio_format.h | Max Kellermann | 2008-08-26 | 1 | -12/+1 |
* | remove audioDeviceStates from playerData and getPlayerData | Eric Wong | 2008-06-02 | 1 | -2/+0 |
* | const pointers in audio.c | Max Kellermann | 2008-04-12 | 1 | -5/+6 |
* | clean up CPP includes | Max Kellermann | 2008-04-12 | 1 | -2/+0 |
* | use size_t in audio.c | Max Kellermann | 2008-04-12 | 1 | -1/+1 |
* | moved expression to audioFormatSizeToTime() | Max Kellermann | 2008-04-12 | 1 | -0/+5 |
* | audio: use a machine word for array sizes | Max Kellermann | 2008-03-26 | 1 | -3/+3 |
* | Cleanup #includes of standard system headers and put them in one place | Eric Wong | 2008-01-03 | 1 | -2/+1 |
* | silence is constant, as is the buffer we pass to playAudio | Eric Wong | 2008-01-01 | 1 | -1/+1 |
* | The massive copyright update | Avuton Olrich | 2007-04-05 | 1 | -1/+1 |
* | Fix warnings for -Wmissing-prototypes | Avuton Olrich | 2006-08-20 | 1 | -8/+8 |
* | audio: remove AUDIO_MAX_DEVICES limit | Eric Wong | 2006-08-01 | 1 | -2/+2 |
* | Standardize state_file handling routines. | Eric Wong | 2006-07-30 | 1 | -2/+2 |
* | interface/connection malloc reductions from mpd-ke | Eric Wong | 2006-07-30 | 1 | -3/+3 |
* | Add mpd-indent.sh | Avuton Olrich | 2006-07-20 | 1 | -2/+2 |
* | Committing qball's patch to list supported audio outputs in --version | J. Alexander Treuman | 2006-07-16 | 1 | -0/+1 |
* | Change shank's email address | J. Alexander Treuman | 2006-07-14 | 1 | -1/+1 |
* | Huge header update, update the copyright and add | Avuton Olrich | 2006-07-13 | 1 | -1/+1 |
* | Commit Jat's patch for bug 1281 | Qball Cow | 2006-05-08 | 1 | -0/+2 |
* | rewrite statefile code for audio devices | Eric Wong | 2006-03-18 | 1 | -2/+0 |
* | Saving state of output-device in state-file. (This is a temporary solution, r... | Qball Cow | 2005-08-23 | 1 | -0/+4 |
* | implemented dropping of current buffered audio, works for oss, but there seems | Warren Dukes | 2005-03-05 | 1 | -0/+2 |
* | new command "devices", prints devices and their states | Warren Dukes | 2004-11-02 | 1 | -0/+2 |