summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-04-09BrickGame: Add a missing [[nodiscard]] for consistencyKarol Baraniecki
2023-04-09BrickGame: Port from DeprecatedStrings to StringsKarol Baraniecki
2023-04-08Documentation+Ports: Be upfront about dependenciesBen Wiederhake
2023-04-08LibCompress: Mark some XZ-related variables and functions as constTim Schumacher
2023-04-08LibCompress: Move loading XZ blocks into its own functionTim Schumacher
2023-04-08LibCompress: Move finishing the current XZ stream into its own functionTim Schumacher
2023-04-08LibCompress: Move finishing the current XZ block into its own functionTim Schumacher
2023-04-08LibCompress: Move loading XZ stream headers into its own functionTim Schumacher
2023-04-09LibGfx: Correctly decode webp lossless with small palette and odd widthNico Weber
2023-04-08Ports: Repair qt6-qtbase by disabling QDnsLookupBen Wiederhake
2023-04-08Toolchain: Stop building QEMU with i386 supportMarco Cutecchia
2023-04-08LibWeb: Begin painting video controls on HTMLVideoElement layout nodesTimothy Flynn
2023-04-08LibWeb: Set the media ready state to HAVE_ENOUGH_DATA after fetchingTimothy Flynn
2023-04-08Base: Add playback state data to the video test pageTimothy Flynn
2023-04-08LibWeb: Implement HTMLMediaElement.playTimothy Flynn
2023-04-08LibWeb: Implement HTMLMediaElement.pauseTimothy Flynn
2023-04-08LibWeb: Implement the HTMLMediaElement paused attributeTimothy Flynn
2023-04-08LibWeb: Implement HTMLMediaElement.loadTimothy Flynn
2023-04-08LibWeb: Log correct error object when failing to decode a video sampleTimothy Flynn
2023-04-08LibWeb: Add missing include to WebIDL::PromiseTimothy Flynn
2023-04-08Tests: Add webp lossless test with color index and < 16 colorsNico Weber
2023-04-08LibGfx: Implement color index pixel bundling in webp decoderNico Weber
2023-04-08LibGfx: Enable webp lossless Transform to return new bitmapNico Weber
2023-04-08LibGfx: Add some more dbgln_if()s to webp decoderNico Weber
2023-04-08LibGfx: Give PrefixCodeGroup a deleted copy ctorNico Weber
2023-04-08Fuzzers: Add a WebP fuzzerNico Weber
2023-04-08LibGfx: Make webp lossless decoder 6 times as fastNico Weber
2023-04-08Ports: Update dmidecode to version 3.5Liav A
2023-04-08Ports: Update dtc to version 1.7.0Liav A
2023-04-08Ports: Update file to version 5.44Liav A
2023-04-08Tests: Add test for lossless webp file using a color indexing tranformNico Weber
2023-04-08LibGfx: Second attempt to handle max_symbol correctly in webp decoderNico Weber
2023-04-08LibGfx: Implement most of COLOR_INDEXING_TRANSFORM for webp decoderNico Weber
2023-04-08LibGfx: Extract free add_argb32() function in webp decoderNico Weber
2023-04-08LibGfx: Make a webp error message more detailedNico Weber
2023-04-08Kernel: Mark a bunch of NonnullRefPtrs also const to ensure immutabilityLiav A
2023-04-08AK: Bake CLion IDE check into AK_COMPILER_CLANGAndreas Kling
2023-04-08Kernel: Don't reuse old master TLS region data in sys$execve()Andreas Kling
2023-04-07Ports: Add stockfish portTim Ledbetter
2023-04-07LibWeb: Port {Mouse,UI,Wheel,}Event to new StringKenneth Myhra
2023-04-07LibWeb: Move string literals to HTML::EventNamesKenneth Myhra
2023-04-07LibWeb: Correct casing of webkitTransitionEnd and webkitAnimation*Kenneth Myhra
2023-04-07LibWeb: Port CustomEvent to new StringKenneth Myhra
2023-04-07LibTimeZone: Update to TZDB version 2023cTimothy Flynn
2023-04-07LibJS: Update spec numbers for the Intl Enumeration proposalTimothy Flynn
2023-04-07Tests: Add another test for webp lossless decodingNico Weber
2023-04-07LibGfx: Implement meta prefix code support in webp decoderNico Weber
2023-04-07LibCompress: Tolerate more than 288 entries in CanonicalCodeNico Weber
2023-04-07LibGfx: Implement COLOR_TRANSFORM for webp lossless decoderNico Weber
2023-04-07LibGfx: Implement PREDICTOR_TRANSFORM for webp lossless decoderNico Weber