aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* decoder: converted dc.error to a dc.state valueMax Kellermann2008-11-084-30/+44
* decoder: removed "plugin" from the decoder structMax Kellermann2008-11-082-6/+0
* wavpack: make 24-bit samples available for mpdLaszlo Ashin2008-11-081-47/+46
* wavpack: check last_byte in push_back_byte() methodLaszlo Ashin2008-11-081-2/+6
* wavpack: wrapper for converting void* to struct wavpack_input*Laszlo Ashin2008-11-081-13/+20
* wavpack: put braces around one line code blocksLaszlo Ashin2008-11-081-15/+27
* wavpack: added prefix to local function namesLaszlo Ashin2008-11-081-14/+14
* wavpack: unified code styleLaszlo Ashin2008-11-081-16/+28
* configure.ac: enable _ogg_common.c when flac is enabledMax Kellermann2008-11-071-1/+1
* configure.ac: added AC_CONFIG_SRCDIRMax Kellermann2008-11-071-4/+2
* listen: fix namespace collision on OpenSolarisTom Servo2008-11-071-6/+6
* wavpack: check wvc seekabilityLaszlo Ashin2008-11-061-2/+5
* wavpack: close wvc stream on errorLaszlo Ashin2008-11-061-1/+3
* wavpack: enable seekingLaszlo Ashin2008-11-061-1/+1
* input_curl: retrieve error message from ERRORBUFFERMax Kellermann2008-11-061-2/+5
* input_curl: return 0 on error from read()Max Kellermann2008-11-061-1/+2
* input_curl: enable FAILONERRORMax Kellermann2008-11-061-0/+1
* MPD version 0.14~alpha1release-0.14_alpha1Max Kellermann2008-11-051-1/+1
* path: removed superfluous error check in path_set_fs_charset()Max Kellermann2008-11-051-8/+0
* log: check if log_charset is setMax Kellermann2008-11-051-5/+8
* NEWS: updated 0.14 changelogMax Kellermann2008-11-051-0/+12
* NEWS: reformatted 0.14 itemsMax Kellermann2008-11-051-8/+9
* README: added version number to GPLMax Kellermann2008-11-051-1/+1
* README: removed mp4ffMax Kellermann2008-11-051-6/+0
* UPGRADING: added a 0.14 sectionMax Kellermann2008-11-051-0/+8
* INSTALL: update dependency listMax Kellermann2008-11-051-0/+17
* 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-052-1/+4
* 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
* configure.ac: check for avcodec_decode_audio2()Max Kellermann2008-11-041-0/+8
* 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