| Commit message (Expand) | Author | Files | Lines |
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 |
2008-11-04 | wavpack: removed NULL element from tagtypes | Max Kellermann | 1 | -3/+2 |
2008-11-04 | wavpack: use enum tag_type | Max Kellermann | 1 | -1/+1 |
2008-11-04 | wavpack: use GLib instead of utils.h / log.h | Max Kellermann | 1 | -28/+12 |
2008-11-04 | wavpack: read first byte from wvc stream | Max Kellermann | 1 | -25/+13 |
2008-11-04 | wavpack: use the bool data type | Max Kellermann | 1 | -12/+12 |
2008-11-04 | wavpack: no CamelCase | Max Kellermann | 2 | -44/+46 |
2008-11-04 | wavpack: fix indent | Max Kellermann | 1 | -47/+47 |
2008-11-04 | mp4: get decoder command from decoder_data() | Max Kellermann | 1 | -7/+8 |
2008-11-04 | mp4: initialize audio_format before decoder_initialized() | Max Kellermann | 1 | -6/+5 |
2008-11-04 | mp4: use decoder_read() instead of input_stream_read() | Max Kellermann | 1 | -1/+4 |
2008-11-04 | mp4: pass struct mp4_context to the mp4ff_callback_t methods | Max Kellermann | 1 | -10/+18 |
2008-11-04 | mp4: use GLib instead of utils.h / log.h | Max Kellermann | 1 | -13/+14 |
2008-11-04 | mp4: use tag_is_empty() instead of passing the tag_is_found flag | Max Kellermann | 1 | -13/+3 |
2008-11-04 | mp4: static mp4ff_callback_t variables | Max Kellermann | 1 | -22/+15 |
2008-11-04 | mp4: no CamelCasee | Max Kellermann | 2 | -106/+111 |
2008-11-04 | ffmpeg: removed loop from mpd_ffmpeg_read() | Max Kellermann | 1 | -15/+2 |
2008-11-04 | ffmpeg: removed ffmpeg_context.codec | Max Kellermann | 1 | -2/+0 |
2008-11-04 | ffmpeg: moved code to ffmpeg_find_audio_stream() | Max Kellermann | 1 | -9/+12 |