ladybird/Tests/LibMedia
Zaggy1024 f6a4973578 LibMedia: Give frame timestamps to FFmpeg decoders
H.264 in Matroska can have blocks with unordered timestamps. Without
passing these as the presentation timestamp into the FFmpeg decoder,
the frames will not be returned in chronological order.

VideoFrame will now include a timestamp that is used by the
PlaybackManager, rather than assuming that it is the same timestamp
returned by the demuxer.
2024-06-24 12:41:32 -06:00
..
avc_in_matroska.mkv Tests/LibMedia: Add a test for H.264 decoding through FFmpeg 2024-06-24 12:41:32 -06:00
CMakeLists.txt Tests/LibMedia: Add a test for H.264 decoding through FFmpeg 2024-06-24 12:41:32 -06:00
FILE_LICENSES.md LibMedia: Rename LibVideo to LibMedia 2024-06-19 07:51:55 +02:00
master_elements_containing_crc32.mkv LibMedia: Rename LibVideo to LibMedia 2024-06-19 07:51:55 +02:00
oss-fuzz-testcase-52630.vp9 LibMedia: Rename LibVideo to LibMedia 2024-06-19 07:51:55 +02:00
oss-fuzz-testcase-53977.vp9 LibMedia: Rename LibVideo to LibMedia 2024-06-19 07:51:55 +02:00
oss-fuzz-testcase-62054.vp9 LibMedia: Rename LibVideo to LibMedia 2024-06-19 07:51:55 +02:00
oss-fuzz-testcase-63182.vp9 LibMedia: Rename LibVideo to LibMedia 2024-06-19 07:51:55 +02:00
TestH264Decode.cpp Tests/LibMedia: Add a test for H.264 decoding through FFmpeg 2024-06-24 12:41:32 -06:00
TestMediaCommon.h LibMedia: Give frame timestamps to FFmpeg decoders 2024-06-24 12:41:32 -06:00
TestParseMatroska.cpp LibMedia: Rename LibVideo to LibMedia 2024-06-19 07:51:55 +02:00
TestVP9Decode.cpp LibMedia: Give frame timestamps to FFmpeg decoders 2024-06-24 12:41:32 -06:00
vp9_4k.webm LibMedia: Rename LibVideo to LibMedia 2024-06-19 07:51:55 +02:00
vp9_clamp_reference_mvs.webm LibMedia: Rename LibVideo to LibMedia 2024-06-19 07:51:55 +02:00
vp9_in_webm.webm LibMedia: Rename LibVideo to LibMedia 2024-06-19 07:51:55 +02:00
vp9_oob_blocks.webm LibMedia: Rename LibVideo to LibMedia 2024-06-19 07:51:55 +02:00