aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2008-11-05Makefile.am: distribute input_curl.hMax Kellermann1-0/+1
2008-11-05main: print usage to stdoutMax Kellermann1-26/+25
2008-11-05log: convert messages to system charsetMax Kellermann1-0/+14
2008-11-05log: use boolMax Kellermann2-8/+10
2008-11-05log: provide a GLib logging handlerMax Kellermann1-0/+15
2008-11-05log: use GLib message loggingMax Kellermann2-24/+15
2008-11-05log: no CamelCaseMax Kellermann1-6/+8
2008-11-05log: removed warning bufferMax Kellermann3-79/+2
2008-11-05main: initialize locale (LC_CTYPE)Max Kellermann1-0/+9
2008-11-05path: don't allocate charset twiceMax Kellermann1-5/+3
2008-11-05path: get filesystem charset from GLibMax Kellermann1-39/+6
2008-11-05path: no CamelCaseMax Kellermann4-30/+27
2008-11-05enable GLib threadingMax Kellermann1-0/+3
2008-11-05main: don't close all file descriptors on startupMax Kellermann1-11/+0
2008-11-05pulse: removed reconnect intervalMax Kellermann1-19/+2
2008-11-05pulse: check if connection is open in pulse_cancel()Max Kellermann1-0/+3
2008-11-05wavpack: read_bytes() should not return after partial readsMax Kellermann1-1/+16
2008-11-05wavpack: don't close the streamMax Kellermann1-1/+0
2008-11-04decoder: removed stream_typesMax Kellermann13-28/+0
2008-11-04wavpack: removed NULL element from tagtypesMax Kellermann1-3/+2
2008-11-04wavpack: use enum tag_typeMax Kellermann1-1/+1
2008-11-04wavpack: use GLib instead of utils.h / log.hMax Kellermann1-28/+12
2008-11-04wavpack: read first byte from wvc streamMax Kellermann1-25/+13
2008-11-04wavpack: use the bool data typeMax Kellermann1-12/+12
2008-11-04wavpack: no CamelCaseMax Kellermann2-44/+46
2008-11-04wavpack: fix indentMax Kellermann1-47/+47
2008-11-04mp4: get decoder command from decoder_data()Max Kellermann1-7/+8
2008-11-04mp4: initialize audio_format before decoder_initialized()Max Kellermann1-6/+5
2008-11-04mp4: use decoder_read() instead of input_stream_read()Max Kellermann1-1/+4
2008-11-04mp4: pass struct mp4_context to the mp4ff_callback_t methodsMax Kellermann1-10/+18
2008-11-04mp4: use GLib instead of utils.h / log.hMax Kellermann1-13/+14
2008-11-04mp4: use tag_is_empty() instead of passing the tag_is_found flagMax Kellermann1-13/+3
2008-11-04mp4: static mp4ff_callback_t variablesMax Kellermann1-22/+15
2008-11-04mp4: no CamelCaseeMax Kellermann2-106/+111
2008-11-04ffmpeg: removed loop from mpd_ffmpeg_read()Max Kellermann1-15/+2
2008-11-04ffmpeg: removed ffmpeg_context.codecMax Kellermann1-2/+0
2008-11-04ffmpeg: moved code to ffmpeg_find_audio_stream()Max Kellermann1-9/+12
2008-11-04ffmpeg: no CamelCaseMax Kellermann2-102/+103
2008-11-04tag: added tag_is_empty()Max Kellermann1-0/+10
2008-11-04osx: fix gcc warningsMax Kellermann1-7/+8
2008-11-04osx: adapt to new output plugin APIMax Kellermann1-19/+15
2008-11-03decoder: update dc.error after input stream failureMax Kellermann1-0/+1
2008-11-03input_curl: use curl_multi_info_read()Max Kellermann1-1/+32
2008-11-03player: converted PLAYER_ERROR_* to enumMax Kellermann2-9/+14
2008-11-03player: removed "volatile" attributesMax Kellermann1-6/+6
2008-11-03player: no CamelCaseMax Kellermann3-45/+45
2008-11-03decoder: converted DECODE_ERROR_* to enumMax Kellermann1-4/+6
2008-11-03decoder: removed "volatile" modifierMax Kellermann1-2/+2
2008-11-03decoder: no CamelCaseMax Kellermann5-31/+31
2008-11-03decoder_api: send song tag in decoder_data()Max Kellermann1-8/+26