aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* input_stream: input_stream_close() returns voidMax Kellermann2008-10-264-13/+7
* input_stream: added struct input_pluginMax Kellermann2008-10-266-56/+63
* input_stream: no CamelCaseMax Kellermann2008-10-2617-160/+158
* input_file: removed global constructorMax Kellermann2008-10-263-7/+0
* input_file: don't export internal methodsMax Kellermann2008-10-262-19/+25
* input_stream: removed the InputStream typedefMax Kellermann2008-10-2613-50/+65
* input_stream: renamed sources, no CamelCaseMax Kellermann2008-10-268-11/+11
* http: use libcurlMax Kellermann2008-10-267-1171/+525
* input_stream: added input_stream_global_finish()Max Kellermann2008-10-263-0/+7
* stored_playlist: fixed signed comparison warningMax Kellermann2008-10-261-1/+1
* command: removed range check from check_bool()Max Kellermann2008-10-261-6/+0
* renamed src/audioOutputs/ to src/output/Max Kellermann2008-10-2614-19/+18
* renamed src/inputPlugins/ to src/decoder/Max Kellermann2008-10-2616-14/+14
* removed internal copy of libmp4ffMax Kellermann2008-10-2515-4645/+2
* pulse: force 16 bit audio sample formatMax Kellermann2008-10-251-5/+3
* player: don't clear command before do_play() returnsMax Kellermann2008-10-241-1/+0
* remove unused sourcesMax Kellermann2008-10-242-221/+0
* jack: support for 24 bit samplesMax Kellermann2008-10-241-1/+32
* jack: moved code to jack_write_samples_16()Max Kellermann2008-10-241-14/+42
* jack: eliminated CamelCaseMax Kellermann2008-10-241-73/+76
* jack: added assertions against partial framesMax Kellermann2008-10-241-0/+2
* jack: optimize local variablesMax Kellermann2008-10-241-9/+8
* jack: lockless data transfer to jack threadMax Kellermann2008-10-241-47/+15
* jack: partial writes to ring bufferMax Kellermann2008-10-241-15/+15
* jack: added constant "frame_size"Max Kellermann2008-10-241-1/+2
* jack: fix indentationMax Kellermann2008-10-241-33/+33
* pcm_resample: support for libsamplerate < 0.1.3Max Kellermann2008-10-241-0/+20
* player: don't send partial frames of silenceMax Kellermann2008-10-231-1/+7
* pcm_utils: added 24 bit conversion functionsMax Kellermann2008-10-231-0/+108
* pcm_utils: generic pcm_convert_size() implementationMax Kellermann2008-10-231-21/+2
* pcm_utils: moved code to pcm_convert_16()Max Kellermann2008-10-231-21/+39
* pcm_channels: added 24 bit implementationsMax Kellermann2008-10-232-0/+84
* pcm_utils: moved channel conversion functions to pcm_channels.cMax Kellermann2008-10-234-82/+138
* pcm_resample: implemented 24 bit resamplingMax Kellermann2008-10-233-0/+94
* pcm_resample: moved code to pcm_resample_set()Max Kellermann2008-10-231-29/+40
* pcm_resample: eliminated "sample" local variablesMax Kellermann2008-10-231-9/+3
* pcm_resample: don't resample partial samplesMax Kellermann2008-10-232-0/+9
* pcm_resample: don't hard-code sample sizeMax Kellermann2008-10-232-4/+4
* pcm_utils: moved code to pcm_resample.cMax Kellermann2008-10-237-176/+306
* command: fix boolean value parserMax Kellermann2008-10-231-1/+1
* mp3: send 24 bit PCM dataMax Kellermann2008-10-231-63/+24
* mp3: use sizeof(sample) instead of hard-coded "2"Max Kellermann2008-10-231-2/+3
* pcm_dither: added generic 24 to 16 bit ditheringMax Kellermann2008-10-235-8/+139
* audio: allow 24 and 8 bit outputMax Kellermann2008-10-231-4/+2
* output_buffer: don't split framesMax Kellermann2008-10-233-1/+16
* stored_playlist: don't map files outside the databaseMax Kellermann2008-10-231-2/+3
* stored_playlist: emit idle event on deleteMax Kellermann2008-10-231-0/+1
* stored_playlist: renamed and moved spl_delete() to stored_playlist.cMax Kellermann2008-10-235-17/+19
* stored_playlist: spl_load() returns GPtrArrayMax Kellermann2008-10-233-146/+75
* command: check over/underflows in check_int()Max Kellermann2008-10-231-2/+13