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