aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2014-01-04output/httpd: use the IOThreadMax Kellermann1-2/+2
2014-01-04output/httpd: move queue size check to HttpdClient::PushPage()Max Kellermann3-18/+6
2014-01-04output/httpd: wrap the std::list in std::queueMax Kellermann2-6/+16
2014-01-04output/httpd: merge duplicate code to ClearQueue()Max Kellermann2-5/+15
2014-01-04output/httpd: keep track of queue sizeMax Kellermann2-13/+14
2014-01-04event/Loop: remove bogus "!quit" assertionMax Kellermann1-5/+3
2014-01-04event/Loop: remove unused method AddCall()Max Kellermann2-28/+0
2014-01-04event/Loop: non-recursive Break() implementationMax Kellermann1-4/+2
2014-01-04mixer/alsa: use DeferredMonitor to update file descriptorsMax Kellermann1-14/+7
2014-01-04event/BlockingCall: always use DeferredMonitor internallyMax Kellermann1-24/+0
2014-01-04event/DeferredMonitor: make fully thread-safeMax Kellermann4-54/+77
2014-01-04Added application key for soundcloud pluginJames McGlashan (DarkFox)1-1/+2
2014-01-04Added user and search paramaters for SoundCloud pluginJames McGlashan (DarkFox)1-0/+8
2014-01-02http -> https for SoundCloud pluginJames McGlashan (DarkFox)1-6/+6
2013-12-31output/httpd: change "struct" to "class"Max Kellermann3-4/+7
2013-12-31output/httpd: move code to methods Delay(), Play(), Cancel()Max Kellermann2-22/+46
2013-12-31output/httpd: move Cast() into the classMax Kellermann2-25/+23
2013-12-31output/httpd: add methods Init(), Finish()Max Kellermann2-12/+29
2013-12-31output/httpd: use reference instead of pointerMax Kellermann3-14/+14
2013-12-31output/httpd: make the HttpdClient base class "private"Max Kellermann1-1/+1
2013-12-31event/*Monitor: document as not being thread-safeMax Kellermann4-0/+15
2013-12-31event/Loop: document that AddCall() is thread-safeMax Kellermann1-0/+5
2013-12-29command: "lsinfo" and "readcomments" allowed for remote filesMax Kellermann4-0/+59
2013-12-29SongUpdate: read tags from songs in an archiveMax Kellermann3-5/+128
2013-12-29InputStream: add static method OpenReady()Max Kellermann7-15/+41
2013-12-29TagFile: rewind the stream before trying the next pluginMax Kellermann1-1/+2
2013-12-29DecoderList: add "pure" attributeMax Kellermann1-0/+1
2013-12-29DecoderList: add function decoder_plugins_supports_suffix()Max Kellermann4-54/+20
2013-12-29DecoderThread: use decoder_plugins_try()Max Kellermann1-32/+44
2013-12-29UpdateContainer: pass suffix instead of DecoderPluginMax Kellermann3-6/+18
2013-12-29TagFile: pass reference instead of pointerMax Kellermann5-9/+6
2013-12-29TagFile: use decoder_plugins_try()Max Kellermann1-41/+54
2013-12-29DecoderList: remove unused function decoder_plugin_from_mime_type()Max Kellermann2-25/+0
2013-12-29daemon: no initgroups() when already running as the configured userMax Kellermann1-1/+5
2013-12-29Daemon: fix typo in commentMax Kellermann1-1/+1
2013-12-29Daemon: simplify nested "if"Max Kellermann1-5/+4
2013-12-29Daemon: fix typo in castMax Kellermann1-1/+1
2013-12-29input/smbclient: new input pluginMax Kellermann4-0/+238
2013-12-29ls: add "pure" attributeMax Kellermann1-0/+3
2013-12-28pcm/Volume: remove unused function pcm_volume_dither()Max Kellermann1-16/+0
2013-12-28pcm/PcmMix: improved ditheringMax Kellermann4-19/+38
2013-12-28pcm/Volume: improved ditheringMax Kellermann4-20/+54
2013-12-28pcm/PcmDither: inline Dither24To16() and Dither32To16()Max Kellermann2-3/+4
2013-12-28pcm/Volume: remove optimized i386 assemblyMax Kellermann1-50/+0
2013-12-25pcm/Traits: use 32 bit integer for S8 long_typeMax Kellermann1-1/+1
2013-12-24pcm/Dither: add API documentationMax Kellermann1-0/+18
2013-12-24pcm/Dither: move shift from DitherConvert() to Dither()Max Kellermann1-2/+2
2013-12-24pcm/Dither: rename DitherShift() to DitherConvert()Max Kellermann2-11/+11
2013-12-24PlayerThread: log the last song that was playedMax Kellermann1-1/+4
2013-12-24OutputControl: update both ReplayGainFiltersMax Kellermann1-0/+2