ladybird/Userland/Libraries/LibVideo
Ali Mohammad Pur 5e1499d104 Everywhere: Rename {Deprecated => Byte}String
This commit un-deprecates DeprecatedString, and repurposes it as a byte
string.
As the null state has already been removed, there are no other
particularly hairy blockers in repurposing this type as a byte string
(what it _really_ is).

This commit is auto-generated:
  $ xs=$(ack -l \bDeprecatedString\b\|deprecated_string AK Userland \
    Meta Ports Ladybird Tests Kernel)
  $ perl -pie 's/\bDeprecatedString\b/ByteString/g;
    s/deprecated_string/byte_string/g' $xs
  $ clang-format --style=file -i \
    $(git diff --name-only | grep \.cpp\|\.h)
  $ gn format $(git ls-files '*.gn' '*.gni')
2023-12-17 18:25:10 +03:30
..
Color Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
Containers Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
VP9 LibVideo/VP9: Ensure range decoder size is within expected range 2023-11-08 09:13:59 +01: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 Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
PlaybackManager.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
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 LibVideo: Fast-path converting colors by only matrix coefficients 2023-04-25 17:44:36 -04:00
VideoFrame.h LibVideo: Convert subsampled frames in a vectorization-friendly way 2023-04-25 17:44:36 -04:00