aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* replay_gain: removed superfluous author name commentMax Kellermann2008-11-111-1/+0
* replay_gain: no CamelCaseMax Kellermann2008-11-1113-111/+119
* replay_gain: renamed sources to replay_gain.c, replay_gain.hMax Kellermann2008-11-115-5/+5
* decoder: fixed assertion failure for decoder==NULL in decoder_read()Max Kellermann2008-11-111-1/+2
* decoder: removed plugin method try_decode()Max Kellermann2008-11-105-51/+14
* decoder: fall back to next pluginMax Kellermann2008-11-101-4/+16
* decoder: wrapper functions for methods stream_decode() and file_decode()Max Kellermann2008-11-101-5/+66
* decoder: added more assertionsMax Kellermann2008-11-101-0/+10
* flac: call flac_process_metadata() for ogg filesMax Kellermann2008-11-101-4/+5
* flac: enable the oggflac plugin with older libflac versionsMax Kellermann2008-11-101-3/+14
* flac: enable oggflac with libflacMax Kellermann2008-11-101-1/+1
* log: properly check log_thresholdDaniel Schömer2008-11-091-1/+1
* decoder: updated API documentationMax Kellermann2008-11-091-2/+6
* wavpack: removed try_decode() methodMax Kellermann2008-11-091-23/+0
* flac: make the init() method check for oggflac supportMax Kellermann2008-11-091-2/+8
* 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
* 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
* 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
* 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