1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 12:28:12 +00:00
serenity/Userland/Libraries/LibVideo
Zaggy1024 a4c7672802 LibVideo: Rename Status -> State in PlaybackStatusChangeEvent class
A bit of a bikeshed, but status sounds more like a result of an action,
and state sounds more accurate to what the `PlaybackManager` does.

The previous and current state fields of the `PlaybackStateChangeEvent`
are now removed, since they were unused (for now).

This is a lead-up to the refactoring of VideoPlaybackManager to make
that diff more legible.
2023-02-08 21:52:42 +01:00
..
Color Everywhere: Remove unused includes of AK/Format.h 2023-01-02 20:27:20 -05:00
Containers LibVideo: Remove declarations for non-existent methods 2023-01-27 20:33:18 +00:00
VP9 LibVideo/VP9: Clamp motion vectors again in find_mv_refs function 2023-02-08 18:56:42 +00:00
CMakeLists.txt LibVideo: Reorganize demuxer file hierarchy and rename Matroska files 2022-11-25 23:28:39 +01:00
DecoderError.h Everywhere: Fully qualify IsLvalueReference in TRY() macros 2023-01-15 00:56:31 +00:00
PlaybackManager.cpp LibVideo: Rename Status -> State in PlaybackStatusChangeEvent class 2023-02-08 21:52:42 +01:00
PlaybackManager.h LibVideo: Rename Status -> State in PlaybackStatusChangeEvent class 2023-02-08 21:52:42 +01:00
Sample.h LibVideo: Read Matroska lazily so that large files can start quickly 2022-11-25 23:28:39 +01:00
Track.h LibVideo: Abstract media container format demuxing 2022-10-31 14:47:13 +01:00
VideoDecoder.h LibVideo: Change all Span<u8 const> to ReadonlyBytes 2022-11-12 10:17:27 -07:00
VideoFrame.cpp AK: Remove try_ prefix from FixedArray creation functions 2023-01-28 22:41:36 +01:00
VideoFrame.h LibGfx: Remove try_ prefix from bitmap creation functions 2023-01-26 20:24:37 +00:00