index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Applications
/
SoundPlayer
/
Player.h
Age
Commit message (
Expand
)
Author
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-13
SoundPlayer: Load cover image from music files
Lucas CHOLLET
2022-07-19
LibAudio: Rename ConnectionFromClient to ConnectionToServer
kleines Filmröllchen
2022-04-21
LibAudio+Userland: Use new audio queue in client-server communication
kleines Filmröllchen
2022-04-21
LibAudio+Everywhere: Rename Audio::Buffer -> Audio::LegacyBuffer
kleines Filmröllchen
2022-03-18
SoundPlayer: Fix read of uninitialized member variables on startup
Brian Gianforcaro
2022-02-25
Userland: Rename IPC ClientConnection => ConnectionFromClient
Itamar
2022-02-14
Applications: Use default constructors/destructors
Lenny Maiorani
2021-12-24
SoundPlayer: Add 'mute' methods to Player
Elyse
2021-12-24
SoundPlayer: Sync startup loop and show playlist settings in GUI
Max Trussell
2021-11-08
SoundPlayer: Fix stack-use-after-scope when playing file in loop mode
Simon Woertz
2021-10-25
SoundPlayer: Implement playlist shuffle mode
Leandro Pereira
2021-10-25
SoundPlayer: Fix inconsistencies and code duplication
Leandro Pereira
2021-09-12
Audio: Change how volume works
kleines Filmröllchen
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-15
Everything: Add `-Wnon-virtual-dtor` flag
Nicholas-Baron
2021-03-27
SoundPlayer: Add playlist supprt
Cesar Torres
2021-03-27
AudioPlayer: Further decouple the player from the GUI
Cesar Torres
2021-03-27
SoundPlayer: Add abstractions for players and visulizations
Cesar Torres