ladybird/Userland
Zaggy1024 1789905d4a LibVideo/PlaybackManager: Don't crash when demuxer seek throws an error
`seek_demuxer_to_most_recent_keyframe()` wasn't correctly returning in
cases where an error was thrown by the demuxer. To avoid this, the
function now returns the error, and the playback state handler must act
on it instead, allowing it to exit the seeking state early.
2023-06-25 20:35:37 -04:00
..
Applets AudioServer+Userland: Separate audio IPC into normal client and manager 2023-06-25 00:16:44 +02:00
Applications Browser: Change "Same Origin" to "Same-Origin" 2023-06-24 06:19:39 +02:00
BuggieBox Everywhere: Use LibFileSystem where trivial 2023-03-21 19:03:21 +00:00
Demos LibGUI+Userland: Port StatusBar::text() and set_text functions to String 2023-06-15 13:53:22 +01:00
DevTools GMLPlayground: Add a Statusbar 2023-06-17 20:36:03 +02:00
DynamicLoader DynamicLoader: Ensure that backtrace computation stops at _start 2023-04-23 14:30:59 +02:00
Games Snake: Show status tips in Statusbar 2023-06-17 20:36:03 +02:00
Libraries LibVideo/PlaybackManager: Don't crash when demuxer seek throws an error 2023-06-25 20:35:37 -04:00
Services AudioServer: Add a hack to make audio "just work" on HDA for now 2023-06-25 00:16:44 +02:00
Shell Shell: Stop lying about string types 2023-06-13 01:49:02 +02:00
Utilities AudioServer+Userland: Separate audio IPC into normal client and manager 2023-06-25 00:16:44 +02:00
CMakeLists.txt Userland: Add the BuggieBox program 2022-11-26 12:41:47 -07:00