ladybird/Documentation
Zaggy1024 81001b37ce LibMedia: Use FFmpeg to decode more video formats
VP9 continues to function, but this also allows AV1 to be decoded. With
this commit, H.264 is still non-functional, as the decoder requires
some extra initial data from the track definition in the Matroska file.
2024-06-24 12:41:32 -06:00
..
Browser Meta: Update for GitHub org rename to LadybirdBrowser 2024-06-09 13:02:56 +02:00
HumanInterfaceGuidelines Documentation: Add section on Ellipses to Text.md 2023-05-23 05:59:49 +02:00
AdvancedBuildInstructions.md CI+Documentation: Use WABT version 1.0.35 2024-06-09 12:16:17 +02:00
AndroidStudioConfiguration.md Meta: Update Documentation and CI for repo move 2024-06-03 10:53:53 +02:00
BuildInstructionsLadybird.md LibMedia: Use FFmpeg to decode more video formats 2024-06-24 12:41:32 -06:00
BuildProfilingInstructions.md Meta: Update Documentation and CI for repo move 2024-06-03 10:53:53 +02:00
CLionCodeStyleSettings.xml Documentation: Recommend CLion code style settings over manual steps 2022-12-03 23:54:48 +00:00
CLionConfiguration.md Documentation: Update IDE docs to reference CMakePresets.json 2024-06-06 10:09:46 -06:00
CodingStyle.md Meta: Update Documentation and CI for repo move 2024-06-03 10:53:53 +02:00
EmacsConfiguration.md Meta+Documentation: Switch default build dir to Build/Ladybird 2024-06-04 13:44:22 -06:00
EventLoop.md Documentation: Remove references to serenity.sh and its build configs 2024-06-03 10:53:53 +02:00
FAQ.md Documentation: Add two new FAQ entries for independence and Windows 2024-06-06 17:44:37 +02:00
HelixConfiguration.md Meta+Documentation: Switch default build dir to Build/Ladybird 2024-06-04 13:44:22 -06:00
NvimConfiguration.md Meta+Documentation: Switch default build dir to Build/Ladybird 2024-06-04 13:44:22 -06:00
Patterns.md Meta: Update Documentation and CI for repo move 2024-06-03 10:53:53 +02:00
QtCreatorConfiguration.md CI+LibUnicode: Remove the UCD from the system 2024-06-22 14:56:39 +02:00
README.md Documentation: Remove links to outdated guides 2024-06-05 13:05:30 -04:00
RunningTests.md CMake+CI: Remove BUILD_LAGOM=OFF option in favor of LAGOM_TOOLS_ONLY=ON 2024-06-08 07:58:11 +02:00
SelfHostedRunners.md Meta: Update for GitHub org rename to LadybirdBrowser 2024-06-09 13:02:56 +02:00
SmartPointers.md Documentation: Remove references to serenity.sh and its build configs 2024-06-03 10:53:53 +02:00
StringFormatting.md Documentation: Remove references to serenity.sh and its build configs 2024-06-03 10:53:53 +02:00
Troubleshooting.md Documentation: Remove references to serenity.sh and its build configs 2024-06-03 10:53:53 +02:00
VimConfiguration.md Documentation: Remove references to serenity.sh and its build configs 2024-06-03 10:53:53 +02:00
VSCodeConfiguration.md Documentation: Update IDE docs to reference CMakePresets.json 2024-06-06 10:09:46 -06:00

Ladybird Documentation

Ladybird development moves quickly, so some of these might be out of date. Please let us know if something here is wrong, or submit a PR with any additions or corrections! If you have any questions that are not answered here or in the FAQ, you are welcome to ask on Discord.

Building and Running

Configuring Editors

Development

Browser/LibWeb