aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* mapper: use g_warning() for loggingMax Kellermann2008-10-31
* decoder: eliminate gotos in decodeStart()Max Kellermann2008-10-31
* decoder: don't wake up player when command==NONEMax Kellermann2008-10-31
* decoder: notify player after stopMax Kellermann2008-10-31
* decoder: reset state and command in decoder_task()Max Kellermann2008-10-31
* decoder: introduce switch statement in decoder_task()Max Kellermann2008-10-31
* decoder_api: pass constant path pointersMax Kellermann2008-10-31
* input_stream: pass const url to input_stream_open()Max Kellermann2008-10-31
* client: use boolMax Kellermann2008-10-31
* removed UTF-8 library, use GLib insteadMax Kellermann2008-10-31
* update mpdconf.example that shout ouput encoding and protocol settings are op...Alam Arias2008-10-31
* removed unneed check for protocol in shout plugin, will assume icecast2 proto...Alam Arias2008-10-31
* replace tabs with space in shout audio_output exampleAlam Arias2008-10-31
* path: free GLib error in fs_charset_to_utf8()Max Kellermann2008-10-31
* directory: directory_free() frees childrenMax Kellermann2008-10-31
* added prefix to header macrosMax Kellermann2008-10-31
* client: don't try again after partial writeMax Kellermann2008-10-31
* removed the sllist libraryMax Kellermann2008-10-31
* client: use GQueue instead of sllist.h for deferred_sendMax Kellermann2008-10-31
* client: use GSList instead of struct strnode for command listsMax Kellermann2008-10-31
* client: removed list_cacheMax Kellermann2008-10-31
* ogg: don't include _flac_common.hMax Kellermann2008-10-31
* oggflac: adapt to new APIMax Kellermann2008-10-31
* ffmpeg: pass input_stream pointer to decoder_data()Max Kellermann2008-10-30
* ffmpeg: use return value of decoder_data()Max Kellermann2008-10-30
* ffmpeg: output buffer size cannot be negativeMax Kellermann2008-10-30
* ffmpeg: break immediately after av_read_frame()Max Kellermann2008-10-30
* ffmpeg: moved code to ffmpeg_send_frame()Max Kellermann2008-10-30
* ffmpeg: report seek errors to MPDMax Kellermann2008-10-30
* ffmpeg: simplified mpdurl_read()Max Kellermann2008-10-30
* ffmpeg: call tag_free() instead of free()Max Kellermann2008-10-30
* ffmpeg: eliminated local variable "tag"Max Kellermann2008-10-30
* ffmpeg: make ffmpeg_helper() return boolMax Kellermann2008-10-30
* ffmpeg: removed debug messagesMax Kellermann2008-10-30
* ffmpeg: initialize base.decoderMax Kellermann2008-10-30
* listen: set file mode 666 on the unix socketMax Kellermann2008-10-30
* pulse: fix segfault without sink nameMax Kellermann2008-10-30
* autogen.sh: don't call aclocal with the $PWD prefixRichard Brown2008-10-30
* mpc: provide 24 bit samplesMax Kellermann2008-10-30
* mpc: moved sample size into a constantMax Kellermann2008-10-30
* mpc: renamed variable "s16" to "dest"Max Kellermann2008-10-30
* mpc: fix broken integer sample conversionMax Kellermann2008-10-30
* mpc: fix boolean interpretation of input_stream_seek()Max Kellermann2008-10-30
* decoder: use bool for return values and flagsMax Kellermann2008-10-30
* mp3: make mp3_read() return boolMax Kellermann2008-10-30
* output: removed audio_output.resultMax Kellermann2008-10-29
* output: delay reopen after device failureMax Kellermann2008-10-29
* output: moved code to audio_output_update()Max Kellermann2008-10-29
* output: always call cancel() before stop()Max Kellermann2008-10-29
* input_file: refuse to open non-regular filesMax Kellermann2008-10-29