ladybird/Userland/Libraries/LibVideo
Dan Klishch 38b51b791e AK+Kernel+LibVideo: Include workarounds for missing P0960 only in Xcode
With this change, ".*make.*" function family now does error checking
earlier, which improves experience while using clangd. Note that the
change also make them instantiate classes a bit more eagerly, so in
LibVideo/PlaybackManager, we have to first define SeekingStateHandler
and only then make() it.

Co-Authored-By: stelar7 <dudedbz@gmail.com>
2024-05-21 14:24:59 +02:00
..
Color Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
Containers Userland: Avoid some conversions from rvalue strings to StringView 2024-04-04 11:23:21 +02:00
VP9 Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
CMakeLists.txt LibGfx+LibVideo: Move VP9/BooleanDecoder to LibGfx/ImageFormats 2023-05-27 05:47:42 +02:00
CodecID.h LibVideo: Add the concept of codec identifiers 2023-11-30 08:53:05 +00:00
DecoderError.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
Forward.h LibVideo: Add a forwarding header 2023-04-09 23:55:05 +02:00
PlaybackManager.cpp AK+Kernel+LibVideo: Include workarounds for missing P0960 only in Xcode 2024-05-21 14:24:59 +02:00
PlaybackManager.h LibVideo: Allow PlaybackManager owners to terminate the decoder thread 2024-04-26 09:49:11 +02:00
Sample.h AK: Rename Time to Duration 2023-05-24 23:18:07 +02:00
Track.h AK: Rename GenericTraits to DefaultTraits 2023-11-09 10:05:51 -05:00
VideoDecoder.h LibVideo: Change all Span<u8 const> to ReadonlyBytes 2022-11-12 10:17:27 -07:00
VideoFrame.cpp Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
VideoFrame.h LibVideo: Convert subsampled frames in a vectorization-friendly way 2023-04-25 17:44:36 -04:00