| Commit message (Expand) | Author | Files | Lines |
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 |
2008-11-04 | ffmpeg: no CamelCase | Max Kellermann | 2 | -102/+103 |
2008-11-04 | tag: added tag_is_empty() | Max Kellermann | 1 | -0/+10 |
2008-11-04 | osx: fix gcc warnings | Max Kellermann | 1 | -7/+8 |
2008-11-04 | osx: adapt to new output plugin API | Max Kellermann | 1 | -19/+15 |
2008-11-03 | decoder: update dc.error after input stream failure | Max Kellermann | 1 | -0/+1 |
2008-11-03 | input_curl: use curl_multi_info_read() | Max Kellermann | 1 | -1/+32 |
2008-11-03 | player: converted PLAYER_ERROR_* to enum | Max Kellermann | 2 | -9/+14 |
2008-11-03 | player: removed "volatile" attributes | Max Kellermann | 1 | -6/+6 |
2008-11-03 | player: no CamelCase | Max Kellermann | 3 | -45/+45 |
2008-11-03 | decoder: converted DECODE_ERROR_* to enum | Max Kellermann | 1 | -4/+6 |
2008-11-03 | decoder: removed "volatile" modifier | Max Kellermann | 1 | -2/+2 |
2008-11-03 | decoder: no CamelCase | Max Kellermann | 5 | -31/+31 |
2008-11-03 | decoder_api: send song tag in decoder_data() | Max Kellermann | 1 | -8/+26 |