summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-10-28*: use nullptr instead of NULLMax Kellermann
2013-10-28decoder/dsf: don't play junk at the end of the "data" chunkMax Kellermann
2013-10-28decoder/dsf: add range checkMax Kellermann
2013-10-28decoder/dsdlib: add class DsdUint64Max Kellermann
2013-10-28decoder/dsdlib: include cleanupMax Kellermann
2013-10-28decoder/dsdlib: move API documentation to headerMax Kellermann
2013-10-28decoder/dsdlib: convert struct dsdlib_id to a classMax Kellermann
2013-10-28configure.ac: disable the OS X output plugin by defaultMax Kellermann
2013-10-28configure.ac: add variable host_is_darwinMax Kellermann
2013-10-28PcmFormat: move definitions to struct SampleTraitsMax Kellermann
2013-10-28MusicChunk: return WritableBufferMax Kellermann
2013-10-28MusicChunk: use uint8_t instead of charMax Kellermann
2013-10-28DecoderControl: convert mutex and client_cond to a referenceMax Kellermann
2013-10-28player_control: rename to PlayerControlMax Kellermann
2013-10-28decoder_control: rename to DecoderControlMax Kellermann
2013-10-26output/httpd: accept icy-metadata with and without spaceOddegamra
2013-10-26command: new commands "findin", "searchin" with base URIMax Kellermann
2013-10-26FileCommands: "readcomments" understands APE and ID3v2 tagsMax Kellermann
2013-10-26FileCommands: fix wrong control character check in IsValidValue()Max Kellermann
2013-10-26ApeTag: support multiple values per nameMax Kellermann
2013-10-26ApeTag: move code to ForEachValue()Max Kellermann
2013-10-26ApeTag: simplify the "recognized" flagMax Kellermann
2013-10-26TagFile: use Path instead of const char *Max Kellermann
2013-10-26PlayerControl: initialize tagged_song in constructorMax Kellermann
2013-10-26DecoderControl: move code/attributes to new class MixRampInfoMax Kellermann
2013-10-26DecoderThread: move code to DecoderControl::CycleMixRamp()Max Kellermann
2013-10-26DecoderControl: add MixRamp gettersMax Kellermann
2013-10-26CrossFade: reimplement mixramp_interpolate() without strtok()Max Kellermann
2013-10-26CrossFade: apply coding styleMax Kellermann
2013-10-26test/test_mixramp: unit test for mixramp_interpolate()Max Kellermann
2013-10-26CrossFade: merge "return" statements using "break"Max Kellermann
2013-10-26CrossFade: use nullptr instead of NULLMax Kellermann
2013-10-26util/NumberParser: add ParseFloat()Max Kellermann
2013-10-26util/NumberParser: indentMax Kellermann
2013-10-26INSTALL: mention clangMax Kellermann
2013-10-26INSTALL: mention minimum gcc versionMax Kellermann
2013-10-25command: new command "readcomments" lists arbitrary file tagsMax Kellermann
2013-10-25ReplayGainInfo: refactor to a classMax Kellermann
2013-10-25ReplayGainInfo: use CamelCase for struct nameMax Kellermann
2013-10-25ReplayGainConfig: add "pure" attributesMax Kellermann
2013-10-25output/httpd: support HEAD requestsMax Kellermann
2013-10-25output/httpd: remove bogus assertionMax Kellermann
2013-10-25OtherCommands: re-add the "volume" commandMax Kellermann
2013-10-25MixerAll, Volume: add "pure" attributesMax Kellermann
2013-10-24decoder/opus: support replay gainMax Kellermann
2013-10-24decoder/Opus: implement seekingMax Kellermann
2013-10-24decoder/opus: provide time stampsMax Kellermann
2013-10-24decoder/opus: show song duration during playbackMax Kellermann
2013-10-24decoder/opus: call ogg_stream_reset() in OggSeekPageAtOffset()Max Kellermann
2013-10-24test/run_decoder: print the song durationMax Kellermann