aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2008-10-31decoder: reset state and command in decoder_task()Max Kellermann1-4/+4
2008-10-31decoder: introduce switch statement in decoder_task()Max Kellermann1-4/+10
2008-10-31decoder_api: pass constant path pointersMax Kellermann12-29/+43
2008-10-31input_stream: pass const url to input_stream_open()Max Kellermann2-2/+2
2008-10-31client: use boolMax Kellermann2-2/+2
2008-10-31removed UTF-8 library, use GLib insteadMax Kellermann5-199/+12
2008-10-31removed unneed check for protocol in shout plugin, will assume icecast2 proto...Alam Arias1-2/+0
2008-10-31path: free GLib error in fs_charset_to_utf8()Max Kellermann1-1/+3
2008-10-31directory: directory_free() frees childrenMax Kellermann1-0/+7
2008-10-31added prefix to header macrosMax Kellermann75-150/+150
2008-10-31client: don't try again after partial writeMax Kellermann1-0/+1
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