aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
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
2013-12-24OutputThread: handle failing ReplayGainFilter::Open()Max Kellermann1-4/+10
2013-12-23pcm/Volume: convert to classMax Kellermann4-132/+156
2013-12-23pcm/Volume: apply volume into destination bufferMax Kellermann1-21/+37
2013-12-23pcm/Volume: convert i386 code to template specializationMax Kellermann1-42/+42
2013-12-23pcm/Volume: move code to template pcm_volume_sample()Max Kellermann1-7/+16
2013-12-23pcm/PcmVolume: rename to Volume.cxxMax Kellermann7-6/+6
2013-12-23pcm/PcmConvert: move the Domain instance to Domain.cxxMax Kellermann6-9/+56
2013-12-23ConfigData: initialise "used" in second constructorMax Kellermann1-1/+1
2013-12-22pcm/Dither: convert remaining methods to templatesMax Kellermann2-26/+39
2013-12-22pcm/Dither: generic sample dithering using templateMax Kellermann2-13/+25
2013-12-22pcm/Traits: include stddef.h for size_tMax Kellermann1-0/+1
2013-12-22pcm/Traits: add MIN and MAXMax Kellermann2-9/+28
2013-12-22pcm/Volume: add constant PCM_VOLUME_BITSMax Kellermann2-1/+6
2013-12-22pcm/Volume: make PCM_VOLUME_1 a "constexpr"Max Kellermann3-13/+13
2013-12-22pcm/Prng: make pcm_prng() inlineMax Kellermann1-1/+1
2013-12-22util/Clamp: generic Clamp() functionMax Kellermann3-3/+53
2013-12-21event/PollGroupPoll: include stddef.h instead of string.hMax Kellermann1-1/+2
2013-12-21input/alsa: fix build with gcc 4.6Max Kellermann1-12/+12
2013-12-20fix FfmpegDecoderPlugin to use relative timestampsSteven O'Brien1-4/+6
2013-12-19add draft ALSA input pluginSteven O'Brien4-0/+244
2013-12-19output/osx: fix typoMax Kellermann1-1/+1
2013-12-19util/fifo_buffer: remove obsolete libraryMax Kellermann3-383/+0
2013-12-19output/osx: use DynamicFifoBuffer instead of struct fifo_bufferMax Kellermann1-26/+21
2013-12-19util/Error: add missing <algorithm> includeMax Kellermann1-0/+1
2013-12-19util/PeakBuffer: use IsEmpty() instead of IsNull()Max Kellermann2-4/+4
2013-12-19riff: recognize upper-case "ID3" chunk nameMichal Smucr1-1/+2
2013-12-17input/cdio: fix typo in #include pathMax Kellermann1-1/+1
2013-12-16util/{Domain,Error}: relicense to BSD 2-clauseMax Kellermann3-43/+73
2013-12-15util/PeakBuffer: use DynamicFifoBuffer instead of struct fifo_bufferMax Kellermann3-48/+36
2013-12-15util/PeakBuffer: return ConstBuffer<void>Max Kellermann3-11/+16
2013-12-15util/WritableBuffer: add cast methodsMax Kellermann1-1/+30