| Commit message (Expand) | Author | Files | Lines |
2008-11-11 | replay_gain: no CamelCase | Max Kellermann | 13 | -111/+119 |
2008-11-11 | replay_gain: renamed sources to replay_gain.c, replay_gain.h | Max Kellermann | 5 | -5/+5 |
2008-11-11 | decoder: fixed assertion failure for decoder==NULL in decoder_read() | Max Kellermann | 1 | -1/+2 |
2008-11-10 | decoder: removed plugin method try_decode() | Max Kellermann | 5 | -51/+14 |
2008-11-10 | decoder: fall back to next plugin | Max Kellermann | 1 | -4/+16 |
2008-11-10 | decoder: wrapper functions for methods stream_decode() and file_decode() | Max Kellermann | 1 | -5/+66 |
2008-11-10 | decoder: added more assertions | Max Kellermann | 1 | -0/+10 |
2008-11-10 | flac: call flac_process_metadata() for ogg files | Max Kellermann | 1 | -4/+5 |
2008-11-10 | flac: enable the oggflac plugin with older libflac versions | Max Kellermann | 1 | -3/+14 |
2008-11-10 | flac: enable oggflac with libflac | Max Kellermann | 1 | -1/+1 |
2008-11-09 | log: properly check log_threshold | Daniel Schömer | 1 | -1/+1 |
2008-11-09 | decoder: updated API documentation | Max Kellermann | 1 | -2/+6 |
2008-11-09 | wavpack: removed try_decode() method | Max Kellermann | 1 | -23/+0 |
2008-11-09 | flac: make the init() method check for oggflac support | Max Kellermann | 1 | -2/+8 |
2008-11-08 | decoder: converted dc.error to a dc.state value | Max Kellermann | 4 | -30/+44 |
2008-11-08 | decoder: removed "plugin" from the decoder struct | Max Kellermann | 2 | -6/+0 |
2008-11-08 | wavpack: make 24-bit samples available for mpd | Laszlo Ashin | 1 | -47/+46 |
2008-11-08 | wavpack: check last_byte in push_back_byte() method | Laszlo Ashin | 1 | -2/+6 |
2008-11-08 | wavpack: wrapper for converting void* to struct wavpack_input* | Laszlo Ashin | 1 | -13/+20 |
2008-11-08 | wavpack: put braces around one line code blocks | Laszlo Ashin | 1 | -15/+27 |
2008-11-08 | wavpack: added prefix to local function names | Laszlo Ashin | 1 | -14/+14 |
2008-11-08 | wavpack: unified code style | Laszlo Ashin | 1 | -16/+28 |
2008-11-07 | listen: fix namespace collision on OpenSolaris | Tom Servo | 1 | -6/+6 |
2008-11-06 | wavpack: check wvc seekability | Laszlo Ashin | 1 | -2/+5 |
2008-11-06 | wavpack: close wvc stream on error | Laszlo Ashin | 1 | -1/+3 |
2008-11-06 | wavpack: enable seeking | Laszlo Ashin | 1 | -1/+1 |
2008-11-06 | input_curl: retrieve error message from ERRORBUFFER | Max Kellermann | 1 | -2/+5 |
2008-11-06 | input_curl: return 0 on error from read() | Max Kellermann | 1 | -1/+2 |
2008-11-06 | input_curl: enable FAILONERROR | Max Kellermann | 1 | -0/+1 |
2008-11-05 | path: removed superfluous error check in path_set_fs_charset() | Max Kellermann | 1 | -8/+0 |
2008-11-05 | log: check if log_charset is set | Max Kellermann | 1 | -5/+8 |
2008-11-05 | Makefile.am: distribute input_curl.h | Max Kellermann | 1 | -0/+1 |
2008-11-05 | main: print usage to stdout | Max Kellermann | 1 | -26/+25 |
2008-11-05 | log: convert messages to system charset | Max Kellermann | 1 | -0/+14 |
2008-11-05 | log: use bool | Max Kellermann | 2 | -8/+10 |
2008-11-05 | log: provide a GLib logging handler | Max Kellermann | 1 | -0/+15 |
2008-11-05 | log: use GLib message logging | Max Kellermann | 2 | -24/+15 |
2008-11-05 | log: no CamelCase | Max Kellermann | 1 | -6/+8 |
2008-11-05 | log: removed warning buffer | Max Kellermann | 3 | -79/+2 |
2008-11-05 | main: initialize locale (LC_CTYPE) | Max Kellermann | 1 | -0/+9 |
2008-11-05 | path: don't allocate charset twice | Max Kellermann | 1 | -5/+3 |
2008-11-05 | path: get filesystem charset from GLib | Max Kellermann | 1 | -39/+6 |
2008-11-05 | path: no CamelCase | Max Kellermann | 4 | -30/+27 |
2008-11-05 | enable GLib threading | Max Kellermann | 1 | -0/+3 |
2008-11-05 | main: don't close all file descriptors on startup | Max Kellermann | 1 | -11/+0 |
2008-11-05 | pulse: removed reconnect interval | Max Kellermann | 1 | -19/+2 |
2008-11-05 | pulse: check if connection is open in pulse_cancel() | Max Kellermann | 1 | -0/+3 |
2008-11-05 | wavpack: read_bytes() should not return after partial reads | Max Kellermann | 1 | -1/+16 |
2008-11-05 | wavpack: don't close the stream | Max Kellermann | 1 | -1/+0 |
2008-11-04 | decoder: removed stream_types | Max Kellermann | 13 | -28/+0 |