summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2008-11-05path: removed superfluous error check in path_set_fs_charset()Max Kellermann
2008-11-05log: check if log_charset is setMax Kellermann
2008-11-05Makefile.am: distribute input_curl.hMax Kellermann
2008-11-05main: print usage to stdoutMax Kellermann
2008-11-05log: convert messages to system charsetMax Kellermann
2008-11-05log: use boolMax Kellermann
2008-11-05log: provide a GLib logging handlerMax Kellermann
2008-11-05log: use GLib message loggingMax Kellermann
2008-11-05log: no CamelCaseMax Kellermann
2008-11-05log: removed warning bufferMax Kellermann
2008-11-05main: initialize locale (LC_CTYPE)Max Kellermann
2008-11-05path: don't allocate charset twiceMax Kellermann
2008-11-05path: get filesystem charset from GLibMax Kellermann
2008-11-05path: no CamelCaseMax Kellermann
2008-11-05enable GLib threadingMax Kellermann
2008-11-05main: don't close all file descriptors on startupMax Kellermann
2008-11-05pulse: removed reconnect intervalMax Kellermann
2008-11-05pulse: check if connection is open in pulse_cancel()Max Kellermann
2008-11-05wavpack: read_bytes() should not return after partial readsMax Kellermann
2008-11-05wavpack: don't close the streamMax Kellermann
2008-11-04decoder: removed stream_typesMax Kellermann
2008-11-04wavpack: removed NULL element from tagtypesMax Kellermann
2008-11-04wavpack: use enum tag_typeMax Kellermann
2008-11-04wavpack: use GLib instead of utils.h / log.hMax Kellermann
2008-11-04wavpack: read first byte from wvc streamMax Kellermann
2008-11-04wavpack: use the bool data typeMax Kellermann
2008-11-04wavpack: no CamelCaseMax Kellermann
2008-11-04wavpack: fix indentMax Kellermann
2008-11-04mp4: get decoder command from decoder_data()Max Kellermann
2008-11-04mp4: initialize audio_format before decoder_initialized()Max Kellermann
2008-11-04mp4: use decoder_read() instead of input_stream_read()Max Kellermann
2008-11-04mp4: pass struct mp4_context to the mp4ff_callback_t methodsMax Kellermann
2008-11-04mp4: use GLib instead of utils.h / log.hMax Kellermann
2008-11-04mp4: use tag_is_empty() instead of passing the tag_is_found flagMax Kellermann
2008-11-04mp4: static mp4ff_callback_t variablesMax Kellermann
2008-11-04mp4: no CamelCaseeMax Kellermann
2008-11-04ffmpeg: removed loop from mpd_ffmpeg_read()Max Kellermann
2008-11-04ffmpeg: removed ffmpeg_context.codecMax Kellermann
2008-11-04ffmpeg: moved code to ffmpeg_find_audio_stream()Max Kellermann
2008-11-04ffmpeg: no CamelCaseMax Kellermann
2008-11-04tag: added tag_is_empty()Max Kellermann
2008-11-04osx: fix gcc warningsMax Kellermann
2008-11-04osx: adapt to new output plugin APIMax Kellermann
2008-11-03decoder: update dc.error after input stream failureMax Kellermann
2008-11-03input_curl: use curl_multi_info_read()Max Kellermann
2008-11-03player: converted PLAYER_ERROR_* to enumMax Kellermann
2008-11-03player: removed "volatile" attributesMax Kellermann
2008-11-03player: no CamelCaseMax Kellermann
2008-11-03decoder: converted DECODE_ERROR_* to enumMax Kellermann
2008-11-03decoder: removed "volatile" modifierMax Kellermann