aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2008-11-08decoder: converted dc.error to a dc.state valueMax Kellermann4-30/+44
2008-11-08decoder: removed "plugin" from the decoder structMax Kellermann2-6/+0
2008-11-08wavpack: make 24-bit samples available for mpdLaszlo Ashin1-47/+46
2008-11-08wavpack: check last_byte in push_back_byte() methodLaszlo Ashin1-2/+6
2008-11-08wavpack: wrapper for converting void* to struct wavpack_input*Laszlo Ashin1-13/+20
2008-11-08wavpack: put braces around one line code blocksLaszlo Ashin1-15/+27
2008-11-08wavpack: added prefix to local function namesLaszlo Ashin1-14/+14
2008-11-08wavpack: unified code styleLaszlo Ashin1-16/+28
2008-11-07listen: fix namespace collision on OpenSolarisTom Servo1-6/+6
2008-11-06wavpack: check wvc seekabilityLaszlo Ashin1-2/+5
2008-11-06wavpack: close wvc stream on errorLaszlo Ashin1-1/+3
2008-11-06wavpack: enable seekingLaszlo Ashin1-1/+1
2008-11-06input_curl: retrieve error message from ERRORBUFFERMax Kellermann1-2/+5
2008-11-06input_curl: return 0 on error from read()Max Kellermann1-1/+2
2008-11-06input_curl: enable FAILONERRORMax Kellermann1-0/+1
2008-11-05path: removed superfluous error check in path_set_fs_charset()Max Kellermann1-8/+0
2008-11-05log: check if log_charset is setMax Kellermann1-5/+8
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