aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* audio: removed variable "audioOpened"Max Kellermann2008-10-29
* pulse: clear pa_simple pointer in pulse_close()Max Kellermann2008-10-29
* pulse: use GLib instead of util.h/log.hMax Kellermann2008-10-29
* pulse: no CamelCaseMax Kellermann2008-10-29
* player: handle songs shorter than the initial bufferMax Kellermann2008-10-29
* oss: check and override audio_format properlyMax Kellermann2008-10-29
* player: added variable "play_audio_format"Max Kellermann2008-10-29
* decoder: automatically flush the output buffer after decoder exitsMax Kellermann2008-10-29
* decoder_api: make the audio_format parameter mandatoryMax Kellermann2008-10-29
* player: request new song only if there is no pending commandMax Kellermann2008-10-29
* decoder_api: removed decoder_clear()Max Kellermann2008-10-29
* mp3: seek in backgroundMax Kellermann2008-10-29
* mp3: return from mp3_synth_and_send() on any commandMax Kellermann2008-10-29
* mp3: moved code to mp3_synth_and_send()Max Kellermann2008-10-29
* mp3: moved code to mp3_send_pcm()Max Kellermann2008-10-29
* mp3: moved code to mp3_update_timer_next_frame()Max Kellermann2008-10-29
* mp3: moved code to mp3_this_frame_offset()Max Kellermann2008-10-29
* mp3: moved code to mp3_time_to_frame()Max Kellermann2008-10-29
* mp3: assert that the stream is seekableMax Kellermann2008-10-29
* decoder_api: don't cast need_chunks() to intMax Kellermann2008-10-29
* mp3: moved code to mp3_filesize_to_song_length()Max Kellermann2008-10-28
* mp3: no "goto"Max Kellermann2008-10-28
* mp3: use GLib allocation functionsMax Kellermann2008-10-28
* mp3: use boolMax Kellermann2008-10-28
* mp3: no CamelCaseMax Kellermann2008-10-28
* mp3: remove obsolete commentsMax Kellermann2008-10-28
* input_file: don't use buffered I/OMax Kellermann2008-10-28
* input_stream: convert offset and size to the off_t data typeMax Kellermann2008-10-28
* utils: use g_str_has_prefix() instead of prefixcmp()Max Kellermann2008-10-28
* player: reset pc.command when decoder startup failsMax Kellermann2008-10-27
* input_file, input_curl: check URL type before attempting to openMax Kellermann2008-10-27
* output: don't compile plugins which are disabledMax Kellermann2008-10-26
* dirvec: fixed GCC shadow warningMax Kellermann2008-10-26
* curl: read stream name from HTTP response headersMax Kellermann2008-10-26
* input_curl: set input_stream.mime from Content-Type response headerMax Kellermann2008-10-26
* input_curl: added local variable "value"Max Kellermann2008-10-26
* input_stream: use g_free() in input_stream_close()Max Kellermann2008-10-26
* input_stream: use "bool" instead of "int"Max Kellermann2008-10-26
* input_stream: input_stream_close() returns voidMax Kellermann2008-10-26
* input_stream: added struct input_pluginMax Kellermann2008-10-26
* input_stream: no CamelCaseMax Kellermann2008-10-26
* input_file: removed global constructorMax Kellermann2008-10-26
* input_file: don't export internal methodsMax Kellermann2008-10-26
* input_stream: removed the InputStream typedefMax Kellermann2008-10-26
* input_stream: renamed sources, no CamelCaseMax Kellermann2008-10-26
* http: use libcurlMax Kellermann2008-10-26
* input_stream: added input_stream_global_finish()Max Kellermann2008-10-26
* stored_playlist: fixed signed comparison warningMax Kellermann2008-10-26
* command: removed range check from check_bool()Max Kellermann2008-10-26
* renamed src/audioOutputs/ to src/output/Max Kellermann2008-10-26