Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-05-17 | Switch to #pragma once | Lars-Dominik Braun | 3 | -15/+1 | |
# Conflicts: # src/http/http.h # src/player.h | |||||
2015-12-10 | Don't check errors on Stop() to avoid breaking playlist playback. | Michał Cichoń | 1 | -4/+8 | |
2015-12-05 | Add 'player' configuration option to select player back end. Current valid ↵ | Michał Cichoń | 2 | -0/+2 | |
values: - 'ds' - for Direct Show - 'mf' - for Windows Media Foundation (default) If not present, backends will be initialized in order: mf, ds | |||||
2015-12-05 | MediaFoundation: Convert attenuation to linear volume. | Michał Cichoń | 1 | -15/+121 | |
MediaFoundation: Load MF modules dynamically. MediaFoundation: Do not terminate after first song. | |||||
2015-12-05 | Add player based on Windows Media Foundation. | Michał Cichoń | 4 | -0/+1783 | |
2015-12-05 | Refactor DirectShow player as backend. | Michał Cichoń | 1 | -0/+463 | |