| Commit message (Expand) | Author | Files | Lines |
2008-10-29 | input_file: use GLib for logging | Max Kellermann | 1 | -3/+3 |
2008-10-29 | log: don't use utils.h | Max Kellermann | 3 | -27/+17 |
2008-10-29 | output: moved audioDeviceStates to audio_output.enabled | Max Kellermann | 3 | -20/+12 |
2008-10-29 | output: close device on play error | Max Kellermann | 7 | -12/+7 |
2008-10-29 | output: use bool for return values and flags | Max Kellermann | 21 | -153/+162 |
2008-10-29 | audio: call closeAudioDevice() on error | Max Kellermann | 1 | -5/+2 |
2008-10-29 | audio: removed variable "audioOpened" | Max Kellermann | 1 | -9/+1 |
2008-10-29 | pulse: clear pa_simple pointer in pulse_close() | Max Kellermann | 1 | -0/+1 |
2008-10-29 | pulse: use GLib instead of util.h/log.h | Max Kellermann | 1 | -28/+25 |
2008-10-29 | pulse: no CamelCase | Max Kellermann | 2 | -50/+51 |
2008-10-29 | player: handle songs shorter than the initial buffer | Max Kellermann | 1 | -1/+2 |
2008-10-29 | oss: check and override audio_format properly | Max Kellermann | 1 | -0/+7 |
2008-10-29 | player: added variable "play_audio_format" | Max Kellermann | 1 | -2/+4 |
2008-10-29 | decoder: automatically flush the output buffer after decoder exits | Max Kellermann | 12 | -30/+3 |
2008-10-29 | decoder_api: make the audio_format parameter mandatory | Max Kellermann | 1 | -5/+3 |
2008-10-29 | player: request new song only if there is no pending command | Max Kellermann | 1 | -1/+2 |
2008-10-29 | decoder_api: removed decoder_clear() | Max Kellermann | 10 | -23/+7 |
2008-10-29 | mp3: seek in background | Max Kellermann | 1 | -5/+7 |
2008-10-29 | mp3: return from mp3_synth_and_send() on any command | Max Kellermann | 1 | -2/+2 |
2008-10-29 | mp3: moved code to mp3_synth_and_send() | Max Kellermann | 1 | -60/+74 |
2008-10-29 | mp3: moved code to mp3_send_pcm() | Max Kellermann | 1 | -29/+48 |
2008-10-29 | mp3: moved code to mp3_update_timer_next_frame() | Max Kellermann | 1 | -16/+28 |
2008-10-29 | mp3: moved code to mp3_this_frame_offset() | Max Kellermann | 1 | -10/+10 |
2008-10-29 | mp3: moved code to mp3_time_to_frame() | Max Kellermann | 1 | -11/+21 |
2008-10-29 | mp3: assert that the stream is seekable | Max Kellermann | 1 | -5/+5 |
2008-10-29 | decoder_api: don't cast need_chunks() to int | Max Kellermann | 1 | -4/+4 |
2008-10-28 | mp3: moved code to mp3_filesize_to_song_length() | Max Kellermann | 1 | -23/+42 |
2008-10-28 | mp3: no "goto" | Max Kellermann | 1 | -19/+36 |
2008-10-28 | mp3: use GLib allocation functions | Max Kellermann | 1 | -11/+9 |
2008-10-28 | mp3: use bool | Max Kellermann | 1 | -50/+51 |
2008-10-28 | mp3: no CamelCase | Max Kellermann | 1 | -255/+254 |
2008-10-28 | mp3: remove obsolete comments | Max Kellermann | 1 | -4/+0 |
2008-10-28 | input_file: don't use buffered I/O | Max Kellermann | 1 | -28/+31 |
2008-10-28 | input_stream: convert offset and size to the off_t data type | Max Kellermann | 5 | -13/+12 |
2008-10-28 | utils: use g_str_has_prefix() instead of prefixcmp() | Max Kellermann | 10 | -35/+28 |
2008-10-27 | player: reset pc.command when decoder startup fails | Max Kellermann | 1 | -0/+1 |
2008-10-27 | input_file, input_curl: check URL type before attempting to open | Max Kellermann | 2 | -0/+6 |
2008-10-26 | output: don't compile plugins which are disabled | Max Kellermann | 14 | -104/+72 |
2008-10-26 | dirvec: fixed GCC shadow warning | Max Kellermann | 1 | -4/+4 |
2008-10-26 | curl: read stream name from HTTP response headers | Max Kellermann | 1 | -0/+5 |
2008-10-26 | input_curl: set input_stream.mime from Content-Type response header | Max Kellermann | 1 | -0/+3 |
2008-10-26 | input_curl: added local variable "value" | Max Kellermann | 1 | -14/+22 |
2008-10-26 | input_stream: use g_free() in input_stream_close() | Max Kellermann | 1 | -8/+5 |
2008-10-26 | input_stream: use "bool" instead of "int" | Max Kellermann | 14 | -49/+55 |
2008-10-26 | input_stream: input_stream_close() returns void | Max Kellermann | 4 | -13/+7 |
2008-10-26 | input_stream: added struct input_plugin | Max Kellermann | 6 | -56/+63 |
2008-10-26 | input_stream: no CamelCase | Max Kellermann | 17 | -160/+158 |
2008-10-26 | input_file: removed global constructor | Max Kellermann | 3 | -7/+0 |
2008-10-26 | input_file: don't export internal methods | Max Kellermann | 2 | -19/+25 |
2008-10-26 | input_stream: removed the InputStream typedef | Max Kellermann | 13 | -50/+65 |