aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
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
* 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
* 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