| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | configure.ac: fix "xyes: command not found" | Max Kellermann | 2008-10-26 | 1 | -1/+1 |
* | output: don't compile plugins which are disabled | Max Kellermann | 2008-10-26 | 15 | -104/+92 |
* | 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 | 9 | -1171/+547 |
* | 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 |
* | configure.ac: reverted protocol version to 0.14.0 | Max Kellermann | 2008-10-26 | 1 | -1/+1 |
* | Makefile.am: install documentation | Max Kellermann | 2008-10-25 | 2 | -5/+5 |
* | renamed ChangeLog to NEWS | Max Kellermann | 2008-10-25 | 1 | -0/+0 |
* | configure.ac: changed version number to "0.14~git" | Max Kellermann | 2008-10-25 | 1 | -2/+2 |
* | configure.ac: disable libtool | Max Kellermann | 2008-10-25 | 1 | -7/+0 |
* | removed internal copy of libmp4ff | Max Kellermann | 2008-10-25 | 16 | -4653/+6 |
* | pulse: force 16 bit audio sample format | Max Kellermann | 2008-10-25 | 1 | -5/+3 |
* | AUTHORS: Eric Wong is a former developer | Eric Wong | 2008-10-25 | 1 | -3/+2 |
* | 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 |
* | jack: support for 24 bit samples | Max Kellermann | 2008-10-24 | 1 | -1/+32 |
* | jack: moved code to jack_write_samples_16() | Max Kellermann | 2008-10-24 | 1 | -14/+42 |
* | jack: eliminated CamelCase | Max Kellermann | 2008-10-24 | 1 | -73/+76 |
* | jack: added assertions against partial frames | Max Kellermann | 2008-10-24 | 1 | -0/+2 |
* | jack: optimize local variables | Max Kellermann | 2008-10-24 | 1 | -9/+8 |
* | jack: lockless data transfer to jack thread | Max Kellermann | 2008-10-24 | 1 | -47/+15 |
* | jack: partial writes to ring buffer | Max Kellermann | 2008-10-24 | 1 | -15/+15 |
* | jack: added constant "frame_size" | Max Kellermann | 2008-10-24 | 1 | -1/+2 |
* | jack: fix indentation | Max Kellermann | 2008-10-24 | 1 | -33/+33 |
* | pcm_resample: support for libsamplerate < 0.1.3 | Max Kellermann | 2008-10-24 | 2 | -0/+25 |
* | player: don't send partial frames of silence | Max Kellermann | 2008-10-23 | 1 | -1/+7 |
* | pcm_utils: added 24 bit conversion functions | Max Kellermann | 2008-10-23 | 1 | -0/+108 |
* | pcm_utils: generic pcm_convert_size() implementation | Max Kellermann | 2008-10-23 | 1 | -21/+2 |
* | pcm_utils: moved code to pcm_convert_16() | Max Kellermann | 2008-10-23 | 1 | -21/+39 |
* | pcm_channels: added 24 bit implementations | Max Kellermann | 2008-10-23 | 2 | -0/+84 |