aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2008-11-01utils: use GUINT32_FROM_LE() instead of readLEuint32()Max Kellermann3-17/+8
2008-11-01tag: don't return const string from fix_utf8()Max Kellermann1-13/+13
2008-11-01alsa, jack: no const pointers for allocated stringsMax Kellermann2-26/+42
2008-10-31path: removed sanitizePathDup()Max Kellermann3-47/+2
2008-10-31mapper: check for "." and ".."Max Kellermann1-0/+5
2008-10-31update: check return valuesMax Kellermann4-16/+28
2008-10-31path: moved playlist_dir to mapper.cMax Kellermann7-58/+81
2008-10-31mapper: use g_warning() for loggingMax Kellermann1-5/+5
2008-10-31decoder: eliminate gotos in decodeStart()Max Kellermann1-7/+12
2008-10-31decoder: don't wake up player when command==NONEMax Kellermann1-1/+0
2008-10-31decoder: notify player after stopMax Kellermann1-0/+1
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