summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-12-03fs/Traits.hxx: implement BuildFS() methodDenis Krjuchkov
2013-12-03fs/Traits.hxx: move definition of AllocatedPath::string to PathTraitsDenis Krjuchkov
2013-12-03fs/Traits.hxx: add GetLengthFS()Denis Krjuchkov
2013-12-03fs/AllocatedPath.hxx: add FromFS(std::string) methodDenis Krjuchkov
2013-12-03fs/Traits.hxx: don't use g_path_is_absoluteDenis Krjuchkov
2013-12-03fs/Traits.hxx: simplify codeDenis Krjuchkov
2013-12-03PollGroupWinSelect: delete copy constructor and assignment operatorDenis Krjuchkov
2013-12-03PollGroupWinSelect: uninline constructor and destructorDenis Krjuchkov
2013-12-02command: add commands "addtagid", "cleartagid"Max Kellermann
2013-12-02Tag: add methods RemoveAll(), RemoveType()Max Kellermann
2013-12-02pcm/Traits: add typedef "sum_type"Max Kellermann
2013-12-02pcm/Traits: use int_leastX_t typesMax Kellermann
2013-12-02pcm/PcmChannels: implement fake N-to-M mappingMax Kellermann
2013-12-02pcm/PcmChannels: use the SampleTraits libraryMax Kellermann
2013-12-02pcm/Traits: add template specialization for FLOATMax Kellermann
2013-12-02pcm/PcmChannels: use struct ConstBufferMax Kellermann
2013-12-02pcm/PcmBuffer: add typed method GetT()Max Kellermann
2013-12-02pcm/PcmUtils: use the SampleTraits libraryMax Kellermann
2013-12-02pcm/PcmUtils: remove unused function PcmClampN()Max Kellermann
2013-12-02pcm/PcmVolume: use the SampleTraits libraryMax Kellermann
2013-12-02pcm/PcmFormat: use SampleTraits::long_type in ConvertFromFloat()Max Kellermann
2013-12-02pcm/PcmPrng: add "constexpr"Max Kellermann
2013-12-02event: add poll() based PollGroup implementationDenis Krjuchkov
2013-12-01pcm/PcmMix: use the SampleTraits library for MixRampMax Kellermann
2013-12-01pcm/PcmMix: use the SampleTraits libraryMax Kellermann
2013-12-01pcm/SampleTraits: use 64 bit for S24 long_typeMax Kellermann
2013-12-01pcm/Traits: add typedef long_typeMax Kellermann
2013-12-01pcm/Traits: add API documentationMax Kellermann
2013-12-01pcm/PcmFormat: move generic definitions to Traits.hxxMax Kellermann
2013-12-01pcm/SoxrResampler: new resampler option using libsoxrMax Kellermann
2013-12-01pcm/ConfiguredResampler: convert boolean flag to enumMax Kellermann
2013-11-30pcm/PcmResampler: convert to abstract interfaceMax Kellermann
2013-11-30pcm/PcmConvert: move code to new class GluePcmResamplerMax Kellermann
2013-11-30pcm/PcmConvert: move code to new class PcmChannelsConverterMax Kellermann
2013-11-30pcm/PcmConvert: move code to new class PcmFormatConverterMax Kellermann
2013-11-30pcm/PcmConvert: add AudioFormat parametersMax Kellermann
2013-11-29pcm/PcmConvert: use struct ConstBuffer internallyMax Kellermann
2013-11-29pcm/PcmDsd: use struct ConstBufferMax Kellermann
2013-11-29util/ConstBuffer: new utility classMax Kellermann
2013-11-29pcm/PcmDsd: make attributes privateMax Kellermann
2013-11-29PcmConvert: add pcm_convert_global_init()Max Kellermann
2013-11-29PollGroupEPoll.hxx: add const modifiers where applicableDenis Krjuchkov
2013-11-29Clock.cxx: provide all arguments for GetProcessTimesDenis Krjuchkov
2013-11-29event: implement PollGroup based on Windows selectDenis Krjuchkov
2013-11-28pcm: drop compatibility with libsamplerate older than 0.1.3Max Kellermann
2013-11-28Util/StringUtil: add StringStartsWith()Max Kellermann
2013-11-28PcmConvert: fix src_format corruption when converting from DSDMax Kellermann
2013-11-28event: introduce generic API for internal event loopDenis Krjuchkov
2013-11-28include cleanup using iwyuMax Kellermann
2013-11-27Add infrastructure for using multiple event loopsDenis Krjuchkov