ladybird/Meta/Lagom/Fuzzers
Zaggy1024 f6a4973578 LibMedia: Give frame timestamps to FFmpeg decoders
H.264 in Matroska can have blocks with unordered timestamps. Without
passing these as the presentation timestamp into the FFmpeg decoder,
the frames will not be returned in chronological order.

VideoFrame will now include a timestamp that is used by the
PlaybackManager, rather than assuming that it is the same timestamp
returned by the demuxer.
2024-06-24 12:41:32 -06:00
..
AudioFuzzerCommon.h Meta/Fuzzers: Extract common audio fuzzing code 2023-07-05 11:58:50 +01:00
CMakeLists.txt Ladybird+Meta: Extract AK into its own library on Lagom 2024-01-22 08:48:34 -05:00
EntryShim.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
FuzzASN1.cpp Fuzzers: Disable debug logging for all fuzzers 2023-11-03 20:56:44 -06:00
FuzzBase64Roundtrip.cpp AK: Add roundtrip fuzzer for Base64 2023-11-18 10:01:29 +01:00
FuzzBLAKE2b.cpp Fuzzers: Disable debug logging for all fuzzers 2023-11-03 20:56:44 -06:00
FuzzBMPLoader.cpp Fuzzers: Disable debug logging for all fuzzers 2023-11-03 20:56:44 -06:00
FuzzBrotli.cpp Fuzzers: Disable debug logging for all fuzzers 2023-11-03 20:56:44 -06:00
FuzzCSSParser.cpp Fuzzers: Disable debug logging for all fuzzers 2023-11-03 20:56:44 -06:00
FuzzDeflateCompression.cpp Fuzzers: Disable debug logging for all fuzzers 2023-11-03 20:56:44 -06:00
FuzzDeflateDecompression.cpp Fuzzers: Disable debug logging for all fuzzers 2023-11-03 20:56:44 -06:00
fuzzers.cmake LibMedia: Rename LibVideo to LibMedia 2024-06-19 07:51:55 +02:00
FuzzFlacLoader.cpp Fuzzers: Disable debug logging for all fuzzers 2023-11-03 20:56:44 -06:00
FuzzGIFLoader.cpp Fuzzers: Continue if frame is malformed in GIF fuzzer 2024-01-18 13:59:04 +01:00
FuzzGzipDecompression.cpp Fuzzers: Disable debug logging for all fuzzers 2023-11-03 20:56:44 -06:00
FuzzGzipRoundtrip.cpp LibCompress: Upgrade compression fuzzer into a roundtrip fuzzer 2023-11-18 10:01:29 +01:00
FuzzHttpRequest.cpp Fuzzers: Disable debug logging for all fuzzers 2023-11-03 20:56:44 -06:00
FuzzICCProfile.cpp Fuzzers: Disable debug logging for all fuzzers 2023-11-03 20:56:44 -06:00
FuzzICOLoader.cpp Fuzzers: Disable debug logging for all fuzzers 2023-11-03 20:56:44 -06:00
FuzzilliJs.cpp Fuzzers: Use the LibJS bytecode VM 2023-08-08 13:07:13 +02:00
FuzzilliJs.dockerfile Meta: Update for GitHub org rename to LadybirdBrowser 2024-06-09 13:02:56 +02:00
FuzzilliJsInstructions.md Meta: Update Fuzzili instructions and dockerfile since patch is upstream 2024-01-09 13:29:43 +01:00
FuzzJPEGLoader.cpp Fuzzers: Disable debug logging for all fuzzers 2023-11-03 20:56:44 -06:00
FuzzJs.cpp Fuzzers: Disable debug logging for all fuzzers 2023-11-03 20:56:44 -06:00
FuzzJs.dict Lagom: Add fuzz testing for LibJS using libFuzzer (#1692) 2020-04-08 10:40:02 +02:00
FuzzJsonParser.cpp Fuzzers: Disable debug logging for all fuzzers 2023-11-03 20:56:44 -06:00
FuzzLzmaDecompression.cpp Fuzzers: Disable debug logging for all fuzzers 2023-11-03 20:56:44 -06:00
FuzzLzmaRoundtrip.cpp Fuzzers: Disable debug logging for all fuzzers 2023-11-03 20:56:44 -06:00
FuzzMatroskaReader.cpp LibMedia: Rename LibVideo to LibMedia 2024-06-19 07:51:55 +02:00
FuzzMD5.cpp Fuzzers: Disable debug logging for all fuzzers 2023-11-03 20:56:44 -06:00
FuzzMP3Loader.cpp Fuzzers: Disable debug logging for all fuzzers 2023-11-03 20:56:44 -06:00
FuzzPEM.cpp Fuzzers: Disable debug logging for all fuzzers 2023-11-03 20:56:44 -06:00
FuzzPNGLoader.cpp Fuzzers: Disable debug logging for all fuzzers 2023-11-03 20:56:44 -06:00
FuzzPoly1305.cpp Fuzzers: Disable debug logging for all fuzzers 2023-11-03 20:56:44 -06:00
FuzzQOALoader.cpp Fuzzers: Disable debug logging for all fuzzers 2023-11-03 20:56:44 -06:00
FuzzRegexECMA262.cpp Fuzzers: Disable debug logging for all fuzzers 2023-11-03 20:56:44 -06:00
FuzzRegexPosixBasic.cpp Fuzzers: Disable debug logging for all fuzzers 2023-11-03 20:56:44 -06:00
FuzzRegexPosixExtended.cpp Fuzzers: Disable debug logging for all fuzzers 2023-11-03 20:56:44 -06:00
FuzzRSAKeyParsing.cpp Fuzzers: Disable debug logging for all fuzzers 2023-11-03 20:56:44 -06:00
FuzzSHA1.cpp Fuzzers: Disable debug logging for all fuzzers 2023-11-03 20:56:44 -06:00
FuzzSHA256.cpp Fuzzers: Disable debug logging for all fuzzers 2023-11-03 20:56:44 -06:00
FuzzSHA384.cpp Fuzzers: Disable debug logging for all fuzzers 2023-11-03 20:56:44 -06:00
FuzzSHA512.cpp Fuzzers: Disable debug logging for all fuzzers 2023-11-03 20:56:44 -06:00
FuzzTar.cpp Fuzzers: Disable debug logging for all fuzzers 2023-11-03 20:56:44 -06:00
FuzzTextDecoder.cpp Fuzzers: Use a single fuzzer to test all LibTextCodec encodings 2023-11-08 09:39:49 +01:00
FuzzTextDecoder.dict Fuzzers: Use a single fuzzer to test all LibTextCodec encodings 2023-11-08 09:39:49 +01:00
FuzzTIFFLoader.cpp Lagom/Fuzzers: Add a fuzzer for our TIFF decoder 2023-11-06 12:29:30 -07:00
FuzzTinyVGLoader.cpp Fuzzers: Disable debug logging for all fuzzers 2023-11-03 20:56:44 -06:00
FuzzTTF.cpp Fuzzers: Disable debug logging for all fuzzers 2023-11-03 20:56:44 -06:00
FuzzURL.cpp AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
FuzzVP9Decoder.cpp LibMedia: Give frame timestamps to FFmpeg decoders 2024-06-24 12:41:32 -06:00
FuzzWasmParser.cpp Fuzzers: Disable debug logging for all fuzzers 2023-11-03 20:56:44 -06:00
FuzzWAVLoader.cpp Fuzzers: Disable debug logging for all fuzzers 2023-11-03 20:56:44 -06:00
FuzzWebPLoader.cpp Fuzzers: Disable debug logging for all fuzzers 2023-11-03 20:56:44 -06:00
FuzzWOFF2.cpp Fuzzers: Disable debug logging for all fuzzers 2023-11-03 20:56:44 -06:00
FuzzWOFF.cpp Fuzzers: Disable debug logging for all fuzzers 2023-11-03 20:56:44 -06:00
FuzzXML.cpp Fuzzers: Disable debug logging for all fuzzers 2023-11-03 20:56:44 -06:00
FuzzZip.cpp Fuzzers: Disable debug logging for all fuzzers 2023-11-03 20:56:44 -06:00
FuzzZlibDecompression.cpp Fuzzers: Disable debug logging for all fuzzers 2023-11-03 20:56:44 -06:00