aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2008-10-31removed the sllist libraryMax Kellermann3-127/+0
2008-10-31client: use GQueue instead of sllist.h for deferred_sendMax Kellermann1-34/+42
2008-10-31client: use GSList instead of struct strnode for command listsMax Kellermann3-50/+23
2008-10-31client: removed list_cacheMax Kellermann1-34/+1
2008-10-31ogg: don't include _flac_common.hMax Kellermann1-1/+0
2008-10-31oggflac: adapt to new APIMax Kellermann1-6/+6
2008-10-30ffmpeg: pass input_stream pointer to decoder_data()Max Kellermann1-3/+5
2008-10-30ffmpeg: use return value of decoder_data()Max Kellermann1-18/+20
2008-10-30ffmpeg: output buffer size cannot be negativeMax Kellermann1-5/+7
2008-10-30ffmpeg: break immediately after av_read_frame()Max Kellermann1-9/+8
2008-10-30ffmpeg: moved code to ffmpeg_send_frame()Max Kellermann1-27/+34
2008-10-30ffmpeg: report seek errors to MPDMax Kellermann1-5/+4
2008-10-30ffmpeg: simplified mpdurl_read()Max Kellermann1-13/+11
2008-10-30ffmpeg: call tag_free() instead of free()Max Kellermann1-1/+1
2008-10-30ffmpeg: eliminated local variable "tag"Max Kellermann1-7/+4
2008-10-30ffmpeg: make ffmpeg_helper() return boolMax Kellermann1-24/+21
2008-10-30ffmpeg: removed debug messagesMax Kellermann1-35/+5
2008-10-30ffmpeg: initialize base.decoderMax Kellermann1-0/+1
2008-10-30listen: set file mode 666 on the unix socketMax Kellermann1-0/+4
2008-10-30pulse: fix segfault without sink nameMax Kellermann1-2/+2
2008-10-30mpc: provide 24 bit samplesMax Kellermann1-7/+6
2008-10-30mpc: moved sample size into a constantMax Kellermann1-5/+9
2008-10-30mpc: renamed variable "s16" to "dest"Max Kellermann1-5/+4
2008-10-30mpc: fix broken integer sample conversionMax Kellermann1-6/+4
2008-10-30mpc: fix boolean interpretation of input_stream_seek()Max Kellermann1-1/+1
2008-10-30decoder: use bool for return values and flagsMax Kellermann18-144/+148
2008-10-30mp3: make mp3_read() return boolMax Kellermann1-19/+7
2008-10-29output: removed audio_output.resultMax Kellermann4-27/+12
2008-10-29output: delay reopen after device failureMax Kellermann5-3/+24
2008-10-29output: moved code to audio_output_update()Max Kellermann3-8/+19
2008-10-29output: always call cancel() before stop()Max Kellermann3-14/+7
2008-10-29input_file: refuse to open non-regular filesMax Kellermann1-0/+7
2008-10-29input_file: check fstat() failureMax Kellermann1-0/+6
2008-10-29input_file: use GLib for loggingMax Kellermann1-3/+3
2008-10-29log: don't use utils.hMax Kellermann3-27/+17
2008-10-29output: moved audioDeviceStates to audio_output.enabledMax Kellermann3-20/+12
2008-10-29output: close device on play errorMax Kellermann7-12/+7
2008-10-29output: use bool for return values and flagsMax Kellermann21-153/+162
2008-10-29audio: call closeAudioDevice() on errorMax Kellermann1-5/+2
2008-10-29audio: removed variable "audioOpened"Max Kellermann1-9/+1
2008-10-29pulse: clear pa_simple pointer in pulse_close()Max Kellermann1-0/+1
2008-10-29pulse: use GLib instead of util.h/log.hMax Kellermann1-28/+25
2008-10-29pulse: no CamelCaseMax Kellermann2-50/+51
2008-10-29player: handle songs shorter than the initial bufferMax Kellermann1-1/+2
2008-10-29oss: check and override audio_format properlyMax Kellermann1-0/+7
2008-10-29player: added variable "play_audio_format"Max Kellermann1-2/+4
2008-10-29decoder: automatically flush the output buffer after decoder exitsMax Kellermann12-30/+3
2008-10-29decoder_api: make the audio_format parameter mandatoryMax Kellermann1-5/+3
2008-10-29player: request new song only if there is no pending commandMax Kellermann1-1/+2
2008-10-29decoder_api: removed decoder_clear()Max Kellermann10-23/+7