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