aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* 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
* renamed src/inputPlugins/ to src/decoder/Max Kellermann2008-10-26
* configure.ac: reverted protocol version to 0.14.0Max Kellermann2008-10-26
* Makefile.am: install documentationMax Kellermann2008-10-25
* renamed ChangeLog to NEWSMax Kellermann2008-10-25
* configure.ac: changed version number to "0.14~git"Max Kellermann2008-10-25
* configure.ac: disable libtoolMax Kellermann2008-10-25
* removed internal copy of libmp4ffMax Kellermann2008-10-25
* pulse: force 16 bit audio sample formatMax Kellermann2008-10-25
* AUTHORS: Eric Wong is a former developerEric Wong2008-10-25
* player: don't clear command before do_play() returnsMax Kellermann2008-10-24
* remove unused sourcesMax Kellermann2008-10-24
* jack: support for 24 bit samplesMax Kellermann2008-10-24
* jack: moved code to jack_write_samples_16()Max Kellermann2008-10-24
* jack: eliminated CamelCaseMax Kellermann2008-10-24
* jack: added assertions against partial framesMax Kellermann2008-10-24
* jack: optimize local variablesMax Kellermann2008-10-24
* jack: lockless data transfer to jack threadMax Kellermann2008-10-24
* jack: partial writes to ring bufferMax Kellermann2008-10-24
* jack: added constant "frame_size"Max Kellermann2008-10-24
* jack: fix indentationMax Kellermann2008-10-24
* pcm_resample: support for libsamplerate < 0.1.3Max Kellermann2008-10-24
* player: don't send partial frames of silenceMax Kellermann2008-10-23
* pcm_utils: added 24 bit conversion functionsMax Kellermann2008-10-23
* pcm_utils: generic pcm_convert_size() implementationMax Kellermann2008-10-23
* pcm_utils: moved code to pcm_convert_16()Max Kellermann2008-10-23
* pcm_channels: added 24 bit implementationsMax Kellermann2008-10-23
* pcm_utils: moved channel conversion functions to pcm_channels.cMax Kellermann2008-10-23
* pcm_resample: implemented 24 bit resamplingMax Kellermann2008-10-23
* pcm_resample: moved code to pcm_resample_set()Max Kellermann2008-10-23
* pcm_resample: eliminated "sample" local variablesMax Kellermann2008-10-23
* pcm_resample: don't resample partial samplesMax Kellermann2008-10-23
* pcm_resample: don't hard-code sample sizeMax Kellermann2008-10-23
* pcm_utils: moved code to pcm_resample.cMax Kellermann2008-10-23
* command: fix boolean value parserMax Kellermann2008-10-23
* mp3: send 24 bit PCM dataMax Kellermann2008-10-23
* mp3: use sizeof(sample) instead of hard-coded "2"Max Kellermann2008-10-23
* pcm_dither: added generic 24 to 16 bit ditheringMax Kellermann2008-10-23
* audio: allow 24 and 8 bit outputMax Kellermann2008-10-23