| Commit message (Expand) | Author | Age | Files | Lines |
* | output: make "struct audio_output" opaque for output plugins | Max Kellermann | 2008-09-24 | 8 | -175/+184 |
* | output: added audio_output_closed() | Max Kellermann | 2008-09-24 | 1 | -1/+1 |
* | 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 | 10 | -38/+1 |
* | output: pass audio_format to plugin.init() and plugin.open() | Max Kellermann | 2008-09-24 | 10 | -30/+54 |
* | audio_format: added audio_format_sample_size() | Max Kellermann | 2008-09-23 | 4 | -4/+4 |
* | alsa: re-enable-nonblocking, but sleep if busy | Eric Wong | 2008-09-23 | 1 | -7/+10 |
* | shout: don't write empty buffers | Max Kellermann | 2008-09-12 | 1 | -2/+4 |
* | shout: removed clear_shout_buffer() | Max Kellermann | 2008-09-12 | 1 | -8/+2 |
* | shout: make the shout_buffer static | Max Kellermann | 2008-09-12 | 4 | -12/+4 |
* | shout: constant plugin declarations | Max Kellermann | 2008-09-12 | 4 | -7/+7 |
* | shout: static encoder plugin list | Max Kellermann | 2008-09-12 | 1 | -35/+15 |
* | shout: removed typedefs on structs and plugin methods | Max Kellermann | 2008-09-12 | 4 | -73/+65 |
* | shout: added mp3 encoder | Eric Wollesen | 2008-09-12 | 3 | -0/+196 |
* | shout: introduce pluggable encoder API | Eric Wollesen | 2008-09-12 | 3 | -55/+177 |
* | shout: send shout metadata | Eric Wollesen | 2008-09-12 | 3 | -5/+19 |
* | shout: added struct _ogg_vorbis_data | Max Kellermann | 2008-09-12 | 2 | -56/+73 |
* | shout: added shout_buffer | Eric Wollesen | 2008-09-12 | 3 | -46/+102 |
* | shout: moved code to audioOutput_shout_ogg.c | Max Kellermann | 2008-09-12 | 3 | -153/+210 |
* | shout: moved declarations to audioOutput_shout.h | Max Kellermann | 2008-09-12 | 2 | -40/+69 |
* | shout: removed commented code | Max Kellermann | 2008-09-12 | 1 | -4/+0 |
* | shout: no CamelCase | Max Kellermann | 2008-09-12 | 1 | -194/+194 |
* | shout: use reqAudioFormat instead of outAudioFormat | Max Kellermann | 2008-09-11 | 1 | -1/+1 |
* | shout: copy the audio_format, instead of taking a pointer | Max Kellermann | 2008-09-11 | 1 | -13/+12 |
* | timer: constant pointers | Max Kellermann | 2008-09-09 | 1 | -1/+1 |
* | alsa: use blocking instead of non-blocking write | Eric Wong | 2008-09-09 | 1 | -1/+6 |
* | alsa: snd_pcm_sw_params_set_xfer_align is deprecated | Eric Wong | 2008-09-08 | 1 | -5/+0 |
* | alsa: only run snd_config_update_free_global once atexit | Eric Wong | 2008-09-08 | 1 | -3/+7 |
* | alsa: move bitformat reading code out of the way | Eric Wong | 2008-09-08 | 1 | -16/+12 |
* | alsa: avoid unnecessary heap usage if we don't set a device name | Eric Wong | 2008-09-08 | 1 | -11/+12 |
* | alsa: get rid of the needless canPause flag | Eric Wong | 2008-09-08 | 1 | -3/+0 |
* | alsa: capitalize "ALSA" consistently in messages | Eric Wong | 2008-09-08 | 1 | -8/+8 |
* | alsa: optimistically try resuming from suspend | Eric Wong | 2008-09-08 | 1 | -6/+4 |
* | output: const plugin structures | Max Kellermann | 2008-09-08 | 10 | -10/+10 |
* | output: renamed typedef AudioOutput to struct audio_output | Max Kellermann | 2008-09-07 | 10 | -79/+87 |
* | output: added output_api.h | Max Kellermann | 2008-09-07 | 10 | -26/+18 |
* | audio_format: converted typedef AudioFormat to struct audio_format | Max Kellermann | 2008-09-07 | 5 | -6/+6 |
* | fix -Wcast-qual -Wwrite-strings warnings | Max Kellermann | 2008-09-07 | 2 | -9/+10 |
* | tag: fix the shout and oggflac plugins | Max Kellermann | 2008-08-29 | 1 | -8/+8 |
* | tag: renamed MpdTag and MpdTagItem to struct tag, struct mpd_tag_item | Max Kellermann | 2008-08-29 | 1 | -2/+2 |
* | made "sample_size" static const | Max Kellermann | 2008-08-26 | 1 | -1/+1 |
* | moved jack configuration to the JackData struct | Max Kellermann | 2008-08-26 | 1 | -49/+64 |
* | jack: removed unused macros | Max Kellermann | 2008-08-26 | 1 | -10/+0 |
* | jack: don't set audioOutput->data=NULL | Max Kellermann | 2008-08-26 | 1 | -5/+5 |
* | jack: initialize JackData in jack_initDriver() | Max Kellermann | 2008-08-26 | 1 | -6/+2 |
* | jack: added freeJackClient() | Max Kellermann | 2008-08-26 | 1 | -13/+25 |
* | jack: initialize jd->client after !jd check | Max Kellermann | 2008-08-26 | 1 | -5/+5 |
* | jack: eliminate superfluous freeJackData() calls | Max Kellermann | 2008-08-26 | 1 | -6/+0 |
* | converted MpdTagItem.type to an enum | Max Kellermann | 2008-08-26 | 1 | -0/+2 |
* | enable -Wpointer-arith, -Wstrict-prototypes | Max Kellermann | 2008-08-26 | 4 | -6/+8 |