summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-12-29InputStream: add static method OpenReady()Max Kellermann
2013-12-29TagFile: rewind the stream before trying the next pluginMax Kellermann
2013-12-29DecoderList: add "pure" attributeMax Kellermann
2013-12-29DecoderList: add function decoder_plugins_supports_suffix()Max Kellermann
2013-12-29DecoderThread: use decoder_plugins_try()Max Kellermann
2013-12-29UpdateContainer: pass suffix instead of DecoderPluginMax Kellermann
2013-12-29TagFile: pass reference instead of pointerMax Kellermann
2013-12-29TagFile: use decoder_plugins_try()Max Kellermann
2013-12-29DecoderList: remove unused function decoder_plugin_from_mime_type()Max Kellermann
2013-12-29Merge branch 'v0.18.x'Max Kellermann
2013-12-29configure.ac: improved check for libyajl 1.0Max Kellermann
2013-12-29daemon: no initgroups() when already running as the configured userMax Kellermann
2013-12-29Daemon: fix typo in commentMax Kellermann
2013-12-29Daemon: simplify nested "if"Max Kellermann
2013-12-29Daemon: fix typo in castMax Kellermann
2013-12-29configure.ac: prepare for 0.18.7Max Kellermann
2013-12-29input/smbclient: new input pluginMax Kellermann
2013-12-29ls: add "pure" attributeMax Kellermann
2013-12-28pcm/Volume: remove unused function pcm_volume_dither()Max Kellermann
2013-12-28pcm/PcmMix: improved ditheringMax Kellermann
2013-12-28pcm/Volume: improved ditheringMax Kellermann
2013-12-28pcm/PcmDither: inline Dither24To16() and Dither32To16()Max Kellermann
2013-12-28pcm/Volume: remove optimized i386 assemblyMax Kellermann
2013-12-25pcm/Traits: use 32 bit integer for S8 long_typeMax Kellermann
2013-12-24pcm/Dither: add API documentationMax Kellermann
2013-12-24pcm/Dither: move shift from DitherConvert() to Dither()Max Kellermann
2013-12-24pcm/Dither: rename DitherShift() to DitherConvert()Max Kellermann
2013-12-24test/*: use fprintf(stderr,...) and Log() instead of g_printerr()Max Kellermann
2013-12-24test/*: remove GLib logging setupMax Kellermann
2013-12-24Merge tag 'release-0.18.6'Max Kellermann
2013-12-24release v0.18.6v0.18.6Max Kellermann
2013-12-24PlayerThread: log the last song that was playedMax Kellermann
2013-12-24OutputControl: update both ReplayGainFiltersMax Kellermann
2013-12-24OutputThread: handle failing ReplayGainFilter::Open()Max Kellermann
2013-12-23pcm/Volume: convert to classMax Kellermann
2013-12-23pcm/Volume: apply volume into destination bufferMax Kellermann
2013-12-23pcm/Volume: convert i386 code to template specializationMax Kellermann
2013-12-23pcm/Volume: move code to template pcm_volume_sample()Max Kellermann
2013-12-23pcm/PcmVolume: rename to Volume.cxxMax Kellermann
2013-12-23pcm/PcmConvert: move the Domain instance to Domain.cxxMax Kellermann
2013-12-23ConfigData: initialise "used" in second constructorMax Kellermann
2013-12-22pcm/Dither: convert remaining methods to templatesMax Kellermann
2013-12-22pcm/Dither: generic sample dithering using templateMax Kellermann
2013-12-22pcm/Traits: include stddef.h for size_tMax Kellermann
2013-12-22pcm/Traits: add MIN and MAXMax Kellermann
2013-12-22pcm/Volume: add constant PCM_VOLUME_BITSMax Kellermann
2013-12-22pcm/Volume: make PCM_VOLUME_1 a "constexpr"Max Kellermann
2013-12-22pcm/Prng: make pcm_prng() inlineMax Kellermann
2013-12-22util/Clamp: generic Clamp() functionMax Kellermann
2013-12-21event/PollGroupPoll: include stddef.h instead of string.hMax Kellermann