| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | oss: check and override audio_format properly | Max Kellermann | 2008-10-29 | 1 | -0/+7 |
* | player: added variable "play_audio_format" | Max Kellermann | 2008-10-29 | 1 | -2/+4 |
* | decoder: automatically flush the output buffer after decoder exits | Max Kellermann | 2008-10-29 | 12 | -30/+3 |
* | decoder_api: make the audio_format parameter mandatory | Max Kellermann | 2008-10-29 | 1 | -5/+3 |
* | player: request new song only if there is no pending command | Max Kellermann | 2008-10-29 | 1 | -1/+2 |
* | decoder_api: removed decoder_clear() | Max Kellermann | 2008-10-29 | 10 | -23/+7 |
* | mp3: seek in background | Max Kellermann | 2008-10-29 | 1 | -5/+7 |
* | mp3: return from mp3_synth_and_send() on any command | Max Kellermann | 2008-10-29 | 1 | -2/+2 |
* | mp3: moved code to mp3_synth_and_send() | Max Kellermann | 2008-10-29 | 1 | -60/+74 |
* | mp3: moved code to mp3_send_pcm() | Max Kellermann | 2008-10-29 | 1 | -29/+48 |
* | mp3: moved code to mp3_update_timer_next_frame() | Max Kellermann | 2008-10-29 | 1 | -16/+28 |
* | mp3: moved code to mp3_this_frame_offset() | Max Kellermann | 2008-10-29 | 1 | -10/+10 |
* | mp3: moved code to mp3_time_to_frame() | Max Kellermann | 2008-10-29 | 1 | -11/+21 |
* | mp3: assert that the stream is seekable | Max Kellermann | 2008-10-29 | 1 | -5/+5 |
* | decoder_api: don't cast need_chunks() to int | Max Kellermann | 2008-10-29 | 1 | -4/+4 |
* | mp3: moved code to mp3_filesize_to_song_length() | Max Kellermann | 2008-10-28 | 1 | -23/+42 |
* | mp3: no "goto" | Max Kellermann | 2008-10-28 | 1 | -19/+36 |
* | mp3: use GLib allocation functions | Max Kellermann | 2008-10-28 | 1 | -11/+9 |
* | mp3: use bool | Max Kellermann | 2008-10-28 | 1 | -50/+51 |
* | mp3: no CamelCase | Max Kellermann | 2008-10-28 | 1 | -255/+254 |
* | mp3: remove obsolete comments | Max Kellermann | 2008-10-28 | 1 | -4/+0 |
* | input_file: don't use buffered I/O | Max Kellermann | 2008-10-28 | 1 | -28/+31 |
* | input_stream: convert offset and size to the off_t data type | Max Kellermann | 2008-10-28 | 5 | -13/+12 |
* | utils: use g_str_has_prefix() instead of prefixcmp() | Max Kellermann | 2008-10-28 | 10 | -35/+28 |
* | player: reset pc.command when decoder startup fails | Max Kellermann | 2008-10-27 | 1 | -0/+1 |
* | input_file, input_curl: check URL type before attempting to open | Max Kellermann | 2008-10-27 | 2 | -0/+6 |
* | output: don't compile plugins which are disabled | Max Kellermann | 2008-10-26 | 14 | -104/+72 |
* | dirvec: fixed GCC shadow warning | Max Kellermann | 2008-10-26 | 1 | -4/+4 |
* | curl: read stream name from HTTP response headers | Max Kellermann | 2008-10-26 | 1 | -0/+5 |
* | input_curl: set input_stream.mime from Content-Type response header | Max Kellermann | 2008-10-26 | 1 | -0/+3 |
* | input_curl: added local variable "value" | Max Kellermann | 2008-10-26 | 1 | -14/+22 |
* | input_stream: use g_free() in input_stream_close() | Max Kellermann | 2008-10-26 | 1 | -8/+5 |
* | input_stream: use "bool" instead of "int" | Max Kellermann | 2008-10-26 | 14 | -49/+55 |
* | input_stream: input_stream_close() returns void | Max Kellermann | 2008-10-26 | 4 | -13/+7 |
* | input_stream: added struct input_plugin | Max Kellermann | 2008-10-26 | 6 | -56/+63 |
* | input_stream: no CamelCase | Max Kellermann | 2008-10-26 | 17 | -160/+158 |
* | input_file: removed global constructor | Max Kellermann | 2008-10-26 | 3 | -7/+0 |
* | input_file: don't export internal methods | Max Kellermann | 2008-10-26 | 2 | -19/+25 |
* | input_stream: removed the InputStream typedef | Max Kellermann | 2008-10-26 | 13 | -50/+65 |
* | input_stream: renamed sources, no CamelCase | Max Kellermann | 2008-10-26 | 8 | -11/+11 |
* | http: use libcurl | Max Kellermann | 2008-10-26 | 7 | -1171/+525 |
* | input_stream: added input_stream_global_finish() | Max Kellermann | 2008-10-26 | 3 | -0/+7 |
* | stored_playlist: fixed signed comparison warning | Max Kellermann | 2008-10-26 | 1 | -1/+1 |
* | command: removed range check from check_bool() | Max Kellermann | 2008-10-26 | 1 | -6/+0 |
* | renamed src/audioOutputs/ to src/output/ | Max Kellermann | 2008-10-26 | 14 | -19/+18 |
* | renamed src/inputPlugins/ to src/decoder/ | Max Kellermann | 2008-10-26 | 16 | -14/+14 |
* | removed internal copy of libmp4ff | Max Kellermann | 2008-10-25 | 15 | -4645/+2 |
* | pulse: force 16 bit audio sample format | Max Kellermann | 2008-10-25 | 1 | -5/+3 |
* | player: don't clear command before do_play() returns | Max Kellermann | 2008-10-24 | 1 | -1/+0 |
* | remove unused sources | Max Kellermann | 2008-10-24 | 2 | -221/+0 |