aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* music_pipe: renamed struct output_buffer to struct music_pipeMax Kellermann2008-11-025-19/+24
* renamed outputBuffer.[ch] to pipe.[ch]Max Kellermann2008-11-028-10/+10
* decoder: enable decoders even if they have no init() methodMax Kellermann2008-11-021-1/+1
* decoder: make the suffixes and mime_types arrays really constMax Kellermann2008-11-0111-32/+41
* decoder: make all decoder_plugin structs constMax Kellermann2008-11-0112-23/+23
* decoder: manage decoder list in a static arrayMax Kellermann2008-11-014-109/+78
* decoder: return const decoder_plugin structsMax Kellermann2008-11-017-20/+24
* permission: store passwords in GHashTableMax Kellermann2008-11-011-17/+20
* tag: use GLib instead of utils.hMax Kellermann2008-11-011-8/+10
* utils: use GUINT32_FROM_LE() instead of readLEuint32()Max Kellermann2008-11-013-17/+8
* tag: don't return const string from fix_utf8()Max Kellermann2008-11-011-13/+13
* alsa, jack: no const pointers for allocated stringsMax Kellermann2008-11-012-26/+42
* path: removed sanitizePathDup()Max Kellermann2008-10-313-47/+2
* mapper: check for "." and ".."Max Kellermann2008-10-311-0/+5
* update: check return valuesMax Kellermann2008-10-314-16/+28
* path: moved playlist_dir to mapper.cMax Kellermann2008-10-317-58/+81
* mapper: use g_warning() for loggingMax Kellermann2008-10-311-5/+5
* decoder: eliminate gotos in decodeStart()Max Kellermann2008-10-311-7/+12
* decoder: don't wake up player when command==NONEMax Kellermann2008-10-311-1/+0
* decoder: notify player after stopMax Kellermann2008-10-311-0/+1
* decoder: reset state and command in decoder_task()Max Kellermann2008-10-311-4/+4
* decoder: introduce switch statement in decoder_task()Max Kellermann2008-10-311-4/+10
* decoder_api: pass constant path pointersMax Kellermann2008-10-3112-29/+43
* input_stream: pass const url to input_stream_open()Max Kellermann2008-10-312-2/+2
* client: use boolMax Kellermann2008-10-312-2/+2
* removed UTF-8 library, use GLib insteadMax Kellermann2008-10-315-199/+12
* removed unneed check for protocol in shout plugin, will assume icecast2 proto...Alam Arias2008-10-311-2/+0
* path: free GLib error in fs_charset_to_utf8()Max Kellermann2008-10-311-1/+3
* directory: directory_free() frees childrenMax Kellermann2008-10-311-0/+7
* added prefix to header macrosMax Kellermann2008-10-3175-150/+150
* client: don't try again after partial writeMax Kellermann2008-10-311-0/+1
* removed the sllist libraryMax Kellermann2008-10-313-127/+0
* client: use GQueue instead of sllist.h for deferred_sendMax Kellermann2008-10-311-34/+42
* client: use GSList instead of struct strnode for command listsMax Kellermann2008-10-313-50/+23
* client: removed list_cacheMax Kellermann2008-10-311-34/+1
* ogg: don't include _flac_common.hMax Kellermann2008-10-311-1/+0
* oggflac: adapt to new APIMax Kellermann2008-10-311-6/+6
* ffmpeg: pass input_stream pointer to decoder_data()Max Kellermann2008-10-301-3/+5
* ffmpeg: use return value of decoder_data()Max Kellermann2008-10-301-18/+20
* ffmpeg: output buffer size cannot be negativeMax Kellermann2008-10-301-5/+7
* ffmpeg: break immediately after av_read_frame()Max Kellermann2008-10-301-9/+8
* ffmpeg: moved code to ffmpeg_send_frame()Max Kellermann2008-10-301-27/+34
* ffmpeg: report seek errors to MPDMax Kellermann2008-10-301-5/+4
* ffmpeg: simplified mpdurl_read()Max Kellermann2008-10-301-13/+11
* ffmpeg: call tag_free() instead of free()Max Kellermann2008-10-301-1/+1
* ffmpeg: eliminated local variable "tag"Max Kellermann2008-10-301-7/+4
* ffmpeg: make ffmpeg_helper() return boolMax Kellermann2008-10-301-24/+21
* ffmpeg: removed debug messagesMax Kellermann2008-10-301-35/+5
* ffmpeg: initialize base.decoderMax Kellermann2008-10-301-0/+1
* listen: set file mode 666 on the unix socketMax Kellermann2008-10-301-0/+4