1
0
mirror of https://github.com/SerenityOS/serenity synced 2024-07-09 11:00:46 +00:00
serenity/Userland/Applications/SoundPlayer
Andrew Kaster 1c3f11a5a6 Userland: Remove remaining callers of synchronous ImageDecoder API
Most of these now just await the image decoding, equivalent (ish) to
the old behavior. A more async-aware refactor should happen some time
in the future.
2024-04-23 12:32:04 -06:00
..
AlbumCoverVisualizationWidget.cpp Everywhere: Use LibFileSystem where trivial 2023-03-21 19:03:21 +00:00
AlbumCoverVisualizationWidget.h SoundPlayer: Load cover image from music files 2022-11-13 18:51:18 -07:00
BarsVisualizationWidget.cpp Base+Userland: Apply Human Interface Guidelines to Object text 2023-05-23 05:59:49 +02:00
BarsVisualizationWidget.h LibAudio+LibDSP: Switch samples to 32-bit float instead of 64-bit float 2022-05-07 20:20:16 +02:00
CMakeLists.txt AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
M3UParser.cpp Everywhere: Use to_number<T> instead of to_{int,uint,float,double} 2023-12-23 20:41:07 +01:00
M3UParser.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
main.cpp SoundPlayer: Don't drop the unix pledge 2024-01-19 09:08:37 +01:00
PlaybackManager.cpp LibCore: Stop obsessing about tiny OOMs in Core::Timer 2024-04-17 07:16:52 +02:00
PlaybackManager.h AudioServer+Userland: Decouple client sample rates from device rate 2023-07-01 23:27:24 +01:00
Player.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
Player.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
Playlist.cpp LibFileSystem+Userland: Rename size() to size_from_stat() 2024-02-24 15:54:52 -07:00
Playlist.h Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
PlaylistWidget.cpp Userland: Prefer _string over _short_string 2023-08-08 07:37:21 +02:00
PlaylistWidget.h SoundPlayer: Use an enum for PlaylistModel columns 2023-07-19 19:37:27 +01:00
SampleWidget.cpp Userland: Remove unused includes of AK/Math.h 2023-01-02 20:27:20 -05:00
SampleWidget.h LibAudio+LibDSP: Switch samples to 32-bit float instead of 64-bit float 2022-05-07 20:20:16 +02:00
SoundPlayerWidget.cpp Userland: Remove remaining callers of synchronous ImageDecoder API 2024-04-23 12:32:04 -06:00
SoundPlayerWidget.h LibGUI: Split HorizontalSlider to separate header 2023-12-08 01:06:09 +01:00
VisualizationWidget.h SoundPlayer: Introduce buffer_reset api to VisualizationWidget 2023-05-02 09:15:20 +02:00