summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-02-09LibJS+LibWeb: Convert string view PrimitiveString instances to StringTimothy Flynn
2023-02-09LibJS: Convert short string literal PrimitiveString instances to StringTimothy Flynn
2023-02-09LibJS+LibWeb: Convert empty PrimitiveString instances to StringTimothy Flynn
2023-02-09icc: Call video_full_range_flag_to_string()Nico Weber
2023-02-09LibVideo: Add a video_full_range_flag_to_string() functionNico Weber
2023-02-09LibVideo: Rename "ColorRange" to "VideoFullRangeFlag"Nico Weber
2023-02-09Revert "Meta: Automatically select best apt mirror"Timothy Flynn
2023-02-08Piano: Show a progress window when exporting WAVkleines Filmröllchen
2023-02-08LibGfx: Make checkerboard patterns static when panningTim Ledbetter
2023-02-08VideoPlayer/LibVideo: Seek accurately when scrolling in the seek barZaggy1024
2023-02-08LibVideo/Matroska: Stop skipping a cue when seeking forwardZaggy1024
2023-02-08LibVideo/Matroska: Add debug logging for seeking to cuesZaggy1024
2023-02-08LibVideo: Pass the current sample to demuxers to lazily seek betterZaggy1024
2023-02-08LibVideo/PlaybackManager: Organize playback states into virtual classesZaggy1024
2023-02-08LibVideo: Rename Status -> State in `PlaybackStatusChangeEvent` classZaggy1024
2023-02-08LibGfx+icc: Implement half of lutAToBType and lutBToATypeNico Weber
2023-02-08LibGfx: Use size_t instead of unsigned in ICC loopsNico Weber
2023-02-08PixelPaint: Correct move tool alignment with the layer boundaryTim Ledbetter
2023-02-08PixelPaint: Use image coordinates for bucket tool bounds checkingTim Ledbetter
2023-02-08AK: Remove the deprecated Stream implementation :^)Tim Schumacher
2023-02-08Everywhere: Use ReadonlySpan<T> instead of Span<T const>MacDue
2023-02-08Ladybird: Don't overwrite argv[0] in spawn_helper_process()MacDue
2023-02-08AK: Add ReadonlySpan<T> as an alias for Span<T const>MacDue
2023-02-08Ports: Add OpenRCT2Julian Offenhäuser
2023-02-08Ports: Add speexdspJulian Offenhäuser
2023-02-08Ports: Add nlohmann-jsonJulian Offenhäuser
2023-02-08Ports: Add flacJulian Offenhäuser
2023-02-08LibC: Add strcasestr()Julian Offenhäuser
2023-02-08Tests/LibVideo: Test to ensure that VP9 reference vector clamping worksZaggy1024
2023-02-08LibVideo/VP9: Clamp motion vectors again in find_mv_refs functionZaggy1024
2023-02-08LibVideo/VP9: Remove magic numbers for the uncompressed ref framesZaggy1024
2023-02-08LibVideo/VP9: Remove debug output from TreeParserZaggy1024
2023-02-08AudioServer: Use `AK::Stream` to serialize mixed samplesTim Schumacher
2023-02-08TelnetServer: Use `AK::Stream` to serialize commandsTim Schumacher
2023-02-08LibTLS: Use `AK::Stream` for serializing TLS packetsTim Schumacher
2023-02-08LibCrypto: Use `AK::Stream` for pretty printing DERTim Schumacher
2023-02-08LibCrypto: Use `ErrorOr` error handling for parsing DERTim Schumacher
2023-02-08LibGfx: Use `AK::Stream` to serialize and deserialize bitmapsTim Schumacher
2023-02-08LibGfx: Propagate errors from serializing bitmapsTim Schumacher
2023-02-08Kernel: Use `AK::Stream` to write packed binary dataTim Schumacher
2023-02-08Kernel: Modernize Error handling when serializing directory entriesTim Schumacher
2023-02-08LibCore: Propagate errors in SecretStringUndefine
2023-02-08Base: Add more emojiXexxa
2023-02-08LibPDF: Construct accented characters with Type1 seac commandRodrigo Tobar
2023-02-08LibPDF: Add infrastructure for accented character glyphsRodrigo Tobar
2023-02-08LibPDF: Turn Glyph into a classRodrigo Tobar
2023-02-08LibPDF: Index Type1 glyphs by name, not char codeRodrigo Tobar
2023-02-08LibGfx: Add the ability to append a Path into anotherRodrigo Tobar
2023-02-08LibPDF: Add placeholders for *flex Type2 commandsRodrigo Tobar
2023-02-08LibPDF: Add char_code -> name mapping functionRodrigo Tobar