ladybird/Userland/Libraries
Zaggy1024 fd3ffd88ce LibVideo: Add a fast seeking mode to seek only to keyframes
Now that we're able to find the nearest keyframe, we can have a fast
seeking mode that only seeks to keyframes, so that it doesn't have to
also decode inter frames until it reaches the timestamp.

The default is still accurate seeking, so that the entire seeking
implementation can be tested.
2022-11-25 23:28:39 +01:00
..
LibArchive LibArchive: Do not assert if the provided stream cannot be discarded 2022-11-23 11:19:16 +01:00
LibAudio
LibC LibC: Implement getgrent_r 2022-11-25 23:13:16 +01:00
LibCards
LibChess
LibCodeComprehension
LibCompress
LibConfig
LibCore LibCore: Sync groups, getgrent to getgrent_r, fix gr_mem bug 2022-11-25 23:13:16 +01:00
LibCoredump
LibCpp
LibCrypt LibCrypt: Clean up crypt_r 2022-11-24 10:52:10 +00:00
LibCrypto
LibDebug
LibDesktop
LibDeviceTree
LibDiff
LibDNS
LibDSP
LibEDID
LibELF
LibFileSystemAccessClient
LibGemini
LibGfx LibGfx: Add Size::match_aspect_ratio 2022-11-25 14:28:33 -07:00
LibGL
LibGPU
LibGUI LibGUI: Disallow shortcut propagation in Blocking modals and Popups 2022-11-19 16:04:42 +01:00
LibHTTP
LibIDL Everywhere: Remove unnecessary mutable attributes from lambdas 2022-11-19 14:37:31 +00:00
LibImageDecoderClient
LibIMAP
LibIPC LibIPC: Handle ECONNRESET when reading from the IPC socket 2022-11-24 14:37:13 +01:00
LibJS LibJS: Unbreak test262-parser-tests after source range caching changes 2022-11-24 18:01:52 +01:00
LibKeyboard
LibLine LibVT/LibLine: Delete words when pressing Ctrl+Backspace in Terminal 2022-11-20 03:57:17 +03:30
LibLocale
LibMain
LibMarkdown
LibPartition
LibPCIDB
LibPDF LibPDF: Introduce rendering preferences and show clipping paths 2022-11-25 23:03:24 +01:00
LibProtocol
LibRegex LibRegex: Use spans<4> to avoid allocating small vectors 2022-11-17 20:13:04 +03:30
LibSanitizer
LibSoftGPU
LibSQL
LibSymbolication
LibSyntax
LibSystem
LibTest LibJS: Make Parser::Error a standalone ParserError class 2022-11-23 16:05:59 +00:00
LibTextCodec
LibThreading
LibTimeZone
LibTLS
LibUnicode
LibUSBDB
LibVideo LibVideo: Add a fast seeking mode to seek only to keyframes 2022-11-25 23:28:39 +01:00
LibVT LibVT/LibLine: Delete words when pressing Ctrl+Backspace in Terminal 2022-11-20 03:57:17 +03:30
LibWasm
LibWeb LibWeb: Handle disabling of StyleSheet HTMLLinkElements 2022-11-25 22:52:05 +01:00
LibWebSocket
LibWebView LibWebView: Update OOPWV's URL when a page starts/finishes loading 2022-11-19 16:56:02 +00:00
LibX86
LibXML
CMakeLists.txt