| Commit message (Expand) | Author | Files | Lines |
2009-08-14 | output: fixed shout stuck pause bug | Max Kellermann | 1 | -0/+6 |
2009-03-26 | output_plugin: replaced output_plugin.get_mixer() with mixer_plugin | Max Kellermann | 1 | -0/+7 |
2009-03-25 | output: protect audio_output.open with the mutex | Max Kellermann | 1 | -1/+6 |
2009-03-20 | output: convert audio_output.config_audio_format to boolean | Max Kellermann | 1 | -6/+6 |
2009-03-13 | all: Update copyright header. | Avuton Olrich | 1 | -7/+7 |
2009-03-09 | output: play from a music_pipe object | Max Kellermann | 1 | -10/+19 |
2009-02-28 | output: use GTimer instead of time_t for reopen after failure | Max Kellermann | 1 | -3/+4 |
2009-02-23 | output: pass the music chunk pointer as void*, not char* | Max Kellermann | 1 | -1/+1 |
2009-02-16 | output: include cleanup | Max Kellermann | 1 | -1/+1 |
2009-02-16 | output_api: moved "enum output_command" to output_internal.h | Max Kellermann | 1 | -0/+11 |
2009-02-10 | output_api: no CamelCase in struct audio_output | Max Kellermann | 1 | -6/+6 |
2009-02-10 | output_internal: added missing output_api.h include | Max Kellermann | 1 | -0/+1 |
2009-01-17 | pcm_convert: return PCM buffer from pcm_convert() | Max Kellermann | 1 | -2/+0 |
2009-01-07 | pcm_utils: moved conversion code to pcm_convert.c | Max Kellermann | 1 | -1/+1 |
2008-12-28 | output: migrate from pthread to glib threads | Thomas Jansen | 1 | -3/+2 |
2008-12-27 | notify: use GLib locking | Max Kellermann | 1 | -0/+1 |
2008-10-31 | added prefix to header macros | Max Kellermann | 1 | -2/+2 |
2008-10-29 | output: removed audio_output.result | Max Kellermann | 1 | -11/+0 |
2008-10-29 | output: delay reopen after device failure | Max Kellermann | 1 | -0/+8 |
2008-10-29 | output: moved audioDeviceStates to audio_output.enabled | Max Kellermann | 1 | -0/+5 |
2008-10-29 | output: use bool for return values and flags | Max Kellermann | 1 | -6/+6 |
2008-10-21 | pcm_utils: renamed ConvState to struct pcm_convert_state | Max Kellermann | 1 | -1/+1 |
2008-09-24 | output: removed DEVICE_ON, DEVICE_OFF | Max Kellermann | 1 | -0/+6 |
2008-09-24 | output: semi-asynchronous playback | Max Kellermann | 1 | -0/+12 |
2008-09-24 | output: document the audio_output elements | Max Kellermann | 1 | -4/+58 |
2008-09-24 | output: make "struct audio_output" opaque for output plugins | Max Kellermann | 1 | -10/+33 |
2008-09-07 | audio_format: converted typedef AudioFormat to struct audio_format | Max Kellermann | 1 | -3/+4 |
2008-08-26 | moved code to crossfade.c | Max Kellermann | 1 | -9/+10 |
2008-08-26 | clean up CPP includes | Max Kellermann | 1 | -2/+0 |
2008-06-02 | remove audioDeviceStates from playerData and getPlayerData | Eric Wong | 1 | -8/+0 |
2008-04-13 | Make the OutputBuffer API more consistent | Eric Wong | 1 | -1/+1 |
2008-04-13 | Stop passing our single OutputBuffer object everywhere | Eric Wong | 1 | -1/+1 |
2008-04-13 | Stop passing our single DecoderControl object everywhere | Eric Wong | 1 | -1/+1 |
2008-04-13 | Get rid of PlayerControl inside the PlayerData struct | Eric Wong | 1 | -1/+1 |
2008-04-12 | clean up CPP includes | Max Kellermann | 1 | -2/+0 |
2008-04-12 | remove buffered_chunks, use cb->size | Max Kellermann | 1 | -1/+0 |
2008-04-12 | moved CHUNK_SIZE to outputBuffer.h | Max Kellermann | 1 | -3/+0 |
2008-04-12 | unsigned integers in playerData.[ch] | Max Kellermann | 1 | -2/+2 |
2007-04-05 | The massive copyright update | Avuton Olrich | 1 | -1/+1 |
2006-08-20 | Fix warnings for -Wmissing-prototypes | Avuton Olrich | 1 | -3/+3 |
2006-08-06 | merge changes from mpd-tree: | Warren Dukes | 1 | -3/+0 |
2006-08-01 | audio: get rid of the myAudioDevicesEnabled array | Eric Wong | 1 | -1/+1 |
2006-08-01 | audio: remove AUDIO_MAX_DEVICES limit | Eric Wong | 1 | -1/+1 |
2006-08-01 | playerData: move player_pid into the main playerData structure | Eric Wong | 1 | -0/+1 |
2006-07-20 | Add mpd-indent.sh | Avuton Olrich | 1 | -1/+1 |
2006-07-14 | Change shank's email address | J. Alexander Treuman | 1 | -1/+1 |
2006-07-13 | Huge header update, update the copyright and add | Avuton Olrich | 1 | -1/+1 |
2005-11-16 | DJWLindenaar balanced tree and master process patch | Qball Cow | 1 | -0/+2 |
2004-11-02 | enabling and disabling individual audioOutputs is mostly done, just need | Warren Dukes | 1 | -1/+1 |
2004-05-10 | some more work on organizing code for resampling/audioFormat conversion | Warren Dukes | 1 | -1/+0 |