summaryrefslogtreecommitdiff
path: root/Userland/Applications/SoundPlayer/Player.cpp
AgeCommit message (Expand)Author
2023-05-02SoundPlayer: Fix glitchy visualization on pause/stopJoel Petersson
2023-04-14SoundPlayer: Check if loader is nullBrendan Kelly
2023-03-21Everywhere: Use `LibFileSystem` where trivialCameron Youell
2023-02-13LibCore: Rename `File` to `DeprecatedFile`Tim Schumacher
2023-01-19SoundPlayer: Translate device samples to source samples before seekingTim Schumacher
2023-01-19SoundPlayer: Don't offset the seek bar with the last seek valueTim Schumacher
2023-01-17SoundPlayer: Specify the total sample count in playback device samplesTim Schumacher
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-13SoundPlayer: Load cover image from music filesLucas CHOLLET
2022-10-14LibAudio: Get rid of unused method `Loader::file()`Lucas CHOLLET
2022-07-19LibAudio: Rename ConnectionFromClient to ConnectionToServerkleines Filmröllchen
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-04-21LibAudio+Userland: Use new audio queue in client-server communicationkleines Filmröllchen
2022-02-25Userland: Rename IPC ClientConnection => ConnectionFromClientItamar
2021-12-24SoundPlayer: Add 'mute' methods to PlayerElyse
2021-12-24SoundPlayer: Sync startup loop and show playlist settings in GUIMax Trussell
2021-11-28LibAudio: New error propagation API in Loader and Bufferkleines Filmröllchen
2021-11-13SoundPlayer: Allow volume output of up to 150%Elyse
2021-11-08SoundPlayer: Fix stack-use-after-scope when playing file in loop modeSimon Woertz
2021-10-25SoundPlayer: Implement playlist shuffle modeLeandro Pereira
2021-10-25SoundPlayer: Fix inconsistencies and code duplicationLeandro Pereira