ladybird/Userland/Libraries/LibWeb/Platform
Jelle Raaijmakers 85fd2e281b LibMedia: Absorb LibAudio
LibMedia will be responsible for both audio and video decoding.
2024-09-12 10:01:19 +02:00
..
AudioCodecPlugin.cpp LibMedia: Absorb LibAudio 2024-09-12 10:01:19 +02:00
AudioCodecPlugin.h LibMedia: Absorb LibAudio 2024-09-12 10:01:19 +02:00
AudioCodecPluginAgnostic.cpp LibMedia: Absorb LibAudio 2024-09-12 10:01:19 +02:00
AudioCodecPluginAgnostic.h LibMedia: Absorb LibAudio 2024-09-12 10:01:19 +02:00
EventLoopPlugin.cpp
EventLoopPlugin.h Userland: Add ESCAPING annotations to a bunch of places 2024-05-22 21:55:34 -06:00
EventLoopPluginSerenity.cpp LibWeb+Browser+Ladybird: Use JS::SafeFunction for EventLoop callbacks 2023-04-21 20:44:47 +01:00
EventLoopPluginSerenity.h LibWeb+Browser+Ladybird: Use JS::SafeFunction for EventLoop callbacks 2023-04-21 20:44:47 +01:00
FontPlugin.cpp
FontPlugin.h LibWeb: Include system emoji font in a font cascade list 2024-09-06 08:30:30 -04:00
ImageCodecPlugin.cpp LibWeb: Convert callers of ImageCodecPlugin to the async API 2024-04-23 12:32:04 -06:00
ImageCodecPlugin.h Userland: Add ESCAPING annotations to a bunch of places 2024-05-22 21:55:34 -06:00
Timer.cpp LibWeb: Convert Platform::Timer to JS::SafeFunction 2023-03-07 11:51:12 +00:00
Timer.h LibWeb: Convert Platform::Timer to JS::SafeFunction 2023-03-07 11:51:12 +00:00
TimerSerenity.cpp Userland: Replace remaining Core::Timer::construct()s with try_create() 2023-01-12 11:25:51 +01:00
TimerSerenity.h