ladybird/Userland
Zaggy1024 c128a19903 LibMedia: Add a function to flush persistent data from video decoders
Any data that sticks around in a decoder, especially frames that
haven't been retrieved, may cause issues for playback.

This is especially the case with H.264, since its arbitrary frame
ordering to allow reference frames to precede B-frames causes it to
hold onto frames, and causes the playback manager to get back a frame
at a completely wrong timestamp after seeking.
2024-06-24 12:41:32 -06:00
..
Libraries LibMedia: Add a function to flush persistent data from video decoders 2024-06-24 12:41:32 -06:00
Services LibTLS: Remove key-logging debug feature 2024-06-24 09:45:41 -06:00
Utilities Utilities: Remove zip and unzip 2024-06-24 09:45:41 -06:00