ladybird/Libraries/LibWeb/MediaSourceExtensions
Zaggy1024 a4c2c6c0cb LibMedia+LibWeb: Speculatively find keyframes near fast seek targets
This is the new way of handling fast seeks. Instead of delegating the
logic all the way down the pipeline to the decoder thread's seek
handler, we can just determine the timestamp we want to seek to ahead
of time.
2026-05-13 02:05:35 -05:00
..
BufferedChangeEvent.cpp LibWeb/Bindings: Generate struct definitions from IDL dictionaries 2026-05-09 10:49:49 +02:00
BufferedChangeEvent.h LibWeb/Bindings: Generate struct definitions from IDL dictionaries 2026-05-09 10:49:49 +02:00
BufferedChangeEvent.idl LibWeb+LibIDL: Remove support for #import directives during parsing 2026-04-24 20:08:29 +02:00
ByteStreamParser.h LibWeb: Implement appending and demuxing WebM MSE segments 2026-04-01 02:54:22 -05:00
EventNames.cpp LibWeb: Remove the initialize_strings methods 2025-01-12 00:35:58 +01:00
EventNames.h LibWeb: Remove the initialize_strings methods 2025-01-12 00:35:58 +01:00
ManagedMediaSource.cpp LibWeb/Bindings: Emit one bindings header and cpp per IDL 2026-04-21 07:36:13 +02:00
ManagedMediaSource.h LibWeb: Add MediaSourceExtensions events 2024-11-18 10:58:21 +00:00
ManagedMediaSource.idl LibWeb+LibIDL: Remove support for #import directives during parsing 2026-04-24 20:08:29 +02:00
ManagedSourceBuffer.cpp LibWeb/Bindings: Emit one bindings header and cpp per IDL 2026-04-21 07:36:13 +02:00
ManagedSourceBuffer.h LibWeb: Implement some of SourceBuffer.appendBuffer() 2026-04-01 02:54:22 -05:00
ManagedSourceBuffer.idl LibWeb+LibIDL: Remove support for #import directives during parsing 2026-04-24 20:08:29 +02:00
MediaSource.cpp LibWeb/Bindings: Emit one bindings header and cpp per IDL 2026-04-21 07:36:13 +02:00
MediaSource.h LibWeb/Bindings: Emit one bindings header and cpp per IDL 2026-04-21 07:36:13 +02:00
MediaSource.idl LibWeb+LibIDL: Remove support for #import directives during parsing 2026-04-24 20:08:29 +02:00
MediaSourceHandle.cpp LibWeb/Bindings: Emit one bindings header and cpp per IDL 2026-04-21 07:36:13 +02:00
MediaSourceHandle.h LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
MediaSourceHandle.idl LibWeb: Mark [Managed]MediaSource[Handle] as experimental 2026-02-17 22:17:50 +01:00
SourceBuffer.cpp LibWeb/Bindings: Emit one bindings header and cpp per IDL 2026-04-21 07:36:13 +02:00
SourceBuffer.h LibWeb/Bindings: Emit one bindings header and cpp per IDL 2026-04-21 07:36:13 +02:00
SourceBuffer.idl LibWeb+LibIDL: Remove support for #import directives during parsing 2026-04-24 20:08:29 +02:00
SourceBufferList.cpp LibWeb/Bindings: Emit one bindings header and cpp per IDL 2026-04-21 07:36:13 +02:00
SourceBufferList.h LibWeb: Implement some of SourceBuffer.appendBuffer() 2026-04-01 02:54:22 -05:00
SourceBufferList.idl LibWeb+LibIDL: Remove support for #import directives during parsing 2026-04-24 20:08:29 +02:00
SourceBufferProcessor.cpp LibWeb: Implement the buffered attribute on SourceBuffer 2026-04-01 02:54:22 -05:00
SourceBufferProcessor.h LibWeb: Implement the buffered attribute on SourceBuffer 2026-04-01 02:54:22 -05:00
TrackBuffer.cpp LibWeb: Implement appending and demuxing WebM MSE segments 2026-04-01 02:54:22 -05:00
TrackBuffer.h LibWeb: Implement appending and demuxing WebM MSE segments 2026-04-01 02:54:22 -05:00
TrackBufferDemuxer.cpp LibMedia+LibWeb: Speculatively find keyframes near fast seek targets 2026-05-13 02:05:35 -05:00
TrackBufferDemuxer.h LibMedia+LibWeb: Speculatively find keyframes near fast seek targets 2026-05-13 02:05:35 -05:00
WebMByteStreamParser.cpp LibWeb: Implement appending and demuxing WebM MSE segments 2026-04-01 02:54:22 -05:00
WebMByteStreamParser.h LibWeb: Implement appending and demuxing WebM MSE segments 2026-04-01 02:54:22 -05:00