1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-18 10:40:59 +00:00
serenity/Userland/Applications/SoundPlayer
kleines Filmröllchen faf7331999 SoundPlayer: Don't crash when the reported buffer is unexpected
It seems like this happens in quite some valid situations, so my
initially sensible failsafe doesn't make sense. As the buffer system is
hopefully gone soon, it won't be an issue in the future either way.
2022-03-25 18:34:30 -07:00
..
AlbumCoverVisualizationWidget.cpp SoundPlayer: Auto refresh visualization widgets 2022-03-14 22:45:05 +01:00
AlbumCoverVisualizationWidget.h SoundPlayer: Auto refresh visualization widgets 2022-03-14 22:45:05 +01:00
BarsVisualizationWidget.cpp SoundPlayer: Implement logarithmic spectrum display 2022-03-14 22:45:05 +01:00
BarsVisualizationWidget.h SoundPlayer: Implement logarithmic spectrum display 2022-03-14 22:45:05 +01:00
CMakeLists.txt SoundPlayer: Sort CMake sources alphabetically 2022-03-02 22:10:05 -08:00
Common.h SoundPlayer: Fix jump to slider behavior for playback slider 2022-03-25 18:34:30 -07:00
M3UParser.cpp SoundPlayer: Make M3UParser more idiomatic 2021-10-25 23:37:18 +02:00
M3UParser.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
main.cpp SoundPlayer: Rename NoVisualization to AlbumCoverVisualization 2022-03-02 22:10:05 -08:00
PlaybackManager.cpp SoundPlayer: Don't crash when the reported buffer is unexpected 2022-03-25 18:34:30 -07:00
PlaybackManager.h Userland: Rename IPC ClientConnection => ConnectionFromClient 2022-02-25 22:35:12 +01:00
Player.cpp Userland: Rename IPC ClientConnection => ConnectionFromClient 2022-02-25 22:35:12 +01:00
Player.h SoundPlayer: Fix read of uninitialized member variables on startup 2022-03-18 02:13:05 -07:00
Playlist.cpp LibAudio: New error propagation API in Loader and Buffer 2021-11-28 13:33:51 -08:00
Playlist.h SoundPlayer: Implement playlist shuffle mode 2021-10-25 23:37:18 +02:00
PlaylistWidget.cpp Applications: Fix visibility of Object-derivative constructors 2021-11-02 22:56:53 +01:00
PlaylistWidget.h Applications: Fix visibility of Object-derivative constructors 2021-11-02 22:56:53 +01:00
SampleWidget.cpp SoundPlayer: Auto refresh visualization widgets 2022-03-14 22:45:05 +01:00
SampleWidget.h SoundPlayer: Auto refresh visualization widgets 2022-03-14 22:45:05 +01:00
SoundPlayerWidgetAdvancedView.cpp SoundPlayer: Fix jump to slider behavior for playback slider 2022-03-25 18:34:30 -07:00
SoundPlayerWidgetAdvancedView.h SoundPlayer: Add start_new_file() to VisualizationWidget's API 2022-03-02 22:10:05 -08:00
VisualizationWidget.h SoundPlayer: Auto refresh visualization widgets 2022-03-14 22:45:05 +01:00