aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2013-10-29PlayerControl: move attributes to struct CrossFadeSettingsMax Kellermann5-63/+73
2013-10-29FilterRegistry: add "pure" attributeMax Kellermann1-0/+3
2013-10-28*: use nullptr instead of NULLMax Kellermann47-249/+250
2013-10-28decoder/dsf: don't play junk at the end of the "data" chunkMax Kellermann1-1/+9
2013-10-28decoder/dsf: add range checkMax Kellermann1-0/+3
2013-10-28decoder/dsdlib: add class DsdUint64Max Kellermann3-25/+26
2013-10-28decoder/dsdlib: include cleanupMax Kellermann1-1/+1
2013-10-28decoder/dsdlib: move API documentation to headerMax Kellermann2-5/+4
2013-10-28decoder/dsdlib: convert struct dsdlib_id to a classMax Kellermann4-34/+35
2013-10-28PcmFormat: move definitions to struct SampleTraitsMax Kellermann1-36/+81
2013-10-28MusicChunk: return WritableBufferMax Kellermann3-16/+15
2013-10-28MusicChunk: use uint8_t instead of charMax Kellermann1-1/+1
2013-10-28DecoderControl: convert mutex and client_cond to a referenceMax Kellermann3-24/+29
2013-10-28player_control: rename to PlayerControlMax Kellermann21-134/+134
2013-10-28decoder_control: rename to DecoderControlMax Kellermann8-47/+47
2013-10-26output/httpd: accept icy-metadata with and without spaceOddegamra1-1/+2
2013-10-26command: new commands "findin", "searchin" with base URIMax Kellermann3-4/+25
2013-10-26FileCommands: "readcomments" understands APE and ID3v2 tagsMax Kellermann1-0/+5
2013-10-26FileCommands: fix wrong control character check in IsValidValue()Max Kellermann1-1/+1
2013-10-26ApeTag: support multiple values per nameMax Kellermann1-2/+7
2013-10-26ApeTag: move code to ForEachValue()Max Kellermann1-16/+30
2013-10-26ApeTag: simplify the "recognized" flagMax Kellermann1-4/+1
2013-10-26TagFile: use Path instead of const char *Max Kellermann14-29/+47
2013-10-26PlayerControl: initialize tagged_song in constructorMax Kellermann1-0/+1
2013-10-26DecoderControl: move code/attributes to new class MixRampInfoMax Kellermann9-83/+120
2013-10-26DecoderThread: move code to DecoderControl::CycleMixRamp()Max Kellermann3-6/+12
2013-10-26DecoderControl: add MixRamp gettersMax Kellermann2-2/+14
2013-10-26CrossFade: reimplement mixramp_interpolate() without strtok()Max Kellermann2-26/+19
2013-10-26CrossFade: apply coding styleMax Kellermann2-13/+15
2013-10-26CrossFade: merge "return" statements using "break"Max Kellermann1-2/+4
2013-10-26CrossFade: use nullptr instead of NULLMax Kellermann1-7/+7
2013-10-26util/NumberParser: add ParseFloat()Max Kellermann1-0/+6
2013-10-26util/NumberParser: indentMax Kellermann1-10/+10
2013-10-25command: new command "readcomments" lists arbitrary file tagsMax Kellermann3-0/+154
2013-10-25ReplayGainInfo: refactor to a classMax Kellermann10-60/+57
2013-10-25ReplayGainInfo: use CamelCase for struct nameMax Kellermann31-122/+115
2013-10-25ReplayGainConfig: add "pure" attributesMax Kellermann1-0/+3
2013-10-25output/httpd: support HEAD requestsMax Kellermann2-5/+29
2013-10-25output/httpd: remove bogus assertionMax Kellermann1-1/+0
2013-10-25OtherCommands: re-add the "volume" commandMax Kellermann3-0/+37
2013-10-25MixerAll, Volume: add "pure" attributesMax Kellermann2-0/+8
2013-10-24decoder/opus: support replay gainMax Kellermann3-1/+24
2013-10-24decoder/Opus: implement seekingMax Kellermann3-6/+49
2013-10-24decoder/opus: provide time stampsMax Kellermann1-0/+5
2013-10-24decoder/opus: show song duration during playbackMax Kellermann1-1/+57
2013-10-24decoder/opus: call ogg_stream_reset() in OggSeekPageAtOffset()Max Kellermann1-0/+4
2013-10-24decoder/opus: move code to OggSeekPageAtOffset()Max Kellermann1-4/+11
2013-10-24decoder/opus: move SeekFindEOS() to OggFind.cxxMax Kellermann3-19/+31
2013-10-24decoder/opus: make opus_sample_rate constexprMax Kellermann1-1/+1
2013-10-24decoder/opus: use std::copy_n() instead of memcpy()Max Kellermann1-2/+3