| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | client: don't try again after partial write | Max Kellermann | 2008-10-31 | 1 | -0/+1 |
* | removed the sllist library | Max Kellermann | 2008-10-31 | 3 | -127/+0 |
* | client: use GQueue instead of sllist.h for deferred_send | Max Kellermann | 2008-10-31 | 1 | -34/+42 |
* | client: use GSList instead of struct strnode for command lists | Max Kellermann | 2008-10-31 | 3 | -50/+23 |
* | client: removed list_cache | Max Kellermann | 2008-10-31 | 1 | -34/+1 |
* | ogg: don't include _flac_common.h | Max Kellermann | 2008-10-31 | 1 | -1/+0 |
* | oggflac: adapt to new API | Max Kellermann | 2008-10-31 | 1 | -6/+6 |
* | ffmpeg: pass input_stream pointer to decoder_data() | Max Kellermann | 2008-10-30 | 1 | -3/+5 |
* | ffmpeg: use return value of decoder_data() | Max Kellermann | 2008-10-30 | 1 | -18/+20 |
* | ffmpeg: output buffer size cannot be negative | Max Kellermann | 2008-10-30 | 1 | -5/+7 |
* | ffmpeg: break immediately after av_read_frame() | Max Kellermann | 2008-10-30 | 1 | -9/+8 |
* | ffmpeg: moved code to ffmpeg_send_frame() | Max Kellermann | 2008-10-30 | 1 | -27/+34 |
* | ffmpeg: report seek errors to MPD | Max Kellermann | 2008-10-30 | 1 | -5/+4 |
* | ffmpeg: simplified mpdurl_read() | Max Kellermann | 2008-10-30 | 1 | -13/+11 |
* | ffmpeg: call tag_free() instead of free() | Max Kellermann | 2008-10-30 | 1 | -1/+1 |
* | ffmpeg: eliminated local variable "tag" | Max Kellermann | 2008-10-30 | 1 | -7/+4 |
* | ffmpeg: make ffmpeg_helper() return bool | Max Kellermann | 2008-10-30 | 1 | -24/+21 |
* | ffmpeg: removed debug messages | Max Kellermann | 2008-10-30 | 1 | -35/+5 |
* | ffmpeg: initialize base.decoder | Max Kellermann | 2008-10-30 | 1 | -0/+1 |
* | listen: set file mode 666 on the unix socket | Max Kellermann | 2008-10-30 | 1 | -0/+4 |
* | pulse: fix segfault without sink name | Max Kellermann | 2008-10-30 | 1 | -2/+2 |
* | autogen.sh: don't call aclocal with the $PWD prefix | Richard Brown | 2008-10-30 | 1 | -1/+1 |
* | mpc: provide 24 bit samples | Max Kellermann | 2008-10-30 | 1 | -7/+6 |
* | mpc: moved sample size into a constant | Max Kellermann | 2008-10-30 | 1 | -5/+9 |
* | mpc: renamed variable "s16" to "dest" | Max Kellermann | 2008-10-30 | 1 | -5/+4 |
* | mpc: fix broken integer sample conversion | Max Kellermann | 2008-10-30 | 1 | -6/+4 |
* | mpc: fix boolean interpretation of input_stream_seek() | Max Kellermann | 2008-10-30 | 1 | -1/+1 |
* | decoder: use bool for return values and flags | Max Kellermann | 2008-10-30 | 18 | -144/+148 |
* | mp3: make mp3_read() return bool | Max Kellermann | 2008-10-30 | 1 | -19/+7 |
* | output: removed audio_output.result | Max Kellermann | 2008-10-29 | 4 | -27/+12 |
* | output: delay reopen after device failure | Max Kellermann | 2008-10-29 | 5 | -3/+24 |
* | output: moved code to audio_output_update() | Max Kellermann | 2008-10-29 | 3 | -8/+19 |
* | output: always call cancel() before stop() | Max Kellermann | 2008-10-29 | 3 | -14/+7 |
* | input_file: refuse to open non-regular files | Max Kellermann | 2008-10-29 | 1 | -0/+7 |
* | input_file: check fstat() failure | Max Kellermann | 2008-10-29 | 1 | -0/+6 |
* | input_file: use GLib for logging | Max Kellermann | 2008-10-29 | 1 | -3/+3 |
* | log: don't use utils.h | Max Kellermann | 2008-10-29 | 3 | -27/+17 |
* | output: moved audioDeviceStates to audio_output.enabled | Max Kellermann | 2008-10-29 | 3 | -20/+12 |
* | output: close device on play error | Max Kellermann | 2008-10-29 | 7 | -12/+7 |
* | output: use bool for return values and flags | Max Kellermann | 2008-10-29 | 21 | -153/+162 |
* | audio: call closeAudioDevice() on error | Max Kellermann | 2008-10-29 | 1 | -5/+2 |
* | audio: removed variable "audioOpened" | Max Kellermann | 2008-10-29 | 1 | -9/+1 |
* | pulse: clear pa_simple pointer in pulse_close() | Max Kellermann | 2008-10-29 | 1 | -0/+1 |
* | pulse: use GLib instead of util.h/log.h | Max Kellermann | 2008-10-29 | 1 | -28/+25 |
* | pulse: no CamelCase | Max Kellermann | 2008-10-29 | 2 | -50/+51 |
* | player: handle songs shorter than the initial buffer | Max Kellermann | 2008-10-29 | 1 | -1/+2 |
* | oss: check and override audio_format properly | Max Kellermann | 2008-10-29 | 1 | -0/+7 |
* | player: added variable "play_audio_format" | Max Kellermann | 2008-10-29 | 1 | -2/+4 |
* | decoder: automatically flush the output buffer after decoder exits | Max Kellermann | 2008-10-29 | 12 | -30/+3 |
* | decoder_api: make the audio_format parameter mandatory | Max Kellermann | 2008-10-29 | 1 | -5/+3 |