| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 | 6 | -0/+340 |
* | shout: introduce pluggable encoder API | Eric Wollesen | 2008-09-12 | 6 | -73/+209 |
* | 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 | 4 | -153/+211 |
* | shout: moved declarations to audioOutput_shout.h | Max Kellermann | 2008-09-12 | 3 | -40/+70 |
* | shout: removed commented code | Max Kellermann | 2008-09-12 | 1 | -4/+0 |
* | shout: no CamelCase | Max Kellermann | 2008-09-12 | 1 | -194/+194 |
* | output: copy reqAudioFormat to outAudioFormat only if not yet open | Max Kellermann | 2008-09-11 | 1 | -1/+7 |
* | output: don't initialize inAudioFormat, outAudioFormat | Max Kellermann | 2008-09-11 | 1 | -4/+0 |
* | 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 |
* | output: removed audio_output.sameInAndOutFormats | Max Kellermann | 2008-09-11 | 3 | -8/+2 |
* | output: removed audio_output.convertAudioFormat | Max Kellermann | 2008-09-11 | 3 | -7/+3 |
* | audio: removed commented code | Max Kellermann | 2008-09-10 | 1 | -12/+0 |
* | audio: added assertions | Max Kellermann | 2008-09-10 | 1 | -0/+5 |
* | audio: make audio_configFormat a static variable | Max Kellermann | 2008-09-10 | 1 | -8/+5 |
* | audio: don't free uninitialized audio_buffer | Max Kellermann | 2008-09-10 | 1 | -5/+6 |
* | audio: added function audio_buffer_resize() | Max Kellermann | 2008-09-10 | 1 | -4/+22 |
* | audio: moved static variables into struct audio_buffer | Max Kellermann | 2008-09-10 | 1 | -26/+30 |
* | audio: don't allow isCurrentAudioFormat(NULL) | Max Kellermann | 2008-09-10 | 1 | -3/+5 |
* | audio: removed isAudioDeviceOpen() | Max Kellermann | 2008-09-10 | 2 | -7/+0 |
* | audio_format: added audio_format_clear() and audio_format_defined() | Max Kellermann | 2008-09-10 | 2 | -1/+13 |
* | client: simplified client_read() | Max Kellermann | 2008-09-10 | 1 | -3/+5 |
* | client: client_input_received() returns 0 | Max Kellermann | 2008-09-10 | 1 | -4/+2 |
* | client: check for COMMAND_RETURN_CLOSE | Max Kellermann | 2008-09-10 | 1 | -15/+14 |
* | client: renamed local variable "selret" to "ret" | Max Kellermann | 2008-09-10 | 1 | -4/+4 |
* | client: moved CLOSE/KILL check after client_process_line() | Max Kellermann | 2008-09-10 | 1 | -4/+3 |
* | audio: moved cmpAudioFormat() to audio_format.h | Max Kellermann | 2008-09-09 | 5 | -22/+14 |
* | audio: replaced copyAudioFormat() with simple assignment | Max Kellermann | 2008-09-09 | 4 | -21/+9 |
* | output: renamed the functions in output_control.c | Max Kellermann | 2008-09-09 | 4 | -34/+34 |
* | output: moved code from audioOutput.c to output_control.c | Max Kellermann | 2008-09-09 | 7 | -216/+281 |
* | output: renamed method names | Max Kellermann | 2008-09-09 | 2 | -34/+23 |
* | output: removed keepAudioOutputAlive() declaration | Max Kellermann | 2008-09-09 | 1 | -1/+0 |
* | timer: constant pointers | Max Kellermann | 2008-09-09 | 3 | -3/+3 |
* | storedPlaylist: correctly expand path when writing | Eric Wong | 2008-09-09 | 1 | -5/+6 |
* | 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 |
* | strset: fix duplicate values | Max Kellermann | 2008-09-08 | 1 | -1/+1 |
* | use strset.h instead of tagTracker.h | Max Kellermann | 2008-09-08 | 6 | -163/+58 |